| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <cygwin AT cygwin DOT com> |
| 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 cygwin DOT com>, |
| 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 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |