RSS Feed

‘Routers’ Category

  1. Use Apple Airport Extreme to add a second 5 GHz N-only wireless network

    May 30, 2011 by Andrew Block

    I inherited an Apple Airport Extreme from a friend of a friend, but already had a Linksys WRT320N that was working fine (well, after much hair pulling). I was initially going to use the Airport for shared network storage, but that proved too buggy to be of any real use. Since the WRT320N isn’t simultaneous dual-band, I decided to use the Apple to add a second, 5GHz + N only wireless network to my setup. Here’s how my setup looks:

    • WRT320N (running DD-WRT): Handling DHCP; running 5GHz wireless N-only network
    • Airport Extreme: Access Point; running 2.4 GHz N/G mixed network

    Here’s how I did it. First I changed the WRT320N to broadcast 5GHz + N-only, and I appended “-5ghz” to the SSID (so it reads like network-name-5ghz). Only a few of my devices can take advantage of that, but I mostly wanted it for faster wireless gaming on my XBOX 360.

    Then I got the airport up and running as an access point. Here are the key settings to do that. You first need to download and install Apple’s Airport Utility (the latest version is 5.5.2, as of this writing). Once you’ve added the device to your network and the Airport Utility recognizes it, go to Manual Setup, which is a button at the bottom. Note: If you need help with the initial setup, here is Apple’s user guide.

    AirPort section

    • Wireless tab: Create a wireless network here. In my case, I set the Radio Mode to “802.11n (b/g compatible)”. This allows all of my non-N and/or non-5 GHz devices to access a wireless network. I gave it the same name as my 5 GHz network, except I dropped -5ghz off the end.

    Internet section

    • Internet connection tab: Connect Using should be set to “Ethernet” and Connection Sharing should be set to “Off (Bridge Mode)”.
    • TCP/IP tab: I did configure IPv4 “Using DHCP” but you can manually assign an IP address, too (My WRT320N hands out IPs, some of which I make static for port forwarding purposes).

    That’s it! This should allow you to have your Airport Extreme act as an Access Point, and broadcast a second, uniquely-named wireless network. I’ve noticed a significant reduce in lag and latency using 5GHz for XBOX Live, and since the networks are on different frequencies (5GHz vs. 2.4GHz), the signals don’t interfere with each other.

    Note: My iPad and Gateway laptop are the only other devices that can “see” my N 5GHz-only network. A lot of wireless N adapters can only do 2.4 GHz, sadly, so they get relegated to the AirPort’s mixed network.


  2. How I fixed my Linksys WRT320N’s speed issues

    April 7, 2011 by Andrew Block

    I’ve got a Linksys WRT320N. I’ve never really liked it…seems like after a while, the performance of my network always started to degrade, and I always had to reboot the router to get it back to normal.

    So then I thought about getting a new router, but I had (at the time) invested a decent amount of cash for the WRT320N, so I decided to try a custom firmware instead. I ended up going with DD-WRT. Installed fine and was up and running in no time.

    To fix the performance degradation issue, I set the router to reboot automatically every night at 4 a.m. Not the most glamorous solution, but it gets the job done for now. To do that in DD-WRT, I logged in to my router’s IP address, then it’s under Administration > Keep Alive > Schedule Reboot.

    Hey, whatever works right?