![](https://seccdn.libravatar.org/avatar/898103d5a7c5ab5de5d7101122d14af9.jpg?s=120&d=mm&r=g)
4 Aug
2014
4 Aug
'14
07:45
Hi all, does anyone knows how to get around a build-in limitation of iptables? What i want to do is something like: iptables -t nat -A POSTROUTING -p tcp -port 873 -j SNAT -o br1 --to-source 1.1.1.82 iptables -t nat -A POSTROUTING -p tcp -port 80 -j SNAT -o br1 --to-source 1.1.1.83 iptables -t nat -A POSTROUTING -p tcp -port 25 -j SNAT -o br1 --to-source 1.1.1.84 etc etc ...... So basically i want SOME traffic being SNAT-ed, but not all !! specifically: my six ipv6-tunnels towards H.E. don't like to be natted, the all have their own specific IPv4-addres. Hans -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org