Port forwarding not working at all? : openwrt
www.reddit.com › r › openwrtFor some reason I cannot get port forwarding to work. For example I want to open port 443 to my NAS, like this: config redirectoption target 'DNAT'option src 'wan'option dest 'lan'option proto 'tcp'option src_dport '443'option dest_ip '192.168.1.2'option dest_port '443'option name 'NAS'. After rebooting the router and doing a port check via a ...
[SOLVED] Port forwarding not working - OpenWrt Forum
forum.openwrt.org › t › solved-port-forwarding-notMay 06, 2018 · I'm trying to setup a port forward, but I am really stuck. I want WAN port 553 -> 192.168.1.2 553 To make sure that the server is running and accepting connections, I did the following. > nc -v -v 192.168.1.2 553 Connection to 192.168.1.2 553 port [tcp/*] succeeded! Try to connect through WAN > nc -v -v {wan_ip} 553 nc: connect to {wan_ip} port 553 (tcp) failed: Connection timed out Also tried ...