So there's two dns servers configured in resolv.conf, both servers are
within the lan. What systems are at 192.168.2.1 and 192.168.2.5?

Unless configured/ordered otherwise, linux will use only the first one
listed as long as it's responsive; so in your case only 192.168.2.5.
Anyway, try and see if there is any difference between the responses of
the dns servers by running the following command (attach full output):

for n in 1 5; do dig -t A hostname @192.168.2.$n; done
(adjust "hostname" as needed; the 'dig' command is in package dnsutils, install 
if necessary)

-- 
IP Address reported backwards
https://bugs.launchpad.net/bugs/110215
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to