Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DHCP problems

6 views
Skip to first unread message

mdf...@txdirect.net

unread,
Jun 30, 1998, 3:00:00 AM6/30/98
to

I'm running Debian 1.3.1 on two different boxes one with the DHCP client and
the other with the server. I've got the client to talk to another DHCP
server and the server has granted addresses to other clients, however...

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

0 new messages