<?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>Ardamis &#187; router</title>
	<atom:link href="http://www.ardamis.com/tag/router/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ardamis.com</link>
	<description>Ardamis is a blog about web development and technology in general.</description>
	<lastBuildDate>Thu, 02 Feb 2012 07:07:02 +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>Autonegotiation</title>
		<link>http://www.ardamis.com/2011/12/21/autonegotiation/</link>
		<comments>http://www.ardamis.com/2011/12/21/autonegotiation/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 16:51:58 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/?p=1816</guid>
		<description><![CDATA[Some notes on the commonly misunderstood subject of network autonegotiation, with an emphasis on duplex mismatches caused by differences in configurations of two partners to a connection.]]></description>
			<content:encoded><![CDATA[<h2>Autonegotiation</h2>
<p>Network autonegotiation is easily misunderstood.  Consider two 10/100Mb devices attached to one another &#8211; a PC connected to a router.  For each of these devices, it&#8217;s possible to configure the connection to use either 1) a fixed speed and duplex or 2) to negotiate the optimal shared speed and duplex with whatever it is connecting to.  What is not intuitive is that both devices must be configured with the same settings.  The connection will suffer a performance hit, or may not work at all, if the two devices are configured differently.</p>
<blockquote><p>A common misconception about autonegotiation is that it is possible to manually configure one link partner for 100 Mbps full-duplex and autonegotiate to full-duplex with the other link partner. In fact, an attempt to do this results in a duplex mismatch. This is a consequence of one link partner autonegotiating, not seeing any autonegotiation parameters from the other link partner, and defaulting to half-duplex.</p>
<p><a href="http://www.cisco.com/en/US/products/hw/switches/ps4324/products_tech_note09186a0080094713.shtml#auto_neg" title="Best Practices for Catalyst 4500/4000, 5500/5000, and 6500/6000 Series Switches Running CatOS Configuration and Management">http://www.cisco.com/en/US/products/hw/switches/ps4324/products_tech_note09186a0080094713.shtml#auto_neg</a></p></blockquote>
<p>If both devices are configured to autonegotiate speed and duplex, then each will attempt to make the best possible connection among the possibilities they have in common. However, if one of the devices is set to use a fixed speed and duplex and the other device is set to autonegotiate, the autonegotiating device can determine the speed but not the duplex of the other device and so falls back to its default duplex mode.  In the case of Cisco switches, the default duplex mode is half-duplex.</p>
<blockquote><p>&#8230;it is possible for a[n autonegotiating] link partner to detect the speed at which the other link partner operates, even though the other link partner is not configured for auto-negotiation. In order to detect the speed, the link partner senses the type of electrical signal that arrives and sees if it is 10 Mb or 100 Mb. </p>
<p>It is not possible to detect the correct duplex mode in the same method that the correct speed can be detected. In this case, the [...] port of [the autonegotiating] switch [...] is forced to select the default duplex mode. On Catalyst Ethernet ports, the default mode is auto-negotiate. If auto-negotiation fails, the default mode is half-duplex.</p>
<p><a href="http://www.cisco.com/en/US/tech/tk389/tk214/technologies_tech_note09186a0080094781.shtml" title="Configuring and Troubleshooting Ethernet 10/100/1000Mb Half/Full Duplex Auto-Negotiation">http://www.cisco.com/en/US/tech/tk389/tk214/technologies_tech_note09186a0080094781.shtml</a></p></blockquote>
<p>Half-duplex as a default duplex mode is not unique to Cisco switches.  Below is a link to an article on www.dell.com written by Rich Hernandez, a senior engineer with the Server Networking and Communications Group at Dell, that contains a table summarizing &#8220;all possible combinations of speed and duplex settings, both on 10/100/1000-capable switch ports and on NICs.&#8221;  Included are combinations that would yield no link or link fail conditions, as well as combinations that would yield a duplex mismatch.</p>
<p><a href="http://www.dell.com/content/topics/global.aspx/power/en/ps1q01_hernan?c=us&#038;cs=555&#038;l=en&#038;s=biz" title="Gigabit Ethernet Auto-Negotiation">http://www.dell.com/content/topics/global.aspx/power/en/ps1q01_hernan?c=us&#038;cs=555&#038;l=en&#038;s=biz</a></p>
<p>The importance of using identical settings on both sides of a network connection is stressed in a KB article from www.symantec.com with information on how an autonegotiating port may report that it has established a full-duplex connection with a NIC configured for 100MBs/Full, but in fact is communicating at less than expected capacity. </p>
<blockquote><p>Only by explicitly setting both sides of the link to the same duplex mode would the link work flawlessly.</p>
<p><a href="http://www.symantec.com/business/support/index?page=content&#038;id=TECH87827" title="DOCUMENTATION: What is a network link duplex mismatch or conflict?">http://www.symantec.com/business/support/index?page=content&#038;id=TECH87827</a></p></blockquote>
<h2>Understanding link data errors</h2>
<p>The page at the link below contains two tables that explain the various errors and counters logged by a network switch and the possible causes.</p>
<p><a href="http://www.cisco.com/en/US/products/hw/switches/ps708/products_tech_note09186a00800a7af0.shtml#ustand" title="Understanding Data Link Errors">http://www.cisco.com/en/US/products/hw/switches/ps708/products_tech_note09186a00800a7af0.shtml#ustand</a></p>
<h2>Troubleshooting Ethernet Collisions</h2>
<p>Collisions may appear to indicate communication problems with a network connection, but as a technote from cisco.com states, collision counters alone are not indicative of network problems.</p>
<blockquote><p>&#8230;collisions are a way to distribute the traffic load over time by arbitrating access to the shared medium. Collisions are not bad; they are essential to correct Ethernet operation.</p>
<p>There is no set limit for &#8220;how many collisions are bad&#8221; or a maximum collision rate.  </p>
<p>In conclusion, the collisions counter does not provide a very useful statistic to analyze network performance or problems.</p>
<p><a href="http://www.cisco.com/en/US/products/hw/modules/ps2033/products_tech_note09186a008009446d.shtml" title="Troubleshooting Ethernet Collisions">http://www.cisco.com/en/US/products/hw/modules/ps2033/products_tech_note09186a008009446d.shtml</a></p></blockquote>
<h2>Late Collisions</h2>
<blockquote><p>When a collision is detected by a station after it has sent the 512th bit of its frame, it is counted as a late collision.</p>
<p>The station that reports the late collision merely indicates the problem; it is generally not the cause of the problem. Possible causes are usually incorrect cabling or a non-compliant number of hubs in the network. Bad network interface cards (NICs) can also cause late collisions.</p>
<p><a href="http://www.cisco.com/en/US/products/hw/modules/ps2033/products_tech_note09186a008009446d.shtml" title="Troubleshooting Ethernet Collisions">http://www.cisco.com/en/US/products/hw/modules/ps2033/products_tech_note09186a008009446d.shtml</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2011/12/21/autonegotiation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring FileZilla FTP to use active mode to resolve &#8220;425 Can&#8217;t open data connection&#8221; errors</title>
		<link>http://www.ardamis.com/2011/10/07/filezilla-active-mode/</link>
		<comments>http://www.ardamis.com/2011/10/07/filezilla-active-mode/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 04:18:11 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/?p=1756</guid>
		<description><![CDATA[How to configure the FileZilla FTP client to use active mode in order to resolve "425 Can't open data connection" errors, and why they occur.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the <a href="http://filezilla-project.org/">FileZilla</a> FTP client for many years and in that time have had only a few occasions where the application didn&#8217;t perform with the default settings.</p>
<p>One of those instances was yesterday, when I was trying to connect to my firm&#8217;s FTP site from an external network connection.  From inside the office, using the internal IP address, FileZilla connected normally and displayed the contents of the root directory after I authenticated.</p>
<p>From outside the office, connecting via the hostname <em>ftp.domain.com</em>, FileZilla would connect normally and authenticate successfully, but it would not display the contents of the root directory.  Instead, the server would send a &#8220;425 Can&#8217;t open data connection&#8221; message.  FileZilla would then report &#8220;Error: Failed to retrieve directory listing&#8221;. </p>
<p>Here&#8217;s the complete conversation between the client and the server (names and IP addresses changed to protect the firm&#8217;s identity):</p>
<pre class="brush: plain; title: ; notranslate">
Status: Resolving address of ftp.domain.com
Status: Connecting to 38.98.xxx.xxx:21...
Status: Connection established, waiting for welcome message...
Response: 220-Microsoft FTP Service
Response: 220 Company Name
Command: USER ftp_username
Response: 331 Password required for ftp_username.
Command: PASS **********
Response: 230-Welcome to the Company Name FTP service.  Unauthorized use is strictly prohibited.
Response: 230 User ftp_username logged in.
Status:	Connected
Status:	Retrieving directory listing...
Command: PWD
Response: 257 &quot;/&quot; is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (192,168,0,114,13,156).
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: LIST
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing
Response: 421 Timeout (120 seconds): closing control connection.
Error: Could not read from socket: ECONNRESET - Connection reset by peer
Error: Disconnected from server
</pre>
<p>The interesting thing, I thought, was that when the server agreed to use passive mode, it did so with a port on the internal IP address, which is unroutable from outside the network.</p>
<h2>The fix is to use active mode</h2>
<p>OK, if you&#8217;re reading this, you probably just want to know how to make it work.  FileZilla uses passive mode by default, but due to the network configuration of certain servers, active mode is required to establish a data connection.  A bit of background reading with some explanation is farther down.  </p>
<p>In FileZilla, click on <strong>Edit | Settings</strong>.</p>
<p>Under <strong>Connection</strong>, click on <strong>FTP</strong> and choose <strong>Active</strong> as the Transfer Mode.</p>
<p>Under <strong>Connection</strong>, under <strong>FTP</strong>, click on <strong>Active mode</strong> and choose &#8220;Ask your operating system for the external IP address&#8221; (the default setting).</p>
<p>Under <strong>Connection</strong>, under <strong>FTP</strong>, click on <strong>Passive mode</strong> and choose &#8220;Fall back to active mode&#8221; (this is an optional setting).</p>
<h2>What is the difference between active and passive mode?</h2>
<p>According to the <a href="http://wiki.filezilla-project.org/Network_Configuration#Technical_background">FileZilla wiki page on network configuration</a>:</p>
<blockquote><p>
In passive mode, which is recommended (see below), the client sends the PASV command to the server, and the server responds with an address. The client then issues a command to transfer a file or to get a directory listing, and establishes a secondary connection to the address returned by the server.</p>
<p>In active mode, the client opens a socket on the local machine and tells its address to the server using the PORT command. Once the client issues a command to transfer a file or listing, the server will connect to the address provided by the client.
</p></blockquote>
<p>The difference, then, is which side gets to determine the address used during the connection.  In passive mode, the server provides the address, while in active mode, the client provides the address.</p>
<h2>Why do I need to use active mode?</h2>
<p>You probably shouldn&#8217;t need to use active mode, and in fact, it requires more configuration by the user of the FTP client to use active mode.</p>
<blockquote><p>
In passive mode, the router and firewall on the server side need to be configured to accept and forward incoming connections. On the client side, however, only outgoing connections need to be allowed (which will already be the case most of the time).</p>
<p>Analogously, in active mode, the router and firewall on the client side need to be configured to accept and forward incoming connections. Only outgoing connections have to be allowed on the server side.</p>
<p><a href="http://wiki.filezilla-project.org/Network_Configuration#Technical_background">http://wiki.filezilla-project.org/Network_Configuration#Technical_background</a>
</p></blockquote>
<p>So, it boils down to who&#8217;s going to be responsible for the NAT and firewall configuration.  Using passive mode places the responsibility on the server side of the connection, while using active mode places it on the client side.  Typically, the FTP server administrator should be better equipped to handle this responsibility than the average FTP client user.</p>
<blockquote><p>
<strong>Passive mode</strong></p>
<p>In passive mode, the client has no control over what port the server chooses for the data connection. Therefore, in order to use passive mode, you&#8217;ll have to allow outgoing connections to all ports in your firewall.</p>
<p><strong>Active mode</strong></p>
<p>In active mode, the client opens a socket and waits for the server to establish the transfer connection.</p>
<p><a href="http://wiki.filezilla-project.org/Network_Configuration#Setting_up_FileZilla_Client">http://wiki.filezilla-project.org/Network_Configuration#Setting_up_FileZilla_Client</a>
</p></blockquote>
<p>I&#8217;m behind a NAT router and I&#8217;ve never had any problems with passive mode.  On the other hand, I seem to be able to connect to all my sites without any problem with the client in active mode, too, and I haven&#8217;t had to open any ports in Windows Firewall or forward any ports on my router.  So maybe active mode doesn&#8217;t require as much configuration as the wiki page leads me to believe.  Or maybe I&#8217;m just getting lucky and I&#8217;ll eventually run into problems if I continue to run in active mode.</p>
<h2>Why does the server respond with the local IP address?</h2>
<p>The FileZilla people offer a a partial explanation for why I&#8217;m seeing the internal IP address when I connect using the hostname.  Back in Settings, under <strong>Connection | FTP | Passive mode</strong>, is some support text that reads: <em>Some misconfigured remote servers which are behind a router, may reply with their local IP address</em>.</p>
<p>The wiki page is pretty good reading, and has some interesting stuff on NAT, but I think that I&#8217;ll offer this plain-language, local IP address explanation when troubleshooting FTP connections.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2011/10/07/filezilla-active-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring your network to use faster, more reliable DNS servers</title>
		<link>http://www.ardamis.com/2011/05/11/configuring-your-network-to-use-faster-more-reliable-dns-servers/</link>
		<comments>http://www.ardamis.com/2011/05/11/configuring-your-network-to-use-faster-more-reliable-dns-servers/#comments</comments>
		<pubDate>Thu, 12 May 2011 04:30:05 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/?p=1387</guid>
		<description><![CDATA[How to configure your computer or router to use the faster, more reliable DNS servers from OpenDNS or Google Public DNS.]]></description>
			<content:encoded><![CDATA[<p>Typically, your ISP provides DNS services.  In an ideal world, this would work well, as your ISP&#8217;s DNS server ought to be geographically close to your machine and should be able to perform look ups quickly.  However, there are a number of reasons why you might want to use a public DNS server instead of your ISP&#8217;s server.  The two big public DNS servers are OpenDNS and Google Public DNS.</p>
<h2>OpenDNS</h2>
<p>The <a href="http://www.opendns.com/">OpenDNS</a> nameserver IP addresses are:</p>
<ul>
<li>208.67.220.220</li>
<li>208.67.222.222</li>
<li>208.67.220.222</li>
<li>208.67.222.220</li>
</ul>
<p><a href="http://www.opendns.com/support/article/197">http://www.opendns.com/support/article/197</a></p>
<h2>Google Public DNS</h2>
<p>The <a href="http://code.google.com/speed/public-dns/docs/intro.html">Google Public DNS</a> nameserver IP addresses are:</p>
<ul>
<li>8.8.8.8</li>
<li>8.8.4.4</li>
</ul>
<p><a href="http://code.google.com/speed/public-dns/docs/using.html">http://code.google.com/speed/public-dns/docs/using.html</a></p>
<p>So which DNS servers are faster for you?</p>
<p>Try out <a href="http://code.google.com/p/namebench/">namebench</a>. It hunts down the fastest DNS servers available for your computer to use.  (For Mac OS X, Windows, and UNIX.)</p>
<p><a href="http://code.google.com/p/namebench/">http://code.google.com/p/namebench/</a></p>
<h2>Using OpenDNS to filter (whitelist/blacklist) content</h2>
<p>If you have an account with OpenDNS, you can whitelist and blacklist IP addresses.  A free account allows you to whitelist or blacklist 25 addresses; paid accounts allow more.</p>
<ol>
<li>Create an account at OpenDNS.</li>
<li>Set up a network for your physical location (your current IP address).</li>
<li>Configure your machine to use the OpenDNS servers.</li>
<li>Install the client software for updating a dynamic IP in an OpenDNS network &#8211; <a href="http://www.opendns.com/support/article/90">http://www.opendns.com/support/article/90</a>.</li>
</ol>
<ul>
<li>Windows 7 &#8211; <a href="https://store.opendns.com/setup/operatingsystem/windows-7">https://store.opendns.com/setup/operatingsystem/windows-7</a></li>
<li>Ubuntu &#8211; <a href="https://store.opendns.com/setup/operatingsystem/ubuntu">https://store.opendns.com/setup/operatingsystem/ubuntu</a></li>
<li>Mac OS X &#8211; <a href="https://store.opendns.com/setup/operatingsystem/apple-osx-leopard">https://store.opendns.com/setup/operatingsystem/apple-osx-leopard</a></li>
</ul>
<p>Technically more sophisticated users may discover that manually setting the DNS servers on a computer allows that computer to circumvent the OpenDNS filtering.  To prevent a machine from bypassing the OpenDNS filtering, you could configure the DNS servers directly on the router and then block all outgoing DNS requests to all DNS servers except the OpenDNS servers.</p>
<h2>OpenDNS system status</h2>
<p>It&#8217;s a good idea to be able to check the condition of your DNS server.</p>
<p>The <a href="http://system.opendns.com/">OpenDNS system status</a> page&#8217;s IP address is <a href="http://208.69.38.170/">http://208.69.38.170/</a>.</p>
<h2>Seriously restricting internet access</h2>
<p>What I really want to do is severely restrict internet access on a single machine on my LAN.  For this machine, I want to manage a small whitelist of domains and block access to everything else.  OpenDNS doesn&#8217;t seem to offer this type of functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2011/05/11/configuring-your-network-to-use-faster-more-reliable-dns-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nullsoft NetMon mirror</title>
		<link>http://www.ardamis.com/2010/12/11/nullsoft-netmon-mirror/</link>
		<comments>http://www.ardamis.com/2010/12/11/nullsoft-netmon-mirror/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 18:55:19 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/?p=1152</guid>
		<description><![CDATA[This page is a mirror of http://www.nullsoft.com/free/netmon/, with the link to the NetMon04.exe application changed to point to the file hosted at ardamis.com.]]></description>
			<content:encoded><![CDATA[<p>Because the page at http://www.nullsoft.com/free/netmon/ has been down every time I&#8217;ve tried to visit it lately, I&#8217;ve decided to reproduce it here, along with the download of the NetMon application.  Below is the content of the page, with the link updated to the file hosted at ardamis.com.</p>
<h3>introduction</h3>
<p>This is a slightly useful network monitor graphing thing for Win32.<br />
It just sits in its own window, pinging a host, and giving you a<br />
graph of how long it takes each time.</p>
<p>Because all great (err) things should be free, this should be too.<br />
Not only that, we&#8217;re pretty much giving away all rights to it, giving<br />
you the source, and letting you do what you want with it (see the<br />
license below).</p>
<h3>features</h3>
<ul>
<li>Host configuration</li>
<li>Hops configuration</li>
<li>Refresh rate configuration</li>
<li>Graph scale configuration</li>
<li>Configurable text for window</li>
<li>Automatic start-on-system-start</li>
<li>Static window size (120&#215;40)</li>
<li>Small memory footprint</li>
</ul>
<h3>license</h3>
<p> Copyright (C) 1999-2000 Nullsoft, Inc.</p>
<p>  This software is provided &#8216;as-is&#8217;, without any express or implied<br />
  warranty.  In no event will the authors be held liable for any damages<br />
  arising from the use of this software.</p>
<p>  Permission is granted to anyone to use this software for any purpose,<br />
  including commercial applications, and to alter it and redistribute it<br />
  freely, subject to the following restrictions:</p>
<p>  1. The origin of this software must not be misrepresented; you must not<br />
     claim that you wrote the original software. If you use this software<br />
     in a product, an acknowledgment in the product documentation would be<br />
     appreciated but is not required.<br />
  2. Altered source versions must be plainly marked as such, and must not be<br />
     misrepresented as being the original software.<br />
  3. This notice may not be removed or altered from any source distribution.</p>
<p>  Note that this license is borrowed from zlib.</p>
<h3>download</h3>
<p>Current version: 0.4 (8/1/00)<br />
Download: <a href="http://www.ardamis.com/downloads/netmon04.exe">netmon04.exe</a> </p>
<h3>version history</h3>
<p><a href="http://www.ardamis.com/downloads/netmon04.exe">v0.4</a> (8/1/00)</p>
<ul>
<li>first public release</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2010/12/11/nullsoft-netmon-mirror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AirPort Utility and AirPort Extreme Base Station links</title>
		<link>http://www.ardamis.com/2010/04/05/airport-utility-and-airport-extreme-base-station/</link>
		<comments>http://www.ardamis.com/2010/04/05/airport-utility-and-airport-extreme-base-station/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 02:13:53 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/?p=570</guid>
		<description><![CDATA[A collection of useful AirPort Utility and AirPort Extreme Base Station links.]]></description>
			<content:encoded><![CDATA[<p>I wanted to connect a non-wireless device (an Xbox 360) to a spare Airport Extreme base station via ethernet cable, then join the Airport Extreme to an existing wireless network created by a non-Apple (D-Link) wireless router.  After much searching, it appears that the ethernet ports on the Airport Extreme will not function when the AWD is connected to a wireless network created by a non-Apple device, such as a D-Link wireless router.</p>
<p>But, I was able to find lots of useful links, which I&#8217;ve posted here for future reference.</p>
<p>Default AirPort Base Station passwords are &#8220;public.&#8221;</p>
<p>Resetting an AirPort Base Station or Time Capsule FAQ (with pictures of the different models)<br />
<a href="http://support.apple.com/kb/HT3728">http://support.apple.com/kb/HT3728</a></p>
<p><strong>AirPort Utility 5.5.3 for Windows</strong><br />
Post Date: June 14, 2011<br />
<a href="http://support.apple.com/kb/DL1391">http://support.apple.com/kb/DL1391</a></p>
<p><strong>Time Capsule and AirPort Extreme Base Station Firmware Update 7.5.1</strong><br />
Post Date: March 31, 2010<br />
<a href="http://support.apple.com/kb/DL965">http://support.apple.com/kb/DL965</a></p>
<p><strong>AirPort Extreme Firmware Update 5.7 for Windows</strong> (drop shaped)<br />
Post Date: January 03, 2006<br />
<a href="http://support.apple.com/kb/DL411">http://support.apple.com/kb/DL411</a></p>
<p>All about Time Capsule, AirPort Extreme, and AirPort Express base station firmware updates<br />
<a href="http://support.apple.com/kb/HT1218">http://support.apple.com/kb/HT1218</a></p>
<p>To download and install any available firmwares on your AWD, simply open AirPort Utility. An alert indicates that an update is available (if one is). Click the Update button. If you are updating more than one base station, click Show Details to select the base stations you want to update.</p>
<p>AirPort + Time Capsule (General support page)<br />
<a href="http://www.apple.com/support/airport/">http://www.apple.com/support/airport/</a></p>
<p>Using the AirPort Admin Utility to create a WDS network with multiple base stations<br />
<a href="http://support.apple.com/kb/HT4262">http://support.apple.com/kb/HT4262</a></p>
<p>AirPort Extreme Base Station Setup Guide<br />
<a href="http://manuals.info.apple.com/en/airportextremebasestationsetupguide.pdf">http://manuals.info.apple.com/en/airportextremebasestationsetupguide.pdf</a></p>
<p>AirPort: Slow 802.11n connection speed when connected using older WEP or WPA security mechanisms<br />
(Use WPA2 Personal authentication)<br />
<a href="http://support.apple.com/kb/TS3361">http://support.apple.com/kb/TS3361</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2010/04/05/airport-utility-and-airport-extreme-base-station/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tips for improving the security of your home wireless network</title>
		<link>http://www.ardamis.com/2009/05/18/securing-your-home-wireless-network/</link>
		<comments>http://www.ardamis.com/2009/05/18/securing-your-home-wireless-network/#comments</comments>
		<pubDate>Mon, 18 May 2009 05:19:28 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/?p=255</guid>
		<description><![CDATA[Six settings on your wireless router or access point which, if properly configured, will better protect your network, your computers, and your data.]]></description>
			<content:encoded><![CDATA[<p>Of the seven wireless networks that I can see from my living room, five are secured, or at least appear as such in the available networks list.  That&#8217;s a good start, but most of my neighbors could be doing a better job of protecting their networks from intrusion.  Among other things, someone who connects to your WLAN may be able to:</p>
<ul>
<li>Slow down your Internet performance</li>
<li>View files on your computers and spread dangerous software</li>
<li>Monitor the Web sites you visit, read your e-mail and instant messages as they travel across the network, and copy your usernames and passwords</li>
<li>Send spam or perform illegal activities with your Internet connection</li>
</ul>
<p>IT security needs to use a layered approach.  While no single layer of security is enough to withstand every attack, each additional layer serves to further harden your system and discourage would-be attackers and free-loaders.  Here are six settings on your router which, if properly configured, will better protect your network, your computers, and your data.</p>
<ol>
<li><strong>Change the default password for the administrator account on your wireless router or access point.</strong> This is absolutely essential and should have been the very first thing you did after you unboxed it.  Don&#8217;t use a word in the dictionary or anything easily guessed.</li>
<li><strong>Limit access to your wireless LAN by using MAC address filtering.</strong>  A MAC address (also called the <em>physical address</em>) is an identifier unique to each network adapter.  MAC address filtering involves looking up the MAC address of each device that will connect to the WLAN and adding them to a list in the router&#8217;s control panel.  MAC addresses can be spoofed, so filtering shouldn&#8217;t be the only security method used.</li>
<li><strong>Change your SSID (network name).</strong>  A router&#8217;s default SSID (Service Set Identifier) can be used to identify your hardware, which could help a hacker determine the default administrator password (see step 1).  A default SSID also suggests that the network was poorly configured, making it appear to be an easier target.  Change it to something you and your family would recognize (your pet&#8217;s name, for example), but that&#8217;s not publicly identifiable (don&#8217;t use your name, your address, etc.).</li>
<li><strong>Don&#8217;t disable SSID broadcasting</strong> Disabling SSID broadcasting will prevent casual browsers from finding your network, but it also means you will have to manually enter the name of your network on each device and your laptop will periodically ping your SSID.  Not broadcasting your SSID does nothing to secure your network, it just makes it less obvious to your neighbors.<br />
Source: <a href="http://www.howtogeek.com/howto/28653/debunking-myths-is-hiding-your-wireless-ssid-really-more-secure/">http://www.howtogeek.com/howto/28653/debunking-myths-is-hiding-your-wireless-ssid-really-more-secure/</a></li>
<li><strong>Use the strongest encryption form supported by your router and all of your other devices.</strong>  The best choice is WPA2 with the &#8220;TKIP+AES&#8221; algorithm, which is the newest type of wireless encryption and provides the highest level of encryption available.  WPA2 has been available on most devices manufactured in the past few years.  WPA-PSK, also called WPA-Personal, encryption is the next best, and 128-bit WEP is the weakest level of encryption and not very good, but better than nothing.  Use a strong password, ideally a string of at 20+ random alpha-numeric characters. You can find such random strings at https://www.grc.com/passwords.htm .  If you must use WEP, change your key often.</li>
<li><strong>Disable remote administration.</strong>  The ability to remotely administer your WLAN router via the Internet should be turned off unless you absolutely need this.  It is usually turned off by default, but it&#8217;s a good idea to check.  The only downside to this is that you will have to physically connect a computer to the router in order to configure it, which isn&#8217;t necessarily a downside at all.</li>
</ol>
<p>With the router and WLAN now well-configured, hacking your home network will be much more difficult.  Below are a few more suggestions to further increase your protection.</p>
<p>If you can afford a second NAT router, you can dramatically improve your LAN&#8217;s security.  Basically, you create a second LAN by connecting the wireless router to the modem, connecting a second, wired router to the wireless router and then put one or more of your PCs behind the second, wired router.  This means that anyone who accesses your WLAN still can&#8217;t get to the PCs behind the second, wired router.</p>
<p>Read more about <a href="http://www.grc.com/nat/nat.htm">using a second NAT router to create an even more secure LAN</a> at GRC.com.</p>
<p>Test your connection for vulnerabilities with third-party software.  Use the ShieldsUP! port probe from GRC.com to check whether your router is detectable by port scanners.<br />
<a href="https://www.grc.com/x/ne.dll?bh0bkyd2">https://www.grc.com/x/ne.dll?bh0bkyd2</a></p>
<p>McAfee Wi-FiScan surveys your current Wi-Fi connection, your wireless equipment, and local environment to assess security risks introduced by your wireless network. Wi-FiScan uses an ActiveX control to gather information. If security or performance issues are found, McAfee will suggest ways to reduce your risk.<br />
<a href="http://us.mcafee.com/root/wsc/default.asp">http://us.mcafee.com/root/wsc/default.asp</a></p>
<p>Netstumbler, by Marius Milner, will determine your network&#8217;s vulnerabilities and unauthorized access points, and also reveal the sources of network interference and weak signal strength.<br />
<a href="http://www.netstumbler.com/downloads/">http://www.netstumbler.com/downloads/</a></p>
<p>Protect your machine from attacks from within your LAN.  Use a software firewall on every device and make sure that port 113 is stealthed.  If you are using Windows, run Windows Updates every month or keep Automatic Updates on.  Install some anti-virus software (<a href="http://www.microsoft.com/Security_Essentials/">Microsoft Security Essentials</a> seems quite nice) and keep that up to date, too.  Turn off services like File Sharing unless you need them and understand the consequences.</p>
<p>For the borderline-paranoids, you can turn off DHCP (Dynamic Host Configuration Protocol) entirely and configure each device to connect using a specific IP, or at least assign all of your devices static IP addresses well away from the first address dynamically assigned by your router.  For example, if your router starts assigning IP addresses at 192.168.0.100, give your devices static addresses above 192.168.0.150.  This will make it more of a nuisance for someone who does access your network to find the machines connected to it, as they won&#8217;t exist near the address assigned dynamically to the intruder.  You can change the default IP address of the router itself, too, but that will be immediately obvious to anyone who gets in.</p>
<p>Verify that your computer&#8217;s Wake on Wireless LAN (WoWLAN) function is disabled (check your BIOS).</p>
<p>A Wi-Fi network is only vulnerable when it is on, so turn off your router when you aren&#8217;t using it.  Turn off your computers, or at least hibernate/sleep them, when not in use.  (Don&#8217;t forget to turn off the monitors, too.)  Better yet, just kill the power at the surge protector, as all of these components still draw power when turned off.  You&#8217;ll be surprised at how much energy you can save.</p>
<p>The farther the Wi-Fi signal reaches, the easier it is for others to detect and exploit it. If possible, place the router where it will have the most difficulty broadcasting the signal outside your home, such as in the basement, in a closet, or toward the center of your home.  While not a feature of all wireless routers and access points, some allow you to reduce the transmitter power.  If possible, adjust it so that you still get a decent signal inside, but it doesn&#8217;t leak too far outside your home.</p>
<p>Don&#8217;t connect to unprotected wireless networks yourself, as it&#8217;s possible for someone on that network to monitor your traffic.  If you must connect to an unprotected network, enter passwords only on sites that use encryption (those that display the padlock icon in the lower-right corner of your browser and with a URL in the address bar that begins with <em>https</em>).  Never select the &#8216;connect to available wifi networks automatically&#8217; setup option under your Network Connections window.</p>
<p>Ensure that your router&#8217;s firewall is enabled, along with related built-in security features that block anonymous requests or pings from the WAN side.</p>
<p>The DMZ feature of your router allows you to put a machine &#8216;outside&#8217; of the protection of the NAT router.  Only use this if you understand the consequences.</p>
<p>For a good Ars Technica article that includes a chart of common devices (Wii, PS3, Xbox 360, etc.) and their support for the various levels of encryption, read <a href="http://arstechnica.com/security/news/2008/04/wireless-security.ars/">The ABCs of securing your wireless network</a>.</p>
<p>While we&#8217;re on the subject, you might want to consider <a href="http://www.howtogeek.com/howto/21132/change-your-wi-fi-router-channel-to-optimize-your-wireless-signal/">choosing the right channel</a> to obtain the best wireless signal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2009/05/18/securing-your-home-wireless-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Xbox Live connection problems and Open NAT issues</title>
		<link>http://www.ardamis.com/2008/10/27/troubleshooting-xbox-live-connection-problems-and-open-nat-issues/</link>
		<comments>http://www.ardamis.com/2008/10/27/troubleshooting-xbox-live-connection-problems-and-open-nat-issues/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 02:50:02 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/?p=85</guid>
		<description><![CDATA[Resolve Xbox 360 NAT issues by port forwarding or configuring your router to use bridged mode. ]]></description>
			<content:encoded><![CDATA[<p>I was trying to set up a friend&#8217;s Xbox 360 on my home network that uses a D-Link DI-624 router (Rev. C) with version 2.76 firmware and a brand new Motorola Netopia 2210-02 ADSL modem, but I wasn&#8217;t able to connect to Xbox Live.</p>
<p>My Xbox, which had been connected for months with an Open NAT while using a old Siemens Speedstream 4100 modem, never had any problems connecting.</p>
<p>I double checked all the connections, powercycled the Xbox, then ran the network tests from the System blade.  It would pass all of the tests up until the Xbox Live test, at which point it would fail spectacularly and restart the tests &#8211; but this time displaying a &#8220;Disconnected&#8221; message at the Network Adapter test.</p>
<p>I bypassed the router and plugged the Xbox straight into the DSL modem and was able to connect, but with a Strict NAT.  (I should have realized the significance of this right away, but I didn&#8217;t.)</p>
<p>So I reconnected the router and kept experimenting.  After a while, I noticed that my computers connected to the router also lost their connections when I tried to sign in to Xbox Live.</p>
<p>As it turns out, the suspicious-looking disconnection message was accurate &#8211; something the Xbox was doing was causing the router to reboot.</p>
<p>I Googled around and found a few good posts about this problem.</p>
<p>First, I disabled UPnP on the D-Link router thanks to the advice in <a href="http://episteme.arstechnica.com/eve/forums/a/tpc/f/469092836/m/698007413831">this Ars Technica forum post</a>.  Then I configured it to assign the Xbox a static IP address and then put that IP address in the DMZ.  Now the Xbox was able to connect to Xbox Live, but the NAT status was Strict.</p>
<p>I wasn&#8217;t going to settle for that, though.  I wanted to get an Open NAT.</p>
<p>So I took it out of the DMZ and <a href="http://portforward.com/english/routers/port_forwarding/Dlink/DI-624/Xbox_Live_360.htm">port forwarded</a> UDP 88 and both UDP &#038; TCP 3074 ports to the static IP address, but the NAT status was still Strict.</p>
<p>Giving the Xbox a static IP address and forwarding the ports had fixed similar connection issues and permitted an Open NAT for almost everyone else, why wasn&#8217;t it working for this setup?</p>
<p>More Googling finally turned up the explanation.  The Motorola Netopia 2210 contains a NAT router, so no matter what I did with the D-Link&#8217;s settings, I was going to keep getting the Strict NAT from the modem as long as it was handling the PPPoE.  (This is what I should have realized earlier, when I was connecting the Xbox directly to the modem.)</p>
<p>&#8220;The Motorola/Netopia 2210 is also a router with full DHCP functions and may not function correctly when connected directly to another router. Not changing the modem to Bridged Ethernet may result in <strong>double NAT&#8217;ing</strong>, increased latency, possible IP conflicts, or possibly a network that doesn&#8217;t work at all.&#8221;<br />
- <a href="http://www.dslreports.com/faq/15855">http://www.dslreports.com/faq/15855</a></p>
<p>The solution was to configure the modem to use &#8220;Bridged Ethernet&#8221; mode and set up PPPoE on the router.</p>
<p>As long as you&#8217;re setting up PPPoE on the router, you may want to select &#8220;Keep Alive&#8221; or &#8220;Always On&#8221;, if those options are available, or set the Maximum Idle Time to &#8220;0&#8243;.  You should also confirm that the MTU value is &#8220;1492&#8243; and that value is used on all the devices on the network.</p>
<p>Also note that the Motorola Netopia 2210 has an &#8220;Internet&#8221; light that lights up green whenever there is an active PPPoE session initiated by it. The light will stay off when the PPPoE session is initiated by a router or other device.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2008/10/27/troubleshooting-xbox-live-connection-problems-and-open-nat-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

