opensuse13.1 (x86)
public interface: enp3s1
example rules
....
/usr/sbin/iptables -t nat -A POSTROUTING -o enp3s1 -s 192.168.41.98 -p tcp -j SNAT --to 210.232.41.42
/usr/sbin/iptables -t nat -A POSTROUTING -o enp3s1 -j SNAT --to 210.232.41.43
....
ASK(how shall be theoretically?):
If Source 192.168.41.98 , then outgoing packets from the enp3s1 interface with source IP=210.232.41.42 or 210.232.41.43 ?
Serg