Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 2004 16:31:05 -0200
From:      "Paulo Fonseca Jr." <freezumba@terra.com.br>
To:        freebsd-questions@freebsd.org
Subject:   dhcpd error - rrset doesn't exist add...timed out.
Message-ID:  <200412081631.05409.freezumba@terra.com.br>

next in thread | raw e-mail | index | archive | help
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;
 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.



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