Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2001 08:23:54 -0500
From:      Will Saxon <saxonww@ufl.edu>
To:        Bill Moran <wmoran@mail.iowna.com>
Cc:        Freebsd-questions@freebsd.org
Subject:   Re: DHCPd and DNS issue
Message-ID:  <20010122082354.A652@ufl.edu>
In-Reply-To: <3A6BD1A1.177AE6CF@mail.iowna.com>; from wmoran@mail.iowna.com on Mon, Jan 22, 2001 at 01:22:25AM -0500
References:  <20010121210552.A13168@ufl.edu> <3A6BD1A1.177AE6CF@mail.iowna.com>

next in thread | previous in thread | raw e-mail | index | archive | help
OK I have pasted the entirety of the file /usr/local/etc/dhcpd.conf:

subnet 192.168.0.0 netmask 255.255.255.0 {
    option routers 192.168.0.1;
    option domain-name-servers 192.168.0.1;
    range 192.168.0.2 192.168.0.6;
}


On Mon, Jan 22, 2001 at 01:22:25AM -0500, Bill Moran wrote:
> Will Saxon wrote:
> 
> > dhcpd: if IN A  doesn't exist add 21600 IN A  192.168.0.2: resolver failed.
> > 
> > Occasionally I get another message complaining of an invalid domain.
> 
> Looks like a problem in the dhcpd configuration. Send the dhcpd.conf
> file.


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?20010122082354.A652>