On bootup, I see the bootp/dhcpd broadcast go out (using tcpdump) from the
client. And on the server I see..
Jun 30 12:49:03 deb120 dhcpd: Listening on Socket/eth1/192.168.1.0
Jun 30 12:49:03 deb120 dhcpd: Sending on Socket/eth1/192.168.1.0
Jun 30 12:50:57 deb120 dhcpd: DHCPDISCOVER from 0:e0:29:a:f9:14 via eth1
Jun 30 12:50:57 deb120 dhcpd: DHCPOFFER on 192.168.1.10 to 0:e0:29:a:f9:14 via
eth1
Jun 30 12:51:01 deb120 dhcpd: DHCPDISCOVER from 0:e0:29:a:f9:14 via eth1
Jun 30 12:51:01 deb120 dhcpd: DHCPOFFER on 192.168.1.10 to 0:e0:29:a:f9:14 via
eth1
Jun 30 12:51:09 deb120 dhcpd: DHCPDISCOVER from 0:e0:29:a:f9:14 via eth1
Jun 30 12:51:09 deb120 dhcpd: DHCPOFFER on 192.168.1.10 to 0:e0:29:a:f9:14 via
eth1
Jun 30 12:51:25 deb120 dhcpd: DHCPDISCOVER from 0:e0:29:a:f9:14 via eth1
Jun 30 12:51:25 deb120 dhcpd: DHCPOFFER on 192.168.1.10 to 0:e0:29:a:f9:14 via
eth1
Jun 30 12:51:57 deb120 dhcpd: DHCPDISCOVER from 0:e0:29:a:f9:14 via eth1
Jun 30 12:51:57 deb120 dhcpd: DHCPOFFER on 192.168.1.10 to 0:e0:29:a:f9:14 via
eth1
Basically the client isn't accepting the offer.
Here are the relevent lines from my dhcp.conf
subnet 192.168.1.0 netmask 255.255.255.0
{
range 192.168.1.10
192.168.1.200;
option name-servers
192.168.1.254,165.159.70.100;
option domain-name
"tds-train.com";
option routers
192.168.1.254;
option subnet-mask
255.255.255.0;
option broadcast-address
192.168.1.255;
default-lease-time
600;
max-lease-time 7200;
Any ideas what's up here?
-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum