OpenDNS setup

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
lasm2000
Posts: 8
Joined: 16. Jan 2011, 03:39

OpenDNS setup

Post by lasm2000 »

I would like to setup OpenDNS as a traffic filter. For the particular case of Ubuntu, the procedure is described here:

http://www.liberiangeek.net/2010/12/blo ... ilyshield/

But, since the graphical network config utility is not available in salix (at least not in the kde version), I would like to know how to set it up from the terminal or kde.
User avatar
schlawi54
Posts: 34
Joined: 14. Dec 2010, 11:31

Re: OpenDNS setup

Post by schlawi54 »

That's a too easy question. :)
http://www.linuxjournal.com/content/web-content-filtering-opendns wrote: Configuring my servers to use OpenDNS was easy. I simply modified my /etc/resolv.conf file and replaced the nameserver entries that were there with:

nameserver 208.67.222.222
nameserver 208.67.220.220

However, you have to configure your DHCP client to not overwrite the /etc/resolv.conf file with DNS information from the DHCP server. This is well documented in the manual, but might not be something you'd think about.
It also says something there to use bind combined with a DHCP server in a network with more than one PC. But this is propably more than you asked for. :oops:
Alternatively, you could install NetworkManager from Gnome, just as in Ubuntu and set your DNS server addresses there. I would not recommend it in KDE to not get a "mishmash". Isn't there an equal counterpart to NM :?:

Code: Select all

slapt-get -i wicd
The client for KDE is available on slackbuilds.org

Code: Select all

slapt-src -i wicd-client-kde
OR :arrow: http://repository.slacky.eu/slackware-1 ... kde/0.2.1/


Thank you to point to the availability of OpenDNS :!: ;)
Last edited by schlawi54 on 16. Jan 2011, 10:32, edited 1 time in total.
"Besides, I think Slackware sounds better than 'Microsoft,' don't you?" (By Patrick Volkerding)
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: OpenDNS setup

Post by gapan »

Wicd is also already installed in the KDE edition, so you can use it to change the DNS. Alternatively you can run netconfig from a terminal to configure your wired connection.
Image
Image
lasm2000
Posts: 8
Joined: 16. Jan 2011, 03:39

Re: OpenDNS setup

Post by lasm2000 »

Thanks! It did the job :)
Post Reply