<?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>Playing on the frontier &#187; wrt610n</title>
	<atom:link href="http://siphon9.net/loune/tag/wrt610n/feed/" rel="self" type="application/rss+xml" />
	<link>http://siphon9.net/loune</link>
	<description></description>
	<lastBuildDate>Wed, 18 May 2011 12:10:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to use the WAN port on WRT54G or WRT610n as a LAN port</title>
		<link>http://siphon9.net/loune/2009/01/how-to-use-of-the-wan-port-on-wrt54g-or-wrt610n-as-a-lan-port/</link>
		<comments>http://siphon9.net/loune/2009/01/how-to-use-of-the-wan-port-on-wrt54g-or-wrt610n-as-a-lan-port/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 04:35:09 +0000</pubDate>
		<dc:creator>Loune</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[wrt54g]]></category>
		<category><![CDATA[wrt610n]]></category>

		<guid isPermaLink="false">http://siphon9.net/loune/2009/01/how-to-use-of-the-wan-port-on-wrt54g-or-wrt610n-as-a-lan-port/</guid>
		<description><![CDATA[I have a WRT54G at home but I don&#8217;t use its routing capabilities, only wireless and LAN. There are only 5 ports on the device and one is dedicated as the WAN port. I want to turn the WAN port into a LAN port so I can make use of all 5 ports. How do [...]]]></description>
			<content:encoded><![CDATA[<p>I have a WRT54G at home but I don&#8217;t use its routing capabilities, only wireless and LAN. There are only 5 ports on the device and one is dedicated as the WAN port. I want to turn the WAN port into a LAN port so I can make use of all 5 ports. How do you do it? As long as you have shell access (obtained by telnet on custom firmwares like <a href="http://www.dd-wrt.com/">dd-wrt</a> or <a href="http://www.openwrt.org/">openwrt</a>), just type in these commands:</p>
<p><strong>For WRT-54G</strong><br />
<code><br />
nvram set vlan0ports="0 1 2 3 4 5*"<br />
nvram set vlan1ports="5"<br />
nvram commit<br />
</code></p>
<p><strong>For WRT-610N:</strong><br />
<code><br />
nvram set vlan1ports="0 1 2 3 4 8*"<br />
nvram set vlan2ports="8"<br />
nvram commit<br />
</code></p>
<p>Then reboot the router. What we&#8217;re doing is assigning the (former) WAN port (0) to the LAN vlan, instead of the WAN vlan.</p>
]]></content:encoded>
			<wfw:commentRss>http://siphon9.net/loune/2009/01/how-to-use-of-the-wan-port-on-wrt54g-or-wrt610n-as-a-lan-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

