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


On Wed, Jul 25, 2001 at 12:15:08PM +0200, Jorge Goncalvez wrote:
> 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:
> 
> 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

Content-Description: dhcpd.conf
> # 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 {

Shouldn't that be `subnet 155.132.0.0 netmask 255.255.0.0 {'

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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]