This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: port of DHCPD


Hi folks I made a version of a DHCPD on Windows 98 with cygwin environment but 
when I start it I have the following error:

dhcpd : LOG_INFO : Internet Software Consortium DHCP Server 2.0
dhcpd : LOG_INFO : Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software 
Consortium.
dhcpd : LOG_INFO : All rights reserved.
dhcpd : LOG_INFO : 
dhcpd : LOG_INFO : Please contribute if you find this software useful.
dhcpd : LOG_INFO : For info, please visit http://www.isc.org/dhcp-contrib.html
dhcpd : LOG_INFO : 
LOG_ERR : eth0: unknown hardware address type 2
LOG_ERR : lo: unknown hardware address type 2
LOG_ERR : No subnet declaration for eth0 (155.132.48.23).
LOG_ERR : Please write a subnet declaration for the network segment to
LOG_ERR : which interface eth0 is attached.
LOG_ERR : exiting.

Why? Althought I made a declaration subnet for 155.132.48.23.

My machine is cpcdos22 with 155.132.48.23 and mask 255.255.0.0.

Thanks
# Sample /etc/dhcpd.conf
# (add your comments here) 
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.0.0;
#option broadcast-address 192.168.1.255;
#option routers 192.168.1.254;
option domain-name-servers 155.132.49.65, 155.132.12.50, 155.132.38.149;
option domain-name "cpcdos22";

subnet 155.132.48.23 netmask 255.255.0.0 {
   
   #range 192.168.1.150 192.168.1.200;
}
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]