1828248 Members
2803 Online
109975 Solutions
New Discussion

SUSE DNS Settings

 
I.Delic
Super Advisor

SUSE DNS Settings

hi,

where can i change settings for DNS , Default getway on the suse box.

I have to put two another DNS servers in the list of DNS servers.

Thank you in advance

Idriz
2 REPLIES 2
NiCK_76
Respected Contributor

Re: SUSE DNS Settings

Hi I.Delic,

Edit file /etc/resolv.conf to change DNS. Edit file /etc/sysconfig/network/
routes to change gateway.
Or use yast->Network Services->DNS and Host Name/Routing to change DNS and gateway.

My os is SuSE linux 8.2

NiCK
just for fun
NiCK_76
Respected Contributor

Re: SUSE DNS Settings

Hi I.Delic

Edit file /etc/resolv.conf to assign two DNS
For example:
cat /etc/resolv.conf
nameserver 202.96.209.5
nameserver 210.74.224.1

NiCK
just for fun