dhcpd error - IF host.myisp.com.br IN A rrset doesn't exist add: timed out

Robert Blacquiere freebsd-net at guldan.demon.nl
Thu Dec 9 21:39:54 PST 2004


On Thu, Dec 09, 2004 at 08:13:26PM -0200, Paulo Fonseca Jr. wrote:
> 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 server on freebsd gateway. I'm using a dns server 
> from my ISP.
> 
> My dhcpd.conf:
> ?option domain-name "myisp.com.br";
> ?option domain-name-servers 200.215.1.3;
> ?ddns-update-style ad-hoc;

ddns-update-style should be none. It tries now to update the dns server from your
provider with data provided from de dhcp request in this case a machine with the
name windows. 

Your provider does not permit dns updates from your dhcp server. 

> ?log-facility daemon; 
> ?option routers 192.168.0.1;
> ?subnet 192.168.0.0 netmask 255.255.255.0 {
> ? range 192.168.0.2 192.168.0.254
> ?}
> 
> In my rc.conf:
> ?...
> ?ifconfig_xl0="inet 192.168.0.1 netmask 255.255.255.0"
> ?dhcp_options="xl0"
> ?dhcpd_enable="yes"
> ?...
> 
> Anybody can help me!
> 
> thanks!
> Zumba.
> 
> _______________________________________________
> freebsd-net at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe at freebsd.org"

-- 
Microsoft: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming or what?
OpenBSD: Hey guys you left some holes out there!


More information about the freebsd-net mailing list