SETTING UP WDS BETWEEN 2 AP's:
At the end you will have 2 AP's that bridge clients between each other. You can either connect to the wireless on either AP or plug straight into the network ports to get connectivity. You could apply the firewall reversal scripts to firewall the WAN port and connect it to your private LAN and setup static routes and forwarding rules if you are connecting this device to a mesh.
| ON AP1: |
|
| nvram set lan_ipaddr="172.16.24.30" |
The IPs need to be on the same network |
| nvram set wl0_ssid="jawug" |
The SSID needs to be the same |
| nvram set wl0_channel=6 |
The Channel needs to be the same |
| nvram set wl0_lazywds=0 |
Stop the AP from trying to connect to anything it can see with WDS |
| nvram commit |
|
| reboot |
|
|
|
| ON AP2: |
|
| nvram set lan_ipaddr="172.16.24.30" |
The IPs need to be on the same network |
| nvram set wl0_ssid="jawug" |
The SSID needs to be the same |
| nvram set wl0_channel=6 |
The Channel needs to be the same |
| nvram set wl0_lazywds=0 |
Stop the AP from trying to connect to anything it can see with WDS |
| nvram commit |
|
| reboot |
|
|
|
| ON AP1: |
|
| ifconfig eth1 |
Copy HWaddr to clipboard or write it down |
|
|
| ON AP2: |
|
|
| nvram set wl0_wds="00:13:10:E6:39:E7" |
Where HWaddr is the MAC of AP1 above |
| nvram commit |
|
| reboot |
|
|
|
| ON AP2: |
|
|
| ifconfig eth1 |
Copy HWaddr to clipboard or write it down |
|
|
| ON AP1: |
|
|
| nvram set wl0_wds="00:13:10:14:ED:24" |
Where the MAC Address in the HWaddr of AP2 |
| nvram commit |
|
| reboot |
|