Adapt test configurations
Adapt test configurations to the new Debian-based system.
This commit is contained in:
committed by
Tobias Brunner
parent
766466b8d1
commit
533177003c
@@ -7,5 +7,5 @@ alice::ipsec status 2> /dev/null::peer.*ESTABLISHED.*[email protected].*venus
|
||||
venus::ipsec status 2> /dev/null::peer.*ESTABLISHED.*venus.strongswan.org.*[email protected]::YES
|
||||
alice::ipsec status 2> /dev/null::peer.*INSTALLED, TUNNEL::YES
|
||||
venus::ipsec status 2> /dev/null::peer.*INSTALLED, TUNNEL::YES
|
||||
alice::ping -c 1 PH_IP_VENUS::64 bytes from PH_IP_VENUS: icmp_seq=1::YES
|
||||
venus::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES
|
||||
alice::ping -c 1 PH_IP_VENUS::64 bytes from PH_IP_VENUS: icmp_req=1::YES
|
||||
venus::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_req=1::YES
|
||||
|
||||
@@ -2,7 +2,7 @@ venus::ipsec stop
|
||||
alice::ipsec stop
|
||||
carol::ipsec stop
|
||||
alice::/etc/init.d/iptables stop 2> /dev/null
|
||||
moon::/etc/init.d/iptables stop 2> /dev/null
|
||||
carol::/etc/init.d/iptables stop 2> /dev/null
|
||||
venus::/etc/init.d/iptables stop 2> /dev/null
|
||||
moon::iptables-restore < /etc/iptables.flush
|
||||
moon::conntrack -F
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
alice::/etc/init.d/iptables start 2> /dev/null
|
||||
venus::/etc/init.d/iptables start 2> /dev/null
|
||||
moon::/etc/init.d/iptables start 2> /dev/null
|
||||
carol::/etc/init.d/iptables start 2> /dev/null
|
||||
moon::iptables-restore < /etc/iptables.rules
|
||||
moon::iptables -t nat -A POSTROUTING -o eth0 -s 10.1.0.0/16 -p udp -j SNAT --to-source PH_IP_MOON:1100-1200
|
||||
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
|
||||
moon::iptables -A FORWARD -i eth1 -o eth0 -s 10.1.0.0/16 -j ACCEPT
|
||||
@@ -10,5 +10,5 @@ carol::ipsec start
|
||||
carol::sleep 1
|
||||
alice::ipsec start
|
||||
alice::sleep 1
|
||||
venus::ipsec start
|
||||
venus::sleep 4
|
||||
venus::ipsec start
|
||||
venus::sleep 4
|
||||
|
||||
@@ -6,7 +6,7 @@ alice::ipsec status 2> /dev/null::peer.*ESTABLISHED.*[email protected].*bob@s
|
||||
bob:: ipsec status 2> /dev/null::peer.*ESTABLISHED.*[email protected].*[email protected]::YES
|
||||
alice::ipsec status 2> /dev/null::peer.*INSTALLED, TUNNEL::YES
|
||||
bob:: ipsec status 2> /dev/null::peer.*INSTALLED, TUNNEL::YES
|
||||
alice::ping -c 1 PH_IP_BOB::64 bytes from PH_IP_BOB: icmp_seq=1::YES
|
||||
bob:: ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES
|
||||
alice::ping -c 1 PH_IP_BOB::64 bytes from PH_IP_BOB: icmp_req=1::YES
|
||||
bob:: ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_req=1::YES
|
||||
moon::tcpdump::IP moon.strongswan.org.* > sun.strongswan.org.*: UDP::YES
|
||||
moon::tcpdump::IP sun.strongswan.org.* > moon.strongswan.org.*: UDP::YES
|
||||
|
||||
@@ -2,9 +2,9 @@ bob::ipsec stop
|
||||
alice::ipsec stop
|
||||
carol::ipsec stop
|
||||
alice::/etc/init.d/iptables stop 2> /dev/null
|
||||
moon::/etc/init.d/iptables stop 2> /dev/null
|
||||
carol::/etc/init.d/iptables stop 2> /dev/null
|
||||
sun::/etc/init.d/iptables stop 2> /dev/null
|
||||
bob::/etc/init.d/iptables stop 2> /dev/null
|
||||
moon::iptables-restore < /etc/iptables.flush
|
||||
sun::iptables-restore < /etc/iptables.flush
|
||||
moon::conntrack -F
|
||||
sun::conntrack -F
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
alice::/etc/init.d/iptables start 2> /dev/null
|
||||
moon::/etc/init.d/iptables start 2> /dev/null
|
||||
carol::/etc/init.d/iptables start 2> /dev/null
|
||||
sun::/etc/init.d/iptables start 2> /dev/null
|
||||
bob::/etc/init.d/iptables start 2> /dev/null
|
||||
moon::iptables-restore < /etc/iptables.rules
|
||||
sun::iptables-restore < /etc/iptables.rules
|
||||
moon::iptables -t nat -A POSTROUTING -o eth0 -s 10.1.0.0/16 -p udp -j SNAT --to-source PH_IP_MOON:1100-1200
|
||||
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
|
||||
moon::iptables -A FORWARD -i eth1 -o eth0 -s 10.1.0.0/16 -j ACCEPT
|
||||
@@ -15,5 +15,5 @@ carol::ipsec start
|
||||
carol::sleep 1
|
||||
bob::ipsec start
|
||||
bob::sleep 1
|
||||
alice::ipsec start
|
||||
alice::sleep 4
|
||||
alice::ipsec start
|
||||
alice::sleep 4
|
||||
|
||||
Reference in New Issue
Block a user