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


Linux 2.0.36, Debian package.

Have tried both 2.0b1pl27 and 1.0pl2 with no results.

My dhcpd.conf:

default-lease-time 600;
max-lease-time 7200;
server-identifier 10.0.0.23;
option subnet-mask 255.255.255.0;
option broadcast-address 10.0.0.255;
option routers 10.0.0.23;
option domain-name-servers 10.0.0.23;
option domain-name "my.domain";

subnet 10.0.0.0 netmask 255.255.255.0 {
 range 10.0.0.100 10.0.0.150;
}

Here's the shot of my ethernet card.

eth1      Link encap:Ethernet  HWaddr 00:60:08:52:B7:D9  
          inet addr:10.0.0.23  Bcast:10.0.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:249664 errors:14 dropped:0 overruns:0 frame:16
          TX packets:233843 errors:0 dropped:0 overruns:0 carrier:122
          Collisions:4129 
          Interrupt:10 Base address:0xd400 

(nevermind that promisc part...)

I've looked at the LDP mini-howto for dhcpd, I tried adding the

route add -host 255.255.255.255 dev eth1

line to see if that helped, but no go. The win98 client can't
seem to see/linux can't see each other. I can see the packets
on my linux box, using tcpdump, but no response from the linux
machine.

Here's the output of the route command...

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.0.10       *               255.255.255.255 UH    0      0        0 eth1
xxx.0.0.10.in-a *               255.255.255.255 UH    0      0        0 eth1:0
xxx.0.0.10.in- *                255.255.255.255 UH    0      0        0 eth1:1
xxx.0.0.10 *                    255.255.255.255 UH    0      0        0 eth1:2
xxx.0.0.10.in *                 255.255.255.255 UH    0      0        0 eth1:3
255.255.255.255 *               255.255.255.255 UH    0      0        0 eth1
localnet        *               255.255.255.0   U     0      0       48 eth0
10.0.0.0        *               255.255.255.0   U     0      0      815 eth1
127.0.0.0       *               255.0.0.0       U     0      0       17 lo
default         209.178.75.65   0.0.0.0         UG    1      0    23895 eth0

I'm not the one that setup this system, I'm just the one assigned to try
and get dhcpd running on it. :-) It also passes as a webserver with
virtual hosts, etc. I was thinking something might be fishy in here, but
I'm a novice at a lot of this.

Output of me starting the dhcpd server:

Listening on Socket/eth1/10.0.0.0
Sending on Socket/eth1/10.0.0.0

with nothing else in syslog.

Any ideas why it isn't working?

Thanks for your time,

Matt






------------------------------------------------------------------------------
To unsubscribe from this list, please visit:
       http://www.isc.org/dhcp-lists.html

If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] with the subject line of
'unsubscribe'.   

Archives for this mailing list are available at:
       http://www.webnology.com/list-archives/dhcp/dhcp-server
------------------------------------------------------------------------------

Reply via email to