← Back to team overview

sslug-teknik team mailing list archive

dhcpd.conf

 

Hej!

Kan någon berätta varför följande konfiguration inte ger "printserver"
ip nr 172.16.85.242 ? Vad ska jag göra för att få det att fungera?

# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
#
default-lease-time 6000;
max-lease-time 1000000;
option subnet-mask 255.255.255.0;
option broadcast-address 172.16.85.255;
option routers 172.16.85.241;
option domain-name-servers 194.236.29.2, 194.236.29.3, 10.0.0.1;
option domain-name "olsson.dhs.org";
option netbios-name-servers 172.16.85.241;

subnet 172.16.85.0 netmask 255.255.255.0 {
   range 172.16.85.243 172.16.85.249;

  group {
     host printserver {
       hardware ethernet 00:40:8c:34:91:22;
       fixed-address 172.15.85.242;
       option host-name "printserver.olsson.dhs.org";
  }
}
}



Follow ups