LAN ports on Guest network

Im wanting to put some IoT devices whats connected to a switch which is connected to LAN port 4 on the Flint2, onto the guest network however I cannot see the guest interface on the oprnwrt gui device page?

Currently on the latest stable firmware

Not sure if this is what you are looking for?

Thank you will take a look

Hi

Please SSH into the router and execute the following command to resolve the issue:

uci delete network.guest.type
uci set network.guest.device='br-guest'
uci commit network

echo -e "\nconfig device\n\toption name 'br-guest'\n\toption type 'bridge'" >> /etc/config/network

reboot
1 Like

Thank you!

Will this have any effect on the current guest network?

We believe it should not affect the built-in guest network.
It will still be able to provide network access for other devices.

That worked a charm, Now unfortunately I can't access my cctc from my mobile as it's on the guest/IoT network, I know you need to portforward on the he router to access it but I can't remember how know, any idea?

Please see:

1 Like