# WDS - Wireless Distribution System

Visit <http://tplinkmodem.net>, and log in with the username and password you set for the router. If you don’t know how to login, please refer to Log in to the web management interface.

## Survey the SSID to be bridged

Go to Advanced>Wireless>Advanced Settings. Select 2.4GHz.

Tick Enable WDS Bridging.

![](/files/-LZ159XlN4HXYHE8gcdM)

Click Scan, locate the root router’s SSID, and click Connect.

![](/files/-LZ15DFIRllTDPEvBThI)

Choose the security version and encryption based on your main wireless network and fill in the same wirelesss password. Click Save.

![](/files/-LZ15KBpMt7X6I6hYaCb)

## Configure the IP address of the router and disable DHCP

Go to Advanced>Network>Lan Settings.

Change the IP address of the extended router to be in the same subnet with the root router (for example, the IP address of the root router is 192.168.1.1, the IP address of the extended router can be 192.168.1.2\~192.168.1.254. We take 192.168.1.202 as an example.)

Uncheck Enable on DHCP to disable it.

Click Save.

![](/files/-LZ15Rpc_igtJUG-ZUI5)

Now, you can connect to the extended router’s SSID and password to enjoy the network.

{% hint style="danger" %}
Note: The extended router can have different or same wireless network name (SSID) and password as the root router. You can change it on Advanced>Wireless>Wireless Settings.
{% endhint %}

![](/files/-LZ15W2HSy2cpQpilPa1)

## References

{% embed url="<https://www.tp-link.com/en/faq-2048.html>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.devops.buzz/public/network/wds-extend-wireless.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
