configuration of DNS server assignment via strongswan.conf

This commit is contained in:
Andreas Steffen
2009-02-12 09:02:15 +00:00
parent 6f1271855b
commit 48f9a22b57
3 changed files with 33 additions and 6 deletions
@@ -1,6 +1,8 @@
carol::cat /var/log/daemon.log::installing new virtual IP PH_IP_CAROL1::YES
carol::ip addr list dev eth0::PH_IP_CAROL1::YES
carol::ip route list table 220::10.1.0.0/16.*src PH_IP_CAROL1::YES
carol::cat /etc/resolv.conf::nameserver PH_IP_WINNETOU::YES
carol::cat /etc/resolv.conf::nameserver PH_IP_BOB::YES
carol::ipsec status::home.*INSTALLED::YES
carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES
dave::cat /var/log/daemon.log::installing new virtual IP PH_IP_DAVE1::YES
@@ -2,4 +2,6 @@
charon {
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink updown
dns1 = PH_IP_WINNETOU
dns2 = PH_IP_BOB
}