created IPv6 environment

This commit is contained in:
Andreas Steffen
2006-06-06 05:41:21 +00:00
parent 32b6500fbf
commit fc0afb6810
49 changed files with 227 additions and 150 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
carol::ipsec status::home.*STATE_QUICK_I2.*IPsec SA established::YES
moon::ipsec status::rw.*STATE_QUICK_R2.*IPsec SA established::YES
carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES
carol::ping -c 1 PH_IP1_MOON::64 bytes from PH_IP1_MOON: icmp_seq=1::YES
moon::ping -c 1 PH_IP1_CAROL::64 bytes from PH_IP1_CAROL: icmp_seq=1::YES
carol::ping -c 1 PH_IP_MOON1::64 bytes from PH_IP_MOON1: icmp_seq=1::YES
moon::ping -c 1 PH_IP_CAROL1::64 bytes from PH_IP_CAROL1: icmp_seq=1::YES
moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP::YES
moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP::YES
alice::tcpdump::IP carol1.strongswan.org > alice.strongswan.org: icmp::YES
@@ -16,7 +16,7 @@ conn %default
conn home
left=PH_IP_CAROL
leftsourceip=PH_IP1_CAROL
leftsourceip=PH_IP_CAROL1
leftnexthop=%direct
leftcert=carolCert.pem
[email protected]
@@ -16,7 +16,7 @@ conn %default
conn rw
left=PH_IP_MOON
leftsourceip=PH_IP1_MOON
leftsourceip=PH_IP_MOON1
leftnexthop=%direct
leftcert=moonCert.pem
[email protected]
+1 -1
View File
@@ -4,4 +4,4 @@ moon::ipsec stop
carol::ipsec stop
moon::/etc/init.d/iptables stop 2> /dev/null
carol::/etc/init.d/iptables stop 2> /dev/null
carol::ip addr del PH_IP1_CAROL/32 dev eth0
carol::ip addr del PH_IP_CAROL1/32 dev eth0
+1
View File
@@ -4,3 +4,4 @@ carol::ipsec start
moon::ipsec start
carol::sleep 2
carol::ipsec up home
carol::sleep 1