1830227 Members
2295 Online
109999 Solutions
New Discussion

linux

 
SOLVED
Go to solution
Ragni Singh
Super Advisor

linux

Hello all, how do you configure Linux to look at 2 DNS servers. Any help is greatly appreciated.
2 REPLIES 2
Stuart Browne
Honored Contributor
Solution

Re: linux

It's very simple.

Modify '/etc/resolve.conf', and put two 'nameserver' lines in there, i.e.:

nameserver xx.xx.xx.xx
nameserver yy.yy.yy.yy

And that's it! :)
One long-haired git at your service...
Ragni Singh
Super Advisor

Re: linux

thanks a lot. I was having brain farts.