Annotation of embedaddon/strongswan/testing/tests/ikev2/shunt-policies-nat-rw/pretest.dat, revision 1.1.1.1

1.1       misho       1: sun::iptables-restore < /etc/iptables.rules
                      2: moon::iptables -t nat -A POSTROUTING -o eth0 -s 10.1.0.0/16 -p udp -j SNAT --to-source PH_IP_MOON:1024-1100
                      3: moon::iptables -t nat -A POSTROUTING -o eth0 -s 10.1.0.0/16 -p tcp -j SNAT --to-source PH_IP_MOON:2000-2100
                      4: alice::ipsec start
                      5: venus::ipsec start
                      6: sun::ipsec start
                      7: alice::expect-connection nat-t
                      8: venus::expect-connection nat-t
                      9: sun::expect-connection nat-t
                     10: alice::ipsec up nat-t
                     11: venus::ipsec up nat-t

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>