Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Aug 2000 13:30:24 -0400
From:      Nathan Vidican <webmaster@wmptl.com>
To:        Chris <kingsqueak@home.com>
Cc:        questions@freebsd.org
Subject:   Re: dhcpd
Message-ID:  <398AFDB0.D4D2A61B@wmptl.com>
References:  <398AFA51.8DCBC335@wmptl.com> <20000804132839.C3069@kingsqueak.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris wrote:
> 
> On Fri, Aug 04, 2000 at 01:16:01PM -0400, Nathan Vidican wrote:
> > I'm not sure what it's asking me to add, my /etc/dhcpd.conf file looks
> > like this:
> >
> > #
> > # Global settings
> > #
> > default-lease-time 0;
> > max-lease-time 846000;
> > option subnet-mask 255.255.255.0;
> > option broadcast-address 10.0.0.255;
> > option routers 10.0.0.222;
> > option domain-name-servers 10.0.0.200;
> > option domain-name "wmptl.net";
> > subnet 10.0.0.0 netmask 255.255.255.0 {
> >         range 10.0.0.230 10.0.0.254;
> > }
> ^^^^^
> Shouldn't that end in };
> 
> Not sure if that will fix it, but I forget ;'s so often myself that
> having spotted the mistake I just had to suggest it.

I went and added the following, dhcpd is now working, but accross both
interfaces, and I want to disable the dhcpd server for the static
internet IP's:

subnet x.x.x.x subnet 255.255.255.248 {
	range x.x.x.x x.x.x.x;
}

The xxx.xxx.xxx.xxx being the interface it was complaining about not
having an entry for, but I don't want it to function accross that
interface - that's what I need to fix.


-- 
Nathan Vidican
webmaster@wmptl.com
Windsor Match Plate & Tool Ltd.
http://www.wmptl.com/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?398AFDB0.D4D2A61B>