Connect a local Linux box to guest network via ethernet

Hi to all,
I have setup a guest wifi as per openwrt documentation already.
Now I need a local server to connect to this guest but via ethernet. Is that possible;
Thanx in advance for any replies..... :slight_smile:

Yes, it is: you need to modify the switch configuration and create a separate VLAN.
Then you bridge this new VLAN and your wifi guest, done.

It looks like this in LUCI:

2 Likes

I came with something more challenging.
How is possible to use both 192.168.144.1 and 192.168.146.1 networks; I want the linux box to connect either in one or the other. I don't know how to configure the router...the linux box I know how to configure.

192.168.146.1 is the guest network
192.168.144.1 is the main home network

It is reasonable to keep the server on one network and allow access to its services from the other network:
https://openwrt.org/docs/guide-user/firewall/firewall_configuration#rules

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.