<?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>Networking hardware &#8211; Henry Poon&#039;s Blog</title>
	<atom:link href="https://blog.henrypoon.com/blog/tag/networking-hardware/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.henrypoon.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 Oct 2022 21:38:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">83044199</site>	<item>
		<title>Resolving dd-wrt bug that prevented computers on a LAN with wired connection from talking/pinging/communicating with each other</title>
		<link>https://blog.henrypoon.com/blog/2015/01/05/resolving-dd-wrt-bug-that-prevented-computers-on-a-lan-with-wired-connection-from-talkingpingingcommunicating-with-each-other/</link>
					<comments>https://blog.henrypoon.com/blog/2015/01/05/resolving-dd-wrt-bug-that-prevented-computers-on-a-lan-with-wired-connection-from-talkingpingingcommunicating-with-each-other/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Tue, 06 Jan 2015 06:27:16 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computer networking]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Custom firmware]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[destination host unreachable]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Linksys routers]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Netgear WGR614L]]></category>
		<category><![CDATA[Networking hardware]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[Telnet]]></category>
		<category><![CDATA[wired connection]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/resolving-dd-wrt-bug-that-prevented-computers-on-a-lan-with-wired-connection-from-talkingpingingcommunicating-with-each-other</guid>

					<description><![CDATA[I just had a problem where the computers in my house that were all using a wired connection could not talk to each other. &#160;Computers on wired connections could not ping, and ping kept giving an error saying &#8220;destination host unreachable&#8221;. &#160;I found the solution in a very hard to find forum post on the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I just had a problem where the computers in my house that were all using a wired connection could not talk to each other. &nbsp;Computers on wired connections could not ping, and ping kept giving an error saying &#8220;destination host unreachable&#8221;. &nbsp;I found the solution in a very hard to find forum post on the dd-wrt forums.</p>



<p class="wp-block-paragraph"><strong>This specific instance of the problem affects users of the dd-wrt firmware. &nbsp;In my case, I am using build 24461 of the firmware.</strong> &nbsp;The solution is to run the following commands on the router (either with ssh or telnet):</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">swconfig dev eth0 set enable_vlan 1
swconfig dev eth0 set apply</code></pre>



<p class="wp-block-paragraph">I&#8217;ve since put this in the startup commands that the router will execute, so these settings will stay even after a router reboot.</p>



<p class="wp-block-paragraph">For some routers, it might be eth1 instead of eth0. &nbsp;It depends on which network interface is assigned to the WAN. &nbsp;This can be check in the router page under Setup &gt; Networking.</p>



<p class="wp-block-paragraph">Link to forum post: <a href="http://www.dd-wrt.com/phpBB2/viewtopic.php?t=152738&amp;postdays=0&amp;postorder=asc&amp;start=0" target="_blank" rel="noreferrer noopener">http://www.dd-wrt.com/phpBB2/viewtopic.php?t=152738&amp;postdays=0&amp;postorder=asc&amp;start=0</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2015/01/05/resolving-dd-wrt-bug-that-prevented-computers-on-a-lan-with-wired-connection-from-talkingpingingcommunicating-with-each-other/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1928</post-id>	</item>
		<item>
		<title>Diagnosing the Source of Internet Connectivity Problems</title>
		<link>https://blog.henrypoon.com/blog/2010/12/30/diagnosing-the-source-of-internet-connectivity-problems/</link>
					<comments>https://blog.henrypoon.com/blog/2010/12/30/diagnosing-the-source-of-internet-connectivity-problems/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 08:05:26 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computer network]]></category>
		<category><![CDATA[Computer networking]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[Digital technology]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Information and communications technology]]></category>
		<category><![CDATA[Internet access]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[Logical link control]]></category>
		<category><![CDATA[Modem]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Networking hardware]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Server appliance]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/diagnosing-the-source-of-internet-connectivity-problems</guid>

					<description><![CDATA[I created a nice little flowchart for people to diagnose their Internet connectivity problems.&#160; It’s pretty general and covers the most common problems.&#160; I tried to avoid lots of specific information since many Internet connectivity problems are not as straightforward as just following a flowchart. I didn’t really go into specifics as to what kind [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I created a nice little flowchart for people to diagnose their Internet connectivity problems.&nbsp; It’s pretty general and covers the most common problems.&nbsp; I tried to avoid lots of specific information since many Internet connectivity problems are not as straightforward as just following a flowchart.</p>


<div class="wp-block-image">
<figure class="aligncenter"><a href="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2011/12/internetdiagnosisflowchart2.png" target="_blank" rel="noreferrer noopener"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="789" height="617" src="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2011/12/internetdiagnosisflowchart2.png?resize=789%2C617" alt="" class="wp-image-1280" title="InternetDiagnosisFlowchart" srcset="https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2011/12/internetdiagnosisflowchart2.png?w=789&amp;ssl=1 789w, https://i0.wp.com/blog.henrypoon.com/wp-content/uploads/2011/12/internetdiagnosisflowchart2.png?resize=300%2C235&amp;ssl=1 300w" sizes="(max-width: 789px) 100vw, 789px" /></a></figure>
</div>


<p class="wp-block-paragraph">I didn’t really go into specifics as to what kind of modem lights to look for because all modems are different.&nbsp; But they almost always will have an “Online” light.&nbsp; If that is off, then there is clearly a problem.</p>



<p class="wp-block-paragraph">Router lights are usually just a power light, the WAN and LAN lights.&nbsp; If the WAN light is off, it means the router has no access to the Internet.</p>



<p class="wp-block-paragraph">Each network adapter on the computer can be disabled and enabled by accessing “Network Connections” in Windows.&nbsp; That can be accessed by typing the name without the quotes in the address bar in any open Explorer window.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/12/30/diagnosing-the-source-of-internet-connectivity-problems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">557</post-id>	</item>
		<item>
		<title>Converting a Router into a Switch</title>
		<link>https://blog.henrypoon.com/blog/2010/09/08/converting-a-router-into-a-switch/</link>
					<comments>https://blog.henrypoon.com/blog/2010/09/08/converting-a-router-into-a-switch/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Thu, 09 Sep 2010 04:14:30 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computer network]]></category>
		<category><![CDATA[Computer networking]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dynamic Host Configuration Protocol]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Grab]]></category>
		<category><![CDATA[Internet architecture]]></category>
		<category><![CDATA[Internet Standards]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Lost]]></category>
		<category><![CDATA[Modem]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Network switch]]></category>
		<category><![CDATA[Networking hardware]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Plug]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Server appliance]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[Virtual Router Redundancy Protocol]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/converting-a-router-into-a-switch</guid>

					<description><![CDATA[By using a switch, I can get twice the bandwidth that I would have normally gotten from UBC Resnet.&#160; This is because I am getting more than one IP from Resnet instead of having the router to grab the one IP and rely on NAT for communication.&#160; Having one IP means I&#8217;d only get one [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>By using a switch, I can get twice the bandwidth that I would have normally gotten from UBC Resnet.&nbsp; This is because I am getting more than one IP from Resnet instead of having the router to grab the one IP and rely on NAT for communication.&nbsp; Having one IP means I&#8217;d only get one computer&#8217;s worth of bandwidth split among both computers.</p>
<p>Warning: After doing this, I’ve lost all contact with my router even with the IP of the router changed.&nbsp; This is probably because my router is acting as a switch.&nbsp; The only way that I’ve found to access the router page is to reset the router.&nbsp; This is probably due to the fact that my router is a piece of junk and I don&#8217;t know if this is something consistent among all routers.</p>
<ol>
<li>Change the IP of the router to something else that is unused in the network (I changed mine to 192.168.0.254)</li>
<li>Disable the DHCP client on the router</li>
<li>Plug the ethernet cable from the wall/modem to one of the LAN ports on the router (Don&#8217;t use the WAN port anymore)</li>
<li>Plug ethernet cables from each computer to any free LAN port on the router</li>
<li>Release/renew IP’s on all computers</li>
</ol>
<p>Note: Do not use the WAN port since the DHCP functionality has been disabled.</p>
<p>Despite the drawback of not being able to access the router afterward, I now have all my computers networked.&nbsp; Some people on forums had solutions on retaining access to the router, but those methods didn’t work for me.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/09/08/converting-a-router-into-a-switch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">417</post-id>	</item>
		<item>
		<title>USB Storage over the Network</title>
		<link>https://blog.henrypoon.com/blog/2010/05/10/usb-storage-over-the-network/</link>
					<comments>https://blog.henrypoon.com/blog/2010/05/10/usb-storage-over-the-network/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Tue, 11 May 2010 06:24:18 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computer networking]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[Internet architecture]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Live USB]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Networking hardware]]></category>
		<category><![CDATA[Over]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Plug]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Server appliance]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Wireless router]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/usb-storage-over-the-network</guid>

					<description><![CDATA[My router (DGL-4500) comes with a USB port at the back, which implies that it can be used for plugging in an external hard drive. &#160;All I had to do was update my router to the latest firmware (that&#8217;s why I had my previous post) so that I would see the &#8220;USB Settings&#8221; page within [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>My router (DGL-4500) comes with a USB port at the back, which implies that it can be used for plugging in an external hard drive. &nbsp;All I had to do was update my router to the latest firmware (that&#8217;s why I had my previous post) so that I would see the &#8220;USB Settings&#8221; page within my router configuration page. &nbsp;I used D-Link&#8217;s Shareport program to share a USB External Hard Drive over the network. &nbsp;I left the setting within the router page to use Shareport. &nbsp;I installed the Shareport client on my computer and I was able to access my external hard drive quite easily. &nbsp;However, it does take a little extra time for the computer to recognize it&#8217;s there.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/05/10/usb-storage-over-the-network/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">316</post-id>	</item>
		<item>
		<title>Weird Router Login Issue</title>
		<link>https://blog.henrypoon.com/blog/2010/05/10/weird-router-login-issue/</link>
					<comments>https://blog.henrypoon.com/blog/2010/05/10/weird-router-login-issue/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Tue, 11 May 2010 06:07:06 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[Computer networking]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[Internet architecture]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[Networking hardware]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Server appliance]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/weird-router-login-issue</guid>

					<description><![CDATA[So I just upgraded my router (DGL-4500) to the latest firmware today (1.22), and I started experiencing this weird bug where I couldn&#8217;t log into the router page. &#160;Every time I typed in my password, the router would deny me access. &#160;According to the D-Link forum, pressing the Login button rather than pressing the Enter [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>So I just upgraded my router (DGL-4500) to the latest firmware today (1.22), and I started experiencing this weird bug where I couldn&#8217;t log into the router page. &nbsp;Every time I typed in my password, the router would deny me access. &nbsp;According to the D-Link forum, pressing the Login button rather than pressing the Enter key works. &nbsp;For some weird reason, that fixed it.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/05/10/weird-router-login-issue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">314</post-id>	</item>
	</channel>
</rss>
