In /etc/dhcp/dhcpd.conf
## WiFi vlan 8
subnet 10.0.12.0 netmask 255.255.252.0 {
#range 10.0.12.21 10.0.13.169;
#range 10.0.14.0 10.0.15.254;
option domain-name "example.net";
option subnet-mask 255.255.252.0;
option broadcast-address 10.0.15.255;
option routers 10.0.12.1;
}
host username1 {
hardware ethernet E8:50:8B:C4:AF:93;
fixed-address 10.0.13.147;
}
host username2 {
hardware ethernet b8:ee:65:1e:3a:5b;
fixed-address 10.0.13.148;
}
host username3 {
hardware ethernet c0:38:96:96:06:ed;
fixed-address 10.0.13.149;
}
host username4 {
hardware ethernet 4c:bb:58:7f:fa:e7;
fixed-address 10.0.13.150;
}
No comments:
Post a Comment