Skip site navigation (1)Skip section navigation (2)
Date:      09 Dec 2004 09:58:45 -0500
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        "Paulo Fonseca Jr." <freezumba@terra.com.br>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: dhcpd error - rrset doesn't exist add...timed out.
Message-ID:  <44fz2fo6vu.fsf@be-well.ilk.org>
In-Reply-To: <200412081631.05409.freezumba@terra.com.br>
References:  <200412081631.05409.freezumba@terra.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
"Paulo Fonseca Jr." <freezumba@terra.com.br> writes:

> Hi,
> 
> I'm receiving the folowing error when a windows machine to try a connection 
> with internet through freebsd adsl (ppp) gateway: "IF windows.myisp.com.br IN 
> A rrset doesn't exist add windows.myisp.com.br 300 IN A 192.168.0.3: timed 
> out." I'm not running a dns on
> 
> My dhcpd.conf:
>  option domain-name "myisp.com.br";
>  option domain-name-servers 200.215.1.3;
>  ddns-update-style ad-hoc;

If you're not running a DNS server to accept the updates, you can't
configure your DHCP server to send updates to the DNS server.
Either run a DNS server, or change  ddns-update-style to "none".

Assuming I'm understanding the situation correctly; if not, please
provide more details.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44fz2fo6vu.fsf>