logo       

beginner (stop at Sending on Socket...): msg#00351

network.dhcp.isc.dhcp-server

Subject: beginner (stop at Sending on Socket...)

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


I'm using Slackware and trying to setup dhcp server by eth1 (cause I'm using 2
NICs). eth0 gets IP add from DHCP server, but I set the IP to static.
I set 10.0.0.1 as eth1 IP address.when I tried to start the dhcp
"/use/sbin/dhcpd -d -f eth1" the result was

# /usr/sbin/dhcpd -d -f eth1
Internet Software Consortium DHCP Server V3.0pl2
Copyright 1995-2003 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Wrote 0 leases to leases file.
Listening on LPF/eth1/00:a0:4b:03:f4:87/graad.org.local
Sending on LPF/eth1/00:a0:4b:03:f4:87/graad.org.local
Sending on Socket/fallback/fallback-net

just like that.

my /etc/dhcpd.conf file is:

# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
#

default-lease-time 600;
max-lease-time 7200;
option domain-name-servers 10.0.0.1;
option domain-name "graad.org";
option routers 10.0.0.1;
option subnet-mask 255.0.0.0;
option broadcast-address 10.255.255.255;
ddns-update-style ad-hoc;
log-facility local7;


shared-network graad.org.local {
subnet 10.0.0.0 netmask 255.0.0.0 {
not authoritative;
range 10.0.0.5 10.0.0.55;
}
}

subnet 192.168.0.19 netmask 255.255.255.255 {not authoritative;}

I'm a beginner so please tell me my mistakes I made.

thanks for advance

Ivo.



_____________________________________________________________
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus

-----------------------------------------------------------------------
List Archives : http://www.isc.org/ml-archives/dhcp-server/
Unsubscribe : http://www.isc.org/dhcp-lists.html
-or- : mailto:dhcp-server-request@xxxxxxx?Subject=unsubscribe
-----------------------------------------------------------------------




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise