added ikev2/dhcp-dynamic scenario
This commit is contained in:
@@ -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 10.1.0.20;
|
||||
option netbios-name-servers 10.1.0.10;
|
||||
option routers 10.1.0.1;
|
||||
option broadcast-address 10.1.255.255;
|
||||
next-server 10.1.0.20;
|
||||
|
||||
range 10.1.0.50 10.1.0.60;
|
||||
}
|
||||
Reference in New Issue
Block a user