Step By Step Repeater Set up

C/P

Step By Step
Assuming your DD-WRT is set to factory defaults, its IP address is 192.168.1.1. If your client PC is configured to receive an IP automatically, it should be assigned an address by the router.
Step 1. Open a browser on your PC and connect to the DD-WRT router – its default address is http://192.168.1.1. The default login is root and password is admin. Of course, you should change these. If you don’t, you’ll have bad dreams involving Sally Struthers and bathing.
Step 2. Click Setup/Basic Setup. You can leave Connection Type at its default, “Automatic Configuration – DHCP.” You can leave the router and host name fields at default if you like, or customize them as we did.
The most important setting here is the Local IP Address. This must be a different subnet than that which the host AP is on. Our host AP is on 192.168.1.1, which was also the default for this DD-WRT router. Thus, we’ve changed the DD-WRT router to 10.0.0.1.
You can leave the remaining settings alone – the DHCP enabled, etc. – and click Save Settings at the bottom of the page. Your router will reboot.

Because it will restart with a new IP address, you will need to repair the client connection at your PC to join the new subnet. (Otherwise, you won’t be able to access the administration page any more.)
In Windows XP, navigate to Control Panel/Network Connections, right-click on the Local Area Network connection, and choose “Repair” from the pop-up menu.

Once reconnected to the router, you should open your browser to its new address – in this example,http://10.0.0.1
Step 3. Click Security/Firewall and click to Disable the SPI Firewall. If you want any special firewall settings, you should configure these on the host router.

Step 4. Click Wireless/Basic Settings. For Wireless Mode change the selection from its default “AP” to “Repeater”.
Unless your host router is set to G-only mode, leave Wireless Networ Mode set to “Mixed”. If your host router is set to G-only, likewise choose “G-Only” here.
Set the Wireless Network Name (SSID) to the SSID of your host router. If you don’t know it and for some reason can’t figure it out, we’ll show you how to scan for it a little later.
Leave the remaining settings at their defaults. Some claim that setting Sensitivity Range (ACK Timing) to 0 improves performance, which you might experiment with once the repeater setup is tested and working.
Important: Now click Save Settings. The page will then refresh.


At this point, you have essentially set up the DD-WRT router in wireless client mode. Your PC that is wired to the router should be able to access the Internet, assuming that the host router can.

The next step is to enable the DD-WRT router to behave as a wireless AP in addition to being a wireless client. That’s why they call it a repeater, mmmkay?
To perform this trick, you will create a Virtual Interface. This will behave as a software AP, broadcasting its own SSID and bridging external wireless clients to the router, which is itself a wireless client to the host router in this configuration.
Click the Add button and the page will refresh again, with new fields for configuring the Virtual Interface.

Fill in Wireless Network Name (SSID) with the name you want for the repeated wireless network. For best results, this should be different from the SSID for the host router. You will see this SSID available when your wireless clients scan for access points.
Leave the remaining fields at their default values as seen here, and be sure to click Save Settings.
Step 5. Click Wireless/Wireless Security. In repeater mode, you need to consider two dimensions of security:
First, is security enabled on the host router that you’re repeating? If yes, you’ll need to configure security on the DD-WRT router’s “physical interface” to match.
Second, do you want security between your repeater and local wireless clients? If so, you’ll need to configure the kind of security you want on the DD-WRT router’s “virtual interface” and, of course, on each individual wireless client that associates with the repeater.

In this example, we’re using WPA2 security to connect to the host router. Obviously, you must enter the correct shared key as configured on the host router.
We’re also using WPA2 security for the repeated signal. Note that on the Virtual Interface, we are choosing a shared key, one which we’ll need to use on each wireless client PC.
In theory, you can select a different security mode for your repeated network (the virtual interface) than you are using with the host router. You could choose to use no security on the host router, and secure only the repeated network; or you could use security only at the host router and none on the repeated network.
Users report varying success mixing and matching security modes, most likely due to DD-WRT V24 still being a maturing beta.
Ideally, you should initially set up your repeater with no security for either interface. This assumes that you have administrative access to your host router if it is currently secured. Once the repeater is verified as working, add each layer of security separately to best pinpoint any problems.

Step 6. Scan for a host router as an alternative to manually entering its SSID in Step 4.
Click on Status/Wireless and scroll to the very bottom of the page. There you can click on Site Survey, which will pop up a window showing available wireless networks.

In this example, the DD-WRT router detects one network with SSID bordella available. The router is open (no security), so to repeat it, simply click “Join” to create the association.
Troubleshooting
If you can’t seem to access the Internet from a client connected to the repeater, first check that the repeater is successfully connected to the host router.
Click Status/Router and scroll to the bottom of the page. There you will see a summary of the DD-WRT router’s WAN connection – has it received an IP address, DNS and gateway from the host router? If the IP is 0.0.0.0, it has not, and your client connection between the DD-WRT router and host router is not working.
Some people find it helpful to configure the DD-WRT as a simple wireless client first, before setting it up as a repeater. You can configure DD-WRT as a client on the Wireless/Basic page. As a client, you do not have a virtual interface, since the client can only share the host router through wired connections.
If client mode does not work, be sure to check the security arrangement between the host router and the DD-WRT router. Once client mode works with a wired PC, you can then change DD-WRT from “client” to “repeater” and add the virtual interface.


Advanced Repeating
If you’re feeling especially adventurous, it is possible to set up your repeater to dynamically repeat any open (unsecured) host AP in the vicinity. The primary application for this would be to use your repeater in an, ahem, mobile configuration.
Click on Wireless/Basic and set the SSID for the Physical Interface to blank. Now click Administration/Command and enter into the command field:
nvram set wl_ssid=""
Click Save Startup and restart the router. Now DD-WRT will behave as a promiscuous repeater, which will consort with the first open AP it finds. Also, “promiscuous repeater” makes a great band name.
For the especially sophisticated, you can download a DD-WRT script called AutoAP, which can dynamically detect and repeat an available AP with the strongest signal, and can even associate with secure APs if you provide a set of keys to choose from.