added ikev1/ip-two-pools scenario

This commit is contained in:
Andreas Steffen
2010-04-11 16:05:54 +02:00
parent a4b2332fd2
commit b87edeaade
13 changed files with 350 additions and 0 deletions
@@ -0,0 +1,12 @@
moon::ip route add 10.3.0.0/16 via 192.168.0.1
moon::ip route add 10.4.0.0/16 via 10.1.0.1
moon::/etc/init.d/iptables start 2> /dev/null
carol::/etc/init.d/iptables start 2> /dev/null
alice::/etc/init.d/iptables start 2> /dev/null
carol::ipsec start
moon::ipsec start
alice::ipsec start
carol::sleep 2
carol::ipsec up home
alice::ipsec up home
alice::sleep 1