How do I eliminate resolver delay??

Jonathon McKitrick jcm at FreeBSD-uk.eu.org
Fri Apr 16 09:54:47 PDT 2004


On Fri, Apr 16, 2004 at 09:05:30AM -0700, peter lageotakes wrote:
: Just curious, what do you have in your resolv.conf and
: rc.conf file?  Are you also running DHCP or any
: routing daemons?


Hmm.  I have 2 setups:

hostname="snakepit"
network_interfaces="lo0 tun0"
ifconfig_ed1="dhcp"
#ifconfig_ed1="inet 192.168.0.2 netmask 255.255.255.0"
#ifconfig_ed1="inet 10.0.0.2 netmask 255.255.255.0"
ifconfig_wi0="inet 10.0.0.2 netmask 255.255.255.0"
defaultrouter="10.0.0.1"
sshd_enable="yes"

The ed1 is when I am at work.  The wi0 is at home.  I just checked
resolv.conf, and found this:

search winnt.net
nameserver 10.100.20.70
nameserver 10.100.20.76

So maybe I need to replace these when I connect to my wireless network?

jonathon



More information about the freebsd-questions mailing list