*** From dhcp-server -- To unsubscribe, see the end of this message. ***
Hi,
i had the same "problem" with v3 here, but starting dhcpd with "dhcpd -d
eth0" fixed it.
Maybe you have forgotten to specify the correct interface.
Christof Chen
-----Original Message-----
From: Billy Passauer [mailto:[EMAIL PROTECTED]]
Sent: Donnerstag, 15. April 1999 22:23
To: [EMAIL PROTECTED]
Subject: No subnet declaration for lo (0.0.0.0)
*** From dhcp-server -- To unsubscribe, see the end of this message. ***
I'm using RH Linux 5.2 (2.0.36) trying out dhcpd V3.0-alpha 980412.
Upon startup of dhcpd I get the following:
Listening on Socket/eth0/149.159.26.0
Sending on Socket/eth0/149.159.26.0
No subnet declaration for lo (0.0.0.0).
Please write a subnet declaration for the network segment to
which interface lo is attached.
exiting.
I don't have this problem with dhcpd v2 on this same system. I looked
back through the archives and there were a couple of messages about
this particular problem, but the answer was always 'write a subnet
declaration!' Maybe I'm just a little slow today, but exactly what
kind of subnet declaration are we looking for here? On my system 'lo'
is defined as the loopback interface:
# /sbin/ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:17 errors:0 dropped:0 overruns:0 frame:0
TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
eth0 Link encap:Ethernet HWaddr 00:E0:29:16:B1:D5
inet addr:149.159.26.76 Bcast:149.159.26.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2496795 errors:0 dropped:0 overruns:0 frame:0
TX packets:101241 errors:0 dropped:0 overruns:0 carrier:0
collisions:5045
Interrupt:10 Base address:0x310 Memory:c8000-ca000
I have tried adding many different incarnations of the following to
dhcpd.conf, to no avail:
subnet 127.0.0.0 netmask 255.0.0.0 {
.
.
.
}
Can someone help out here and tell me (and any/every-one else) who has
encountered this problem, a specific fix? TIA.
Here is my dhcpd.conf in case it matters:
--------------------8<---------Cut-Here----------8<--------------------
server-identifier pipi.halls.indiana.edu;
# option definitions common to all supported networks...
option domain-name "indiana.edu";
option netbios-name-servers 129.79.1.200,129.79.5.200;
option subnet-mask 255.255.255.0;
#################
## 801
#################
subnet 149.159.26.0 netmask 255.255.255.0 {
option routers 149.159.26.254;
option domain-name "halls.indiana.edu";
option broadcast-address 149.159.26.255;
pool {
range 149.159.26.220 149.159.26.221;
option domain-name-servers 149.159.26.76;
default-lease-time 300;
max-lease-time 300;
allow unknown clients;
}
pool {
range 149.159.26.222 149.159.26.224;
option domain-name-servers 129.79.1.1,129.79.5.100;
default-lease-time 14400;
max-lease-time 14400;
deny unknown clients;
}
} # End subnet 26
host test-z { hardware ethernet 00:00:c0:14:be:f0;
#fixed-address 149.159.26.202;
}
--------------------8<---------Cut-Here----------8<--------------------
p.s. The archives are great (thanks goes to Jasper) - but the bad
thing about obliterating the email addresses is that you can't write
to the person and say "hey, did you ever get a fix for that?"
_ . | Trust the computer industry to
|_) || [EMAIL PROTECTED] | shorten "Year 2000" to Y2k. It was
|_)||||_| | this kind of thinking that caused
Passauer_| Residence Computing | the problem in the first place.
----------------------------------------------------------------------------
--
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.
----------------------------------------------------------------------------
--
------------------------------------------------------------------------------
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.
------------------------------------------------------------------------------