On Fri, 17 Oct 2008 08:25:57 -0700 (PDT), Vwaju wrote:
>
> You're right, I have no reason to think that it's BIND.
> I have a Dell Truemobile 2300 Broadband router that performs NAT, and
> is configured to permanently assign 192.168.2.2 to the computer that
> runs my DNS server.
>
> ifconfig outputs:
>
> eth0 Link encap:Ethernet HWaddr 00:01:03:E1:55:98
> inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:
I am going to guess the values you entered into the eth0 setup is what
is overriding your /etc/resolv.conf.
You may want to improve your Usenet experience by reading
http://www.catb.org/~esr/faqs/smart-questions.html
Providing your linux distribution/release/desktop manager/...
might get you more precise/detailed answers.
Example for Mandriva Linux 2008.1, setting
DNS1=192.168.1.131
DNS2=208.67.222.222
DOMAIN=home.test
in /etc/sysconfig/network-scripts/ifcfg-eth0
creates
nameserver 192.168.1.131
nameserver 208.67.222.222
search home.test
in /etc/resolv.conf