Portál AbcLinuxu, 9. listopadu 2025 07:15
dhcpd démona?
dhcpd.conf. Něco pro inspiraci (MAC adresy jsem vynuloval):
authoritative;
option domain-name "example.com";
option domain-name-servers 10.0.0.1, 10.0.0.2, 10.0.48.2;
subnet 10.0.51.128 netmask 255.255.255.128 {
option routers 10.0.51.129;
deny unknown-clients;
host x-1 {
hardware ethernet 00:00:00:00:00:00;
fixed-address 10.0.51.132;
}
host y-1 {
hardware ethernet 00:00:00:00:00:00;
fixed-address 10.0.51.136;
}
}
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.