How to separate LAN from WWAN in bridge mode?

Hi everyone, I'm new to the forum but I'm finding it very helpful.

I just finished setting up a bridge to take WiFi from a router and outputting it from my eth port. I followed this tutorial step by step https://openwrt.org/docs/guide-user/network/wifi/relay_configuration until the very end.

Everything's working. If I connect a cable to my eth port I get internet. But I get the same IP of the source network. I would like that my OpenWrt device would create a different network (subnet) to make it separate from the source one.

Basically the soruce network is 192.168.0.0 and I would like to have 192.168.1.0 out of the eth port.

I'm using the luci-proto-relay software as suggested by the tutorial.

How can I do that?

Follow this guide.

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

1 Like

Thank you! Worked like a charm!