Wifi repeater with different subnet


Hello friends,
I need to make my OpenWrt router as the wifi repeater with different subnet.
right now I have made it relayed based repeater but I cannot have different SSID.. what happens main router (192.168.1.1) SSID get extended through the repeater as well.
Is there a way that I can run a different wifi netwrok (192.168.2.1) on my repeater with different SSID while disable client wifi
Hope I made my requirement clearly!

thank you

What do you mean by this last part?

Fundamentally, what you're asking is just simply normal routing mode. You'll reset the device to defaults and then either connect from lan > wan, or use the device as a wifi client (wwan):

https://openwrt.org/docs/guide-user/network/wifi/connect_client_wifi

1 Like

Hi
Tks for the reply..
What i mean by client wifi (the circles one!)


right now repeater also broadcast the same and i cannot add my own wifi on the repeater

So based on what you seem to be saying, you simply need to do as I suggested earlier:

ok noted.. but still I forced to have the same wifi ssid?

No. In fact, you do not want the same SSID. You want something unique.

hi yes.. I want to have a different SSID

And that is the configuration you should adopt, technically, too. Using the same ssid would cause problems.

Ok Noted.. But then on the guide.. it is the same ssid given and not a different one
Master rouer wifi ssid

repeater/extender wifi ssid

And is this working for 5Ghz as well?

You are following the wrong guide.

If you want a different subnet and a different said, you use the standard routing mode with WiFi client as the uplink/wan.

Sorry for if any confusion made..
I was following this guide

[OpenWrt Wiki] Connect to client Wi-Fi network

That guide doesn’t say that you have to use the same ssid for client (sta) and AP modes. You should be using a different ssid for the AP mode.

Ok this means I should pick AP like this?
image

sorry for being so layman..

Yes. That second ssid will be connected to the lan network.

ok noted and tks for the clarification.. Does the repeater still to have broadcasting the wifi ssid from the master router? like this?

Because i could see this on the guide as well...

The circled section is not broadcasting. It is the client connection.

ok Noted boss
I give it a try and post the outcome here..

tks again for the support