public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: joker <linux@classical.2y.net>
To: linux-kernel <linux-kernel@vger.kernel.org>
Subject: dhcpd help please
Date: Sun, 22 Apr 2001 08:35:55 +0800	[thread overview]
Message-ID: <3AE2276A.25E7430A@classical.2y.net> (raw)
In-Reply-To: <3AE2328A.10703@eisenstein.dk>

I have problem starting dhcpd, this first time try out any 1 can help me
this error message. any can point out my problem
10q in advance

[root@classical]# dhcpd eth0
Internet Software Consortium DHCP Server 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

Listening on LPF/eth0/00:01:02:83:51:7e/192.168.8.0
Sending on   LPF/eth0/00:01:02:83:51:7e/192.168.8.0
Can't bind to dhcp address: Address already in use
exiting.
--------------------
[root@homepc]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.8.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
203.56.56.0    0.0.0.0         255.255.252.0   U     0      0        0 eth1
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         203.56.56.1    0.0.0.0         UG    0      0        0 eth1
[f00l@classical f00l]#

---------------------------
[f00l@classical /etc]# cat dhcpd.conf
# Sample /etc/dhcpd.conf
# (add your comments here)
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.8.255;
option routers 192.168.8.254;
option domain-name-servers 203.56.1.21,203.56.1.22;
option domain-name "homepc.linux.org";
option netbios-name-servers 192.168.8.1;

subnet 192.168.8.0 netmask 255.255.255.0 {
   range 192.168.8.30 192.168.8.35;
}





      reply	other threads:[~2001-04-22  0:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-22  1:23 [PATCH] minor correctness fix to the Documentation/rtc.txt example program Jesper Juhl
2001-04-22  0:35 ` joker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3AE2276A.25E7430A@classical.2y.net \
    --to=linux@classical.2y.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox