--- nic.console.txt 2019-07-09 10:18:41.147798076 +0000 +++ OUTPUT/nic.console.txt 2019-08-26 13:27:15.742557525 +0000 @@ -1,11 +1,15 @@ #!/bin/sh nic # + +nic # # NAT North's IP to ours nic # iptables -t nat -F POSTROUTING nic # iptables -t nat -A POSTROUTING --source 192.1.3.0/24 --destination 0.0.0.0/0 -p udp -j SNAT --to-source 192.1.2.254:11000-12000 nic # + +nic # # Display the table, so we know it is correct. nic # iptables -t nat -L @@ -19,6 +23,8 @@ target prot opt source destination SNAT udp -- 192.1.3.0/24 anywhere to:192.1.2.254:11000-12000 nic # + +nic # echo done. done.