<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Gux</title>
	<atom:link href="http://guxblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://guxblog.wordpress.com</link>
	<description>Mi blog de programación y tecnología...</description>
	<lastBuildDate>Wed, 23 Jan 2008 22:46:33 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='guxblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Gux</title>
		<link>http://guxblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://guxblog.wordpress.com/osd.xml" title="Gux" />
	<atom:link rel='hub' href='http://guxblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cliente de Cisco VPN en Linux</title>
		<link>http://guxblog.wordpress.com/2008/01/21/cliente-de-cisco-vpn-en-linux/</link>
		<comments>http://guxblog.wordpress.com/2008/01/21/cliente-de-cisco-vpn-en-linux/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 20:47:38 +0000</pubDate>
		<dc:creator>guxblog</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://guxblog.wordpress.com/2008/01/21/cliente-de-cisco-vpn-en-linux/</guid>
		<description><![CDATA[Conectarse a una red utilizando una VPN de Cisco es relativamente fácil en Linux. Lo he hecho en Fedora 7, pero supongo que los pasos serán los mismos independientemente de la distribución que se esté utilizando. El primer paso es instalar un cliente VPN compatible con Cisco. La propia Cisco tiene uno, pero hay una [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guxblog.wordpress.com&amp;blog=2117710&amp;post=9&amp;subd=guxblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Conectarse a una red utilizando una VPN de Cisco es relativamente fácil en Linux. Lo he hecho en Fedora 7, pero supongo que los pasos serán los mismos independientemente de la distribución que se esté utilizando.</p>
<p>El primer paso es instalar un cliente VPN compatible con Cisco. La propia Cisco tiene uno, pero hay una alternativa libre, llamada <a href="http://www.unix-ag.uni-kl.de/%7Emassar/vpnc/" title="VPNC official website">vpnc</a>. Para instalarlo en Fedora, simplemente ejecuta la siguiente sentencia como root:<br />
<code><br />
#  yum install vpnc<br />
</code><br />
Cuando lo tengas instalado, puedes comenzar a utilizarlo:<br />
<code><br />
# /usr/sbin/vpnc<br />
Enter IPSec gateway address:<br />
Enter IPSec ID for 192.168.2.1<br />
Enter IPSec secret for 192.168.2.1@192.168.2.1:<br />
Enter username for 192.168.2.1:<br />
Enter password for yourusername@192.168.2.1:<br />
</code><br />
pero si vas a conectarte a menudo, mejor que pongas todos los datos de conexión en un fichero de configuración. Para ello, edita como root, con tu editor de texto favorito, el archivo /etc/vpnc/default.conf :<br />
<code><br />
# vi /etc/vpnc/default.conf<br />
</code><br />
Introduce ahí tus datos de conexión:<br />
<code><br />
IPSec gateway<br />
IPSec ID<br />
IPSec secret<br />
Xauth username<br />
</code><br />
Si no tienes un &#8216;secret&#8217;, tendrás que introducir probablemente tu password. Al menos eso fue lo que funcionó para mí.</p>
<p>Imagino que ya te habrás dado cuenta que tu contraseña no se almacena en el archivo. Es el único dato que tendrás que introducir cuando intentes conectarte.</p>
<p>Después de configurar todo esto, podrás conectarte utilizando lo siguiente:<br />
<code><br />
# /usr/sbin/vpnc<br />
</code><br />
Introduce tu password cuando se te pregunte. Puede que en ese punto tengas un error si tu administrador está utilizando encriptación DES simple para loguearte en la red.</p>
<p><code><br />
# /usr/sbin/vpnc<br />
Enter password for username@xx.xx.xxx.xx:<br />
/usr/sbin/vpnc: peer selected (single) DES as "encrytion" method.<br />
This algorithm is considered too weak today<br />
If your vpn concentrator admin still insists on using DES<br />
use the "--enable-1des" option.<br />
</code><br />
En ese caso, necesitarás conectarte utilizando el siguiente comando:<br />
<code><br />
# /usr/sbin/vpnc --enable-1des<br />
</code><br />
Para desconectarte, ejecuta el siguiente comando:<br />
<code><br />
# /usr/sbin/vpnc-disconnect<br />
</code></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/guxblog.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/guxblog.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guxblog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guxblog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guxblog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guxblog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guxblog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guxblog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guxblog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guxblog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guxblog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guxblog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guxblog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guxblog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guxblog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guxblog.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guxblog.wordpress.com&amp;blog=2117710&amp;post=9&amp;subd=guxblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guxblog.wordpress.com/2008/01/21/cliente-de-cisco-vpn-en-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b5e7044d94e504b031473734792fde5e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">guxblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Cisco VPN client in Linux</title>
		<link>http://guxblog.wordpress.com/2008/01/21/cisco-vpn-client-in-linux/</link>
		<comments>http://guxblog.wordpress.com/2008/01/21/cisco-vpn-client-in-linux/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 20:36:20 +0000</pubDate>
		<dc:creator>guxblog</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://guxblog.wordpress.com/2008/01/21/cisco-vpn-client-in-linux/</guid>
		<description><![CDATA[Connecting to a network using Cisco VPN is quite easy. I&#8217;ve got it with Fedora 7, but I suppose the steps are the same regardless the distribution you are using. The first step is to install a Cisco compatible VPN client. Cisco has a client, but there&#8217;s a free alternative called vpnc. To install it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guxblog.wordpress.com&amp;blog=2117710&amp;post=8&amp;subd=guxblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Connecting to a network using Cisco VPN is quite easy. I&#8217;ve got it with Fedora 7, but I suppose the steps are the same regardless the distribution you are using.</p>
<p>The first step is to install a Cisco compatible VPN client. Cisco has a client, but there&#8217;s a free alternative called <a href="http://www.unix-ag.uni-kl.de/%7Emassar/vpnc/" title="VPNC official website">vpnc</a>. To install it in Fedora, just run the following sentence as root:</p>
<p><code>#  yum install vpnc<br />
</code></p>
<p>Once you have it installed, you can start using it:<br />
<code></code></p>
<p><code># /usr/sbin/vpnc<br />
Enter IPSec gateway address:<br />
Enter IPSec ID for 192.168.2.1<br />
Enter IPSec secret for 192.168.2.1@192.168.2.1:<br />
Enter username for 192.168.2.1:<br />
Enter password for yourusername@192.168.2.1:<br />
</code></p>
<p>but if you are going to connect often, you&#8217;d better put all that stuff in a config file. Edit as root, with your favourite text editor, the /etc/vpnc/default.conf file:</p>
<p><code># vi /etc/vpnc/default.conf<br />
</code></p>
<p>Then type your connection data:<br />
<code><br />
IPSec gateway<br />
IPSec ID<br />
IPSec secret<br />
Xauth username<br />
</code></p>
<p>If you don&#8217;t have a &#8216;secret&#8217;, then it&#8217;s probably your password. At least, it has worked for me.</p>
<p>I suppose you have realized that your password it&#8217;s not stored in the file. That&#8217;s the only data you will need to type when you try to connect.</p>
<p>After setting up this, you will be able to connect using</p>
<p><code># /usr/sbin/vpnc<br />
</code></p>
<p>Type your password when prompt. In that step, you may get an error if your network administrator is using simple DES encryption:</p>
<p><code># /usr/sbin/vpnc<br />
Enter password for username@xx.xx.xxx.xx:<br />
/usr/sbin/vpnc: peer selected (single) DES as "encrytion" method.<br />
This algorithm is considered too weak today<br />
If your vpn concentrator admin still insists on using DES<br />
use the "--enable-1des" option.<br />
</code></p>
<p>In that case, you will need to connect using the following command:<br />
<code><br />
# /usr/sbin/vpnc --enable-1des<br />
</code></p>
<p>To disconnect, just run the following:<br />
<code><br />
# /usr/sbin/vpnc-disconnect<br />
</code></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/guxblog.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/guxblog.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guxblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guxblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guxblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guxblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guxblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guxblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guxblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guxblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guxblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guxblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guxblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guxblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guxblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guxblog.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guxblog.wordpress.com&amp;blog=2117710&amp;post=8&amp;subd=guxblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guxblog.wordpress.com/2008/01/21/cisco-vpn-client-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b5e7044d94e504b031473734792fde5e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">guxblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Swiftfox</title>
		<link>http://guxblog.wordpress.com/2008/01/19/swiftfox/</link>
		<comments>http://guxblog.wordpress.com/2008/01/19/swiftfox/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 23:11:01 +0000</pubDate>
		<dc:creator>guxblog</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[swiftfox]]></category>

		<guid isPermaLink="false">http://guxblog.wordpress.com/2008/01/19/swiftfox/</guid>
		<description><![CDATA[El mayor problema que tenía con Linux (cualquiera de las distribuciones que he utilizado) en mi casa, es que Firefox me funcionaba muchísimo más lento que en Windows. Sobre todo se notaba en sitios que utilizaran muchísimo javascript, como Gmail o Bloglines . Harto de eso, me puse a investigar por internet, y parece ser [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guxblog.wordpress.com&amp;blog=2117710&amp;post=7&amp;subd=guxblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.getswiftfox.com/images/swiftfox.jpg" alt="Imagen de Swiftfox" /><br />
El mayor problema que tenía con Linux (cualquiera de las distribuciones que he utilizado) en mi casa, es que Firefox me funcionaba muchísimo más lento que en Windows. Sobre todo se notaba en sitios que utilizaran muchísimo javascript, como <a href="http://www.gmail.com/">Gmail</a>  o <a href="http://www.bloglines.com/">Bloglines</a> .</p>
<p>Harto de eso, me puse a investigar por internet, y parece ser que no soy el único al que le pasa. Uno de los consejos que me daban fue que me instalara <a href="http://www.getswiftfox.com/">Swiftfox</a> . Se trata de un clon de Firefox, que solo funciona en Linux, que han compilado expresamente para optimizarlo para tu procesador. Por ejemplo, hay una versión optimizadísima para el mío, un Pentium-4.</p>
<p>El número de cada versión de Swiftfox es el mismo que el de Firefox en el que se basa. Por ejemplo, tengo ahora la beta de Swiftfox 3, que es equivalente a la beta de Firefox 3, y me va volando.</p>
<p>Lo bueno es que todas las extensiones que tengas para tu versión de Firefox van a funcionarte para Swiftfox, por lo que la migración es facilísima.</p>
<p>Una cosa muy curiosa que encontré al intentar bajarlo es que hay una página, de la fundación Mozilla (creo) (<a href="http://www.getswiftfox.org/">http://www.getswiftfox.org</a> ), con el mismo dominio que la de Swiftfox (<a href="http://www.getswiftfox.com/">http://www.getswiftfox.com</a> ), pero con extensión &#8220;.org&#8221; en lugar de &#8220;.com&#8221;. En ella te dicen expresamente que no te bajes Swiftfox, porque el autor no libera los cambios que hace en el navegador para optimizarlo, incumpliendo la licencia MPL.</p>
<p>Yo lo siento muchísimo por ellos, pero ahora mismo mi Swiftfox va volando, mientras que Firefox se arrastraba. La diferencia es brutal&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/guxblog.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/guxblog.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/guxblog.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/guxblog.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/guxblog.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/guxblog.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/guxblog.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/guxblog.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/guxblog.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/guxblog.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/guxblog.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/guxblog.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/guxblog.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/guxblog.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/guxblog.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/guxblog.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=guxblog.wordpress.com&amp;blog=2117710&amp;post=7&amp;subd=guxblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://guxblog.wordpress.com/2008/01/19/swiftfox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b5e7044d94e504b031473734792fde5e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">guxblog</media:title>
		</media:content>

		<media:content url="http://www.getswiftfox.com/images/swiftfox.jpg" medium="image">
			<media:title type="html">Imagen de Swiftfox</media:title>
		</media:content>
	</item>
	</channel>
</rss>
