iptables -t nat -F ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# iptables -F ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# # NAT ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# iptables -t nat -p udp -A POSTROUTING --source 192.1.3.0/24 -o eth0 -j MASQUERADE ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# # make sure that we never acidentially let ESP or unencrypted through. ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# iptables -I FORWARD 1 --proto 50 -j DROP ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# iptables -I FORWARD 2 --destination 192.0.2.0/24 -j DROP ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# iptables -I FORWARD 3 --source 192.0.2.0/24 -j DROP ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# # route ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# iptables -I INPUT 1 --destination 192.0.2.0/24 -j DROP ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# # Display the table, so we know it is correct. ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# iptables -t nat -L -n Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain INPUT (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination MASQUERADE udp -- 192.1.3.0/24 0.0.0.0/0 ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# iptables -L -n Chain INPUT (policy ACCEPT) target prot opt source destination DROP all -- 0.0.0.0/0 192.0.2.0/24 Chain FORWARD (policy ACCEPT) target prot opt source destination DROP esp -- 0.0.0.0/0 0.0.0.0/0 DROP all -- 0.0.0.0/0 192.0.2.0/24 DROP all -- 192.0.2.0/24 0.0.0.0/0 Chain OUTPUT (policy ACCEPT) target prot opt source destination ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# : ==== end ==== ]0;root@swantest:/home/build/libreswan/testing/pluto/ikev2-10-2behind-nat[root@nic ikev2-10-2behind-nat]# >>>>>>>>>>cut>>>>>>>>>> done <<<<<<<<<