RUT241 Wireguard: WebUI/SSH but no LAN Access

Nailed it. That was exactly right - thank you @sthyr

The RUT241 is not a responder a fixed port isn’t necessary (and is error prone). Delete the option listen_port β€˜51820’ line entirely from the configuration.

An easyier way to delete the SNAT rule: iptables-save | grep -v SNAT | iptables-restore

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