testing: Added swanctl/dhcp-dynamic scenario

This commit is contained in:
Andreas Steffen
2016-02-03 12:10:59 +01:00
parent 3d15269af9
commit ac134b470a
15 changed files with 279 additions and 0 deletions
@@ -0,0 +1,14 @@
# dhcpd configuration file
ddns-update-style none;
subnet 10.1.0.0 netmask 255.255.0.0 {
option domain-name "strongswan.org";
option domain-name-servers PH_IP_VENUS;
option netbios-name-servers PH_IP_ALICE;
option routers PH_IP_MOON1;
option broadcast-address 10.1.255.255;
next-server PH_IP_VENUS;
range 10.1.0.50 10.1.0.60;
}