Displaying 1 result from an estimated 1 matches for "zone_wan_dnat".
2013 May 04
0
[Bug 514] Making DNAT --to-destination resolve service named of port
...nt #2 from Richard Clark <richardc at cybrick.com> 2013-05-04 21:17:46 CEST ---
It was marked as a duplicate, but it it is a different module, and the fix
under bug 482 did not fix this bug.
This behaviour is still in iptables v1.4.14 for the DNAT module
root at system:~# iptables -t nat -A zone_wan_dnat -p tcp -d 111.111.111.111
--dport ssh -j DNAT --to-destination 10.1.1.1:22
root at system:~# iptables -t nat -A zone_wan_dnat -p tcp -d 111.111.111.111
--dport ssh -j DNAT --to-destination 10.1.1.1:ssh
iptables v1.4.14: Port `ssh' not valid
This issue is pretty old, so I am not sure if this i...