1 # dhcpd configuration file
3 ddns-update-style none;
5 subnet 10.1.0.0 netmask 255.255.0.0 {
6 option domain-name "strongswan.org";
7 option domain-name-servers PH_IP_VENUS;
8 option netbios-name-servers PH_IP_ALICE;
9 option routers PH_IP_MOON1;
10 option broadcast-address 10.1.255.255;
11 next-server PH_IP_VENUS;
13 range 10.1.0.50 10.1.0.60;
17 hardware ethernet 7a:a7:51:cc:22:4a;
18 fixed-address 10.1.0.30;
22 hardware ethernet 7a:a7:93:70:2b:21;
23 fixed-address 10.1.0.40;