Operating System - Linux
1827886 Members
1554 Online
109969 Solutions
New Discussion

Re: How to add DNS suffix

 
Ping problem
Contributor

How to add DNS suffix

Hi

how to add the DNS Suffix search list in Linux SUSE

1 REPLY 1
Stuart Browne
Honored Contributor

Re: How to add DNS suffix

Modify the 'search' value in '/etc/resolv.conf'.

Make it something like this:

search example1.com example2.com

This will make the resolver search for:

host.example1.com

Followed by:

host.example2.com
One long-haired git at your service...