I have successfully reconfigured my wireless router to act as a wireless bridge! In my new apartment complex, the internet that we pay for every month is only available in wireless form (which is actually speed limited to 11Mbps
). However, I use a desktop for which I do not have a wireless card, but I do have a wireless router (which I won’t need to be using while I’m living here because there is already a wireless network setup). So, I am using my wireless router as a NIC for my desktop PC (running XP Pro SP2).
I have a Netgear WGT624(V3) router. I actually found this great tutorial last night on how to successfully complete this setup, but there were a few things that weren’t really clear in the writeup, and it took some tinkering for me to actually get it to work. So here is my adapted version of what Beatjunkie presents on his site.
1. Do a hard reset on the router
2. Disable wireless SID broadcast (but leave the radio enabled)
3. Set the SSID to match exactly the name of the network you are connecting to
* Beatjunkie says you need to match the channel, but I couldn’t figure out what channel the network I am connecting to was broadcasting on, so I just left it on the default (11)
4. Set the subnet to match exactly the subnet of the network (in my case it was 255.255.252.0)
5. Set the security to match
* Actually I’m not sure if it has to match exactly – the network I’m connecting to is unsecured, so I just turned security off. However, Beatjunkie says that it will only work with WEP (ie not WPA), so that’s a tip…
* Don’t turn off DHCP yet…
6. Using a laptop with a wireless card, use “arp -a” from the command prompt to find the MAC address of the network I will be connecting to (in my case it was the first in the list (10.0.104.1)).
7. Use Beatjunkie’s tool to configure the router to work as a client (he explains it more on his site, but in brief, the ‘client’ mode is basically a virtual bridge, and he has had better luck with that, and that is what ended up working for me too).
- Download the tool here
- You will also need to download telnetEnable.exe (which he links to on his site)
- Run the tool in expert mode
- Use 192.168.1.1 as the IP address of the router (that you will be using as a bridge), and put in its MAC address (on the bottom of the router) (top left of the screen)
- In your command schedule, use the following commands:
wla
set oper sta
set remoteWbr [MAC] (use the MAC address you found earlier with the laptop)
..
save
reboot
- Execute telnetEnable.exe, then run your command schedule
8. Control Panel > Network Connections > Local Area Connection > Properties > Internet Protocol (TCP/IP), change the DNS server. Manually input the address of the server (from the network you will be connecting to). This can be found on the laptop by entering “ipconfig /all” from the command prompt.
9. Go back into your router configuration web interface (192.168.1.1), and disable DHCP.
10. You may have to release and renew your IP on your desktop (from command prompt enter “ipconfig /release” then “ipconfig /renew”), but it should then work!
These are the steps that I took to get my Netgear WGT624 to work as a wireless bridge so I could use it to connect to an existing wireless network and get internet on my desktop! I couldn’t have done it without the tutorial mentioned earlier, but I also needed to implement the other steps that I have included here to get it to work.
EDIT:
I tried using this router (now bridge) on Windows Server 2003, and I couldn’t get network access. While I didn’t go through the whole process, I plugged in the server to the already configured (and working) bridge, and it wouldn’t get an IP address. I went into my network settings, added the DNS server, and it still wouldn’t get an IP address. I repaired the connection, rebooted, did everything I could think of (short of reconfiguring the whole router), and it still wouldn’t work. I even tried manually configuring the IP address (which sort of worked – it gave me that IP, and connected to the right subnet, etc., but it still never could get internet).
I also tried hooking up a machine running Windows Vista (Ultimate), and after a few seconds I had internet access. I didn’t even need to manually enter the DNS server – it just worked.

View Comments to “how i configured my router to work as a bridge”
funny – this article from before I converted to this domain is the top search result on Google for “how i configured my router to work as a bridge” (http://www.google.com/search?q=how+i+configured+my+router+to+work+as+a+bridge), but the same post on this site is number 7
By rgisraelsen on Jan 15, 2010