Reverse SSH tunnel to bypass double NAT

My version says...

root@openwrt4g:~# iptables-save | grep -e zone_wan_dest_ACCEPT
:zone_wan_dest_ACCEPT - [0:0]
-A zone_lan_forward -m comment --comment "!fw3: Zone lan to wan forwarding policy" -j zone_wan_dest_ACCEPT
-A zone_wan_output -m comment --comment "!fw3" -j zone_wan_dest_ACCEPT
1 Like
uci -q delete firewall.lan_wan
uci set firewall.lan_wan="forwarding"
uci set firewall.lan_wan.src="lan"
uci set firewall.lan_wan.dest="wan"
uci commit firewall
/etc/init.d/firewall restart

Stays the same

1 Like

Actually, your WAN interface is not assigned the WAN zone.

I am totally embarrassed - what a retard! Assigned, and immediately it came right.

Thank you again for your immense patience and help!

1 Like

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