*** From dhcp-server -- To unsubscribe, see the end of this message. ***
Hi-
Set up dhcp server on Redhat 5.2.
dhcpd.conf :
subnet 11.0.0.0 netmask 255.0.0.0 {
range 11.11.71 11.11.11.81;
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.0.0.0;
option broadcast-address 11.255.255.255;
option domain-name "eleven11.net";
}
This is a small lab of 8 machines, mixed unix/linux/wintel.
The wintel machines obtain leases - no problem.
My SuSE linux box tries, but doesn't obtain a lease.
On the server, the message I get is:
" DHCPDISCOVER from <macaddress> via eth0 "
" DHCPOFFER on 11.11.11.71 to <macaddress> via eth0 "
" DHCPDISCOVER from <macaddress> via eth0 "
" DHCPOFFER on 11.11.11.71 to <macaddress> via eth0 "
........continuously.
So obviously the linux client is broadcasting a DHCP request, the server
is responding, but, for some reason, the lease offer is not being
noticed, or being rejected by the client.
Now, this client hooks up via DHCP without a problem at work (which is
running QIP DHCP) so I know the client CAN accept an address.
Any ideas???
Thanks
------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------