dhcp test 1
This commit is contained in:
parent
9695b09087
commit
f8fc6da54c
4 changed files with 18 additions and 2 deletions
7
resources/dhcpd.conf
Normal file
7
resources/dhcpd.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
subnet 192.168.1.0 netmask 255.255.255.0 {
|
||||
range 192.168.1.10 192.168.1.100;
|
||||
option routers 192.168.1.1;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option domain-name-servers 192.168.1.1;
|
||||
option domain-name "interstellarnet.com";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue