*** From dhcp-server -- To unsubscribe, see the end of this message. ***

hi,

     We are running redhat 6.0 kernal version 2.2.5-15 and dhcp version
dhcp-2.0-3.i386.rpm.  We have had no problem getting addresses for NT and
98 machines for some time now.  Recently we have discovered that none of
the 98Se clients can recieve an address.  Using netxray and looking at the
logs it appears that the server is offering an address.  We have already
made sure that there is a 255.255.255.255 route added.

Any clue how to get these 98 clients working?  Possibly some command
windows doesn't like now?

thanks,
Jack Krupey




Here are our config files.  I hope this isn't too long for you.  I am not
sending the leases file because i don't want to make the message too large.
Here also is a log and grep with a 98se client that isn't getting an
address


# dhcpd.conf

# Configuration file for ISC dhcpd

# option definitions common to all supported networks...
# IP subnets that are alone on their physical wire should be declared by
# themselves.   ISC dhcpd may still refer to them as shared networks in
# log messages, but this is simply an artifact of the underlying data
# structures.

# Note that options can be specified in the subnet declaration which
# supersede the global options specified earlier.

subnet 192.168.21.0 netmask 255.255.255.0 {
  range  dynamic-bootp 192.168.21.31 192.168.21.99;
  range  dynamic-bootp 192.168.21.200 192.168.21.230;
  option domain-name-servers 192.168.20.187, 192.168.21.199;
  option domain-name "ny.predictive.com";
  option routers 192.168.21.254;
  option subnet-mask 255.255.255.0;
  option broadcast-address 192.168.21.255;
  option netbios-name-servers 192.168.21.199, 192.168.1.10;
  option ntp-servers 192.168.21.199;
  default-lease-time 28800;
  max-lease-time 36000;
}


# Fixed IP addresses can also be specified for hosts.   These addresses
# should not also be listed as being available for dynamic assignment.
# Hosts for which fixed IP addresses have been specified can boot using
# BOOTP or DHCP.   Hosts for which no fixed address is specified can only
# be booted with DHCP, unless there is an address range on the subnet
# to which a BOOTP client is connected which has the dynamic-bootp flag
# set.

host CD-SERV {
  hardware ethernet 00:40:8c:30:af:10;
  fixed-address 192.168.21.36;
}

host HP4000-NS {
  hardware ethernet 00:60:b0:c8:88:09;
  fixed-address 192.168.21.46;
}

host mautoc {
  hardware ethernet 00:c0:4f:55:df:52;
  fixed-address 192.168.21.53;
}
host HP4000-tri {
 hardware ethernet 00:10:83:09:c1:70;
 fixed-address 192.168.21.83;
}

host XeroxDocCentre {
  hardware ethernet 08:00:3e:28:4a:69;
  fixed-address 192.168.21.70;
}

host nextrix{
  hardware ethernet 00:90:c9:a9:af:8c;
  fixed-address 192.168.21.202;
}
host hp2100-ba {
 hardware ethernet 00:10:83:05:e9:5e;
 fixed-address 192.168.21.211;
}

host yankees1 {
  hardware ethernet 00:C0:4F:57:EF:85;
  fixed-address 192.168.21.52;
}

host hp4v {
  hardware ethernet 08:00:09:d6:eb:bf;
  fixed-address 192.168.21.80;
}

host beowulf {
  hardware ethernet 00:10:a4:f4:e4:cf;
  fixed-address 192.168.21.63;
}

host keneda {
  hardware ethernet 00:10:5a:9c:c3;
  fixed-address 192.168.21.37;
}

host hp8000 {
  hardware ethernet 00:60:b0:14:90:3c;
  fixed-address 192.168.21.82;
}

host kholt-hp {
  hardware ethernet 08:00:09:6e:07:e6;
  fixed-address 192.168.21.32;
}

host ron-hp2100 {
 hardware ethernet 00:10:83:0b:85:79;
 fixed-address 192.168.21.35;

}
host subha {
  hardware ethernet 00:c0:4f:50:c0:bf;
  fixed-address 192.168.21.92;
}




-----------------------------------------------------------------------
List Archives : http://www.isc.org/ml-archives/dhcp-server/
Unsubscribe   : http://www.isc.org/dhcp-lists.html    
-or-          : mailto:[EMAIL PROTECTED]?Subject=unsubscribe  
-----------------------------------------------------------------------

Reply via email to