Guest WLAN allow ssh connection to router

Hello

I'm trying to create a guest wifi that user only can use to see http/https pages. For example, the guest's users shouldn't be able to connect to openwert router by ssh, also they shouldn't be able to see the LuCI Web Interface.

I have create my guest wifi following https://openwrt.org/docs/guide-user/network/wifi/guestwifi/configuration but when I check it I can connect to openwert router by ssh, and also see LuCI Web Interface.

How can fix it? (by command line if it is possible)

Thanks.

Post your config files:
/etc/config/network
/etc/config/firewall
/etc/config/wireless

1 Like

You have a few options. You can configure a firewall rule as shown on the page you mentioned. You can configure your SSH server to listen on LAN only.

1 Like

References to look at:
https://openwrt.org/docs/guide-user/security/dropbear.public-key.auth
and
https://openwrt.org/docs/guide-user/luci/luci.secure
In the first you can set dropbear (small server and client ssh); in the second you can set uhttpd (server http/s that manages connection to LuCI).

Finally, the real problem is nodogsplash show I have to open a new thread with the correct question:

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