diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-12-16 21:50:39 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-12-16 21:50:39 +0100 |
commit | 98b0657c0a40e95975941cf9ed49a9f87dfd932b (patch) | |
tree | c8bbb28db137e6380ece116b852d944fabd60f71 /testing/tests/ikev1/ip-pool-db-push/pretest.dat | |
parent | b6623e87b43dae65ee8bb30c778e081b39bbc154 (diff) | |
download | strongswan-98b0657c0a40e95975941cf9ed49a9f87dfd932b.tar.bz2 strongswan-98b0657c0a40e95975941cf9ed49a9f87dfd932b.tar.xz |
ikev1/ip-pool-db-push scenario tests DNS and NBNS server support
Diffstat (limited to 'testing/tests/ikev1/ip-pool-db-push/pretest.dat')
-rw-r--r-- | testing/tests/ikev1/ip-pool-db-push/pretest.dat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/tests/ikev1/ip-pool-db-push/pretest.dat b/testing/tests/ikev1/ip-pool-db-push/pretest.dat index 1765538a3..332280acd 100644 --- a/testing/tests/ikev1/ip-pool-db-push/pretest.dat +++ b/testing/tests/ikev1/ip-pool-db-push/pretest.dat @@ -1,6 +1,9 @@ moon::cat /etc/ipsec.d/tables.sql > /etc/ipsec.d/ipsec.sql moon::cat /etc/ipsec.d/ipsec.sql | sqlite3 /etc/ipsec.d/ipsec.db moon::ipsec pool --add bigpool --start 10.3.0.1 --end 10.3.3.232 --timeout 0 2> /dev/null +moon::ipsec pool --add dns --server PH_IP_WINNETOU 2> /dev/null +moon::ipsec pool --add dns --server PH_IP_VENUS 2> /dev/null +moon::ipsec pool --add nbns --server PH_IP_VENUS 2> /dev/null moon::/etc/init.d/iptables start 2> /dev/null carol::/etc/init.d/iptables start 2> /dev/null dave::/etc/init.d/iptables start 2> /dev/null |