projet-reseau-2/boxb/etc/dhcp/dhcpd.conf

22 lines
507 B
ISCdhcpd
Raw Permalink Normal View History

2023-01-03 07:30:24 +00:00
subnet 192.168.173.0 netmask 255.255.255.240 {
range 192.168.173.5 192.168.173.14;
option domain-name-servers 20.30.40.50;
option routers 192.168.173.1;
option domain-name "notascam.com";
option domain-search "notascam.com";
host www {
hardware ethernet 06:89:ee:98:59:a0;
fixed-address 192.168.173.2;
}
host dnsnot {
hardware ethernet 46:7f:d3:f5:04:8a;
fixed-address 192.168.173.3;
}
host mailnot {
hardware ethernet e2:6d:f5:69:bf:3c;
fixed-address 192.168.173.4;
}
}