On Fri, 2007-08-17 at 01:31 +0100, Jamin Davis wrote: > Samuel Bächler <[EMAIL PROTECTED]> wrote: > > >> [EMAIL PROTECTED]:~$ less /etc/resolv.conf > >> search > >> nameserver 158.152.1.58 > >> nameserver 158.152.1.42 > > > > In Switzerland I would say "the dog is buried here" (how to > > say in English?): > > Here marks the spot? :) > > I use Demon, the second entry from Michael's resolv.conf is the wrong > IP. > Should be 158.152.1.43 = cache-2.ns.demon.net and 158.152.1.58 = > cache-1. > > .42 is something else, not a public nameserver IAC. Just change .42 > to .43 > and it should be fine. > >
Jamie - thanks for spotting that typo. I've changed it and although the empty 'search' is still in /etc/resolv.conf everything does now work fine (and note that both MacOS and XP had worked fine with .42 or .43!): DEBIAN BOX: [EMAIL PROTECTED]:~$ less /etc/resolv.conf search nameserver 158.152.1.58 nameserver 158.152.1.43 [EMAIL PROTECTED]:~$ nslookup www.bbc.co.uk Server: 158.152.1.43 Address: 158.152.1.43#53 Non-authoritative answer: www.bbc.co.uk canonical name = www.bbc.net.uk. Name: www.bbc.net.uk Address: 212.58.227.76 Ta, M