dhcp test 1

This commit is contained in:
Patrick 2024-11-14 16:25:59 +01:00
parent 9695b09087
commit f8fc6da54c
4 changed files with 18 additions and 2 deletions

7
resources/dhcpd.conf Normal file
View 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";
}