Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 25 Jul 2001 14:07:47 +0200 From: Corinna Vinschen To: cygwin AT sources DOT redhat DOT com Subject: Re: port of DHCPD Message-ID: <20010725140747.I490@cygbert.vinschen.de> Mail-Followup-To: Corinna Vinschen , cygwin AT sources DOT redhat DOT com References: <200107251015 DOT MAA05379 AT cabs40 DOT col DOT bsf DOT alcatel DOT fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200107251015.MAA05379@cabs40.col.bsf.alcatel.fr>; from goncal11@col.bsf.alcatel.fr on Wed, Jul 25, 2001 at 12:15:08PM +0200 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 AT cygwin DOT 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/