I did activate isc-dhcp
I have a dhcp.conf in /etc/
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.254;
option domain-name-servers 192.168.1.1, 192.168.1.2;
option domain-name "pbx.be";
option netbios-name-servers 192.168.1.1;
ddns-update-style ad-hoc;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.100;
}
When I try to start /etc/init.d/dhcpd start
I get the following :
pbx root # /etc/init.d/dhcpd start
Internet Systems Consortium DHCP Server V3.0.1
Copyright 2004 Internet Systems Consortium.
All rights reserved.
Usage: dhcpd [-p <UDP port #>] [-d] [-f]
[-cf config-file] [-lf lease-file]
[-tf trace-output-file]
[-play trace-input-file]
[-t] [-T] [-s server] [if0 [...ifN]]
If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.
If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the [EMAIL PROTECTED]
mailing list, please read the section on the README about
submitting bug reports and requests for help.
Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.
exiting.
When I start it with # /mnt/opt/sbin/dhcpd eth1 -d -f
I get :
Internet Systems Consortium DHCP Server V3.0.1
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Wrote 0 leases to leases file.
Listening on Socket/eth1/192.168.1.0/24
Sending on Socket/eth1/192.168.1.0/24
Ok, theorically dhcpd id running, but when I connect a computer (windows
xp) i don't receive an IP and furthermore the lights of the interface
doesn't flash.
Th windows box tell me that the cable is disconnected.
What do I wrong or what do i miss?
Regards,
Olivier
_______________________________________________
Astlinux-users mailing list
[email protected]
http://lists.kriscompanies.com/mailman/listinfo/astlinux-users
Donations to support AstLinux are graciously accepted via PayPal to [EMAIL
PROTECTED]