Annotation of embedaddon/strongswan/testing/tests/ikev2/host2host-transport-nat/pretest.dat, revision 1.1.1.1

1.1       misho       1: alice::iptables-restore < /etc/iptables.rules
                      2: moon::iptables-restore < /etc/iptables.rules
                      3: sun::iptables-restore < /etc/iptables.rules
                      4: moon::iptables -t nat -A POSTROUTING -o eth0 -s 10.1.0.0/16 -j MASQUERADE
                      5: moon::iptables -A FORWARD -i eth1 -o eth0 -s 10.1.0.0/16  -j ACCEPT
                      6: moon::iptables -A FORWARD -i eth0 -o eth1 -d 10.1.0.0/16  -j ACCEPT
                      7: sun::ipsec start
                      8: alice::ipsec start
                      9: venus::ipsec start
                     10: sun::expect-connection nat-t
                     11: alice::expect-connection nat-t
                     12: alice::ipsec up nat-t
                     13: venus::expect-connection nat-t
                     14: venus::ipsec up nat-t

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