Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2001 12:04:56 +0200
From:      "Piotr Klosowski" <piotr.klosowski@alfa.iele.polsl.gliwice.pl>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Can't bind to dhcp address: Address already in use
Message-ID:  <000b01c0bcee$b3fe4e00$26189e9d@armagedon>

next in thread | raw e-mail | index | archive | help
My configuration file is :
option domain-name "alfa.iele.polsl.gliwice.pl";
option domain-name-servers alfa.iele.polsl.gliwice.pl;

option subnet-mask 255.255.255.128;
option broadcast-address 157.158.24.128;
option routers 157.158.24.1;

default-lease-time 600;
max-lease-time 7200;

#subnet 204.152.187.0 netmask 255.255.255.0 {
#}

shared-network 24-NET {

subnet 157.158.24.0 netmask 255.255.255.128 {
	range 157.158.24.120 157.158.24.121;
#	range dynamic-bootp 157.158.24.122 157.158.24.125;
	option broadcast-address 157.158.24.128;
  	option routers 157.158.24.1;
}
}

#subnet 157.158.24.0 netmask 255.255.255.128 {
#range dynamic-bootp 157.158.24.65 157.158.24.120;
#}

subnet 157.158.1.0 netmask 255.255.255.0 {

	not authoritative;

}

host h1{
hardware ethernet 00:c0:df:02:37:ec;
fixed-address 157.158.24.1;
}


I have error message :

su-2.03# dhcpd rl0
Internet Software Consortium DHCP Server 2.0pl3
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 BPF/rl0/00:c0:df:02:37:ec/24-NET
Sending on   BPF/rl0/00:c0:df:02:37:ec/24-NET
Can't bind to dhcp address: Address already in use
exiting.


Where is Error ?

Peter


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c0bcee$b3fe4e00$26189e9d>