<?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/"
	>

<channel>
	<title>Jorge Martinez de Salinas &#187; Networking</title>
	<atom:link href="http://www.jorgemarsal.com/blog/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorgemarsal.com/blog</link>
	<description>Random thoughts</description>
	<lastBuildDate>Sat, 03 Jul 2010 11:45:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Send mail from the command line on Mac OSX</title>
		<link>http://www.jorgemarsal.com/blog/2009/09/02/send-mail-from-the-command-line-on-mac-osx/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/09/02/send-mail-from-the-command-line-on-mac-osx/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 14:55:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cool sw]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail bombing]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/09/02/send-mail-from-the-command-line-on-mac-osx/</guid>
		<description><![CDATA[I&#8217;ll be using my Gmail account to send mail. The first step is to configure the local Postfix server as a relay. Edit /etc/postfix/main.cf: sudo vim /etc/postfix/main.cf Search for a &#8220;relayhost=&#8221; line and add the following after it: relayhost = smtp.gmail.com:587 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = smtp_sasl_local_domain = yourdomain.com #smtpd_sasl_application_name = smtpd [...]]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/09/02/send-mail-from-the-command-line-on-mac-osx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First registered domain name</title>
		<link>http://www.jorgemarsal.com/blog/2009/09/01/first-registered-domain-name/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/09/01/first-registered-domain-name/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 09:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[first domain name]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/09/01/first-registered-domain-name/</guid>
		<description><![CDATA[Have you ever been curious about the first registered domain name? Well, it was symbolics.com.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/09/01/first-registered-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up OpenSSH public key authentication</title>
		<link>http://www.jorgemarsal.com/blog/2009/08/31/setting-up-openssh-public-key-authentication/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/08/31/setting-up-openssh-public-key-authentication/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 07:35:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[no password]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/08/31/setting-up-openssh-public-key-authentication/</guid>
		<description><![CDATA[First upload your public key to the server you want to log in: scp .ssh/id_rsa.pub user@1.2.3.4:/home/user On the server, add the public key file to the authorized_keys file: cat id_rsa.pub &#62;&#62; .ssh/authorized_keys Now you can login using public key authentication and you don&#8217;t have to enter a password anymore.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/08/31/setting-up-openssh-public-key-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS query to find mail servers</title>
		<link>http://www.jorgemarsal.com/blog/2009/08/28/dns-query-to-find-mail-servers/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/08/28/dns-query-to-find-mail-servers/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 07:47:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mx]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/08/28/dns-query-to-find-mail-servers/</guid>
		<description><![CDATA[To find which servers handle mail for a particular domain use dig: # dig google.com MX ;; QUESTION SECTION: ;google.com. IN MX &#160; ;; ANSWER SECTION: google.com. 561 IN MX 100 google.com.s9a1.psmtp.com. google.com. 561 IN MX 100 google.com.s9a2.psmtp.com. google.com. 561 IN MX 10 smtp1.google.com. google.com. 561 IN MX 10 smtp2.google.com. google.com. 561 IN MX 10 [...]]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/08/28/dns-query-to-find-mail-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video streaming with VLC</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/02/video-streaming-with-vlc/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/02/video-streaming-with-vlc/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 08:20:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cool sw]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/02/video-streaming-with-vlc/</guid>
		<description><![CDATA[This post explains how to stream video with VLC from the console.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/02/video-streaming-with-vlc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up an IPv6 Bind DNS Server on Linux</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/02/setting-up-an-ipv6-bind-dns-server-on-linux/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/02/setting-up-an-ipv6-bind-dns-server-on-linux/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 08:00:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[direct]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[reverse]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/02/setting-up-an-ipv6-bind-dns-server-on-linux/</guid>
		<description><![CDATA[This post explains how to set up a DNS Name Server with direct and reverse IPv6 resolution.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/02/setting-up-an-ipv6-bind-dns-server-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 addressing explained</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/01/ipv6-addressing-explained/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/01/ipv6-addressing-explained/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:42:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[addressing]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[stateful]]></category>
		<category><![CDATA[stateless]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/01/ipv6-addressing-explained/</guid>
		<description><![CDATA[<p>IPv6 addressing explained. Stateless, stateful. Anycast, unicast, multicast, link-local, site-local, global ...</p>]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/01/ipv6-addressing-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Ethernet 802.1X Port Based Authentication on Linux</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/01/setting-up-ethernet-802-1x-port-based-authentication-on-linux/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/01/setting-up-ethernet-802-1x-port-based-authentication-on-linux/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:25:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[802.1X]]></category>
		<category><![CDATA[freeradius]]></category>
		<category><![CDATA[hostapd]]></category>
		<category><![CDATA[wpasupplicant]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/01/setting-up-ethernet-802-1x-port-based-authentication-on-linux/</guid>
		<description><![CDATA[How to set up IEEE 802.1X authentication for Ethernet networks on Linux.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/01/setting-up-ethernet-802-1x-port-based-authentication-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable IPv6 routing on Linux</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/01/enable-ipv6-routing-on-linux/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/01/enable-ipv6-routing-on-linux/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 12:59:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ip6tables]]></category>
		<category><![CDATA[ipv6 routing]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/01/enable-ipv6-routing-on-linux/</guid>
		<description><![CDATA[How to enable IPv6 routing on Linux boxes.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/01/enable-ipv6-routing-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Complete Backup Solution</title>
		<link>http://www.jorgemarsal.com/blog/2009/06/24/wordpress-backup/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/06/24/wordpress-backup/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 22:05:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cool sw]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-db-backup]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/06/24/wordpress-backup/</guid>
		<description><![CDATA[How to backup your WordPress installation (database + files). Also how to restore the backup.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/06/24/wordpress-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
