Many new Linux user finds it difficult to setup / modify new name server address (NS1 / NS2).
Local name resolution is done via /etc/hosts file. If you have small network, use /etc/hosts file. DNS (domain name service is accountable for associating domain names with ip address, for example domain yahoo.com is easy to remember than IP address 202.66.66.12) provides better name resolution. To configure Linux as DNS client you need to edit or modify /etc/resolv.conf file. This file defines which name servers to use. You want to setup Linux to browse net or run network services like www or smtp; then you need to point out to correct ISP DNS servers:
/etc/resolv.conf file
In Linux and Unix like computer operating systems, the /etc/resolv.conf configuration file contains information that allows a computer connected to the Internet to convert alpha-numeric names into the numeric IP addresses that are required for access to external network resources on the Internet. The process of converting domain names to IP addresses is called "resolving."
The resolv.conf file typically contains the IP addresses of nameservers (DNS name resolvers) that attempt to translate names into addresses for any node available on the network.
Setup DNS Name resolution
Steps to configure Linux as DNS client, first login as a root user (use su command):
Step # 1: Open /etc/resolv.conf file:
# vi /etc/resolv.conf
Step #2: Add your ISP nameserver as follows:
search isp.com nameserver 202.54.1.110 nameserver 202.54.1.112 nameserver 202.54.1.115
Note Max. three nameserver can be used/defined at a time.
Step # 3:Test setup nslookup or dig command:
$ dig www.nixcraft.com $ nslookup www.nixcraft.com
See also:
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 43 comments… read them below or add one }
Very precise brief & 100% helpful
Thanks!!
This is quite useful when you have DSL or dial up connection and would like to setup dns quickly under Linux. Or even when you can’t browse site on net using domain name but you can browse them (ping them) using the ip-address. This solved my problem as well as Temporary failure in name resolution (which can be caused by ssh, telnet or mail client etc) To browse Internet one need to configure the DNS properly. Thanks for this tiny post.
Thnx helped me :)
hi;
Im having problem with DNS where it unable to lookup the dns that i have setupd. i have configured my hosts file and resolve.conf but stil not solving my problem. i have statis dns ip from ISP and currently using fedora8. any1 having problem with dns with fc8. i cant surf the internet.it takes long time to resolve suspect that it getting dns from my router. where it not resolving it from what i have edited in the machine. request is tooo slow. anything that could help to solve? need help. i have checked all my setting everything is fine.
I need Dhcp ip router in Fc8
anyone here experience of that?
Hi,
I’ve setup the internet connection through PPP dial up and able to get the public IP assigned to me. Also I’ve configured the DNS server address in the /etc/resolv.conf file.
The problem is, I’m able to ping to my ISP’s IP and also to any public IP addresses, but not to any domain names.
ping http://www.google.com, always fails saying unknown host, but at the same time nslookup and dig work fine(able to resove IP from domain name).
What may be the problem?, please do help, Thanks in advance,
–Ganesh
try ping google.com
Thanks a bunch!
I was just looking for this.
domain configer redhate server to clint pc
thanks for the guides, was looking for this
how i can config host file
i cant add GW address in eth0, how to i add it , plz give me command,
for redhat linux, im able to ping the ip address from the client side but not the server name .. i type “neat” and under the tab hosts, i put my address as 123.0.0.5 and hostname as funnybone.123.com but im unable to, mind helping out? thx
hi! i m doing a project on redhat linux 5.3.. my project requires me to setup a dns master server on the server computer. and a client computer have to ping the server and itself by hostname. i m able to use the client computer to ping server computer by hostname and ip. but the client can’t ping itself by hostname. may i know wat is the problem? do i nid to install bind in the client computer as well?
thanks and regards.
use this command to add a default gateway to your server,
route add default gw 192.168.1.1 dev eth0
It is very understandable information, And thanks for guiding me.
i’ve setup dns server on rhel5 and working. clinets are pinging by ip not by name. my server pinging itself by name.
please help me
good I was looking for such type of articals really.
i know my proxy server ip and i put it in the resolve.conf file like explained above
nameserver xxx.xxx.x.xx
however when i do dig http://www.google.com it gives me
; <> DiG 9.2.4 <> http://www.google.com
;; global options: printcmd
;; connection timed out; no servers could be reached
I even tried adding the proxy=xxx.xxx.x.xx: to my yum.conf file
Still getting the same error.. Please suggest
This solved the problem temporariliy, but everytime i reboot my system, resolv.conf is set back to its original state. How can i make this change permanent?
See, How To: Make Sure /etc/resolv.conf Never Get Updated By DHCP Client
Thanks for the help..
great instructions.. 100% accurate.
Good Information. Helped me in resolving one of critical issue.
hey,
i do appreciate for what your doing to us.
i have problem with how to set up dns server using linux in my laptop
Hello.
I am just wondering. Setting up my first web server to run my website.
I got a domain name paid for and a dns thing from them.
Do i just plug this in the resolv.conf file?
I guess my question would be what does the resolve file look like when we are getting a domain name and dns from some company online in order to make our server public?
Sorry but wanted to add another question.
What about IP address do I just pick one out of the air? or set it do Dynamic?
Right now I got my server working in lan as a local server for testing but would like to connect it to the web for my website so hard finding help for this set up. Usually everything is for local server setup.
please submit more information about dns configuratio and aleternet dns
I got it working thanks. with inadyn setup as the dns part.
I decided to avoid the security issues I would have as a beginner with setting up my own dns server at home.
Thank you for this site. I learned the most important lesson I think which is I am still a beginner and I should take it one step at a time.
why cant i edit my resolv.conf file?
you might not have the write permission. issue this command ‘ls -lrt’ you should see at least something like this ‘-rw-r–r– ‘
hi
anyone can help me create dns server in redhat linux.
Dear sir,
I have installed two linux (os) & on each OS oracle11g installed on the vmware and now configuring the server and client on linux, And also two databases are created on each OS.
Now i want to configure the client/server but i am not able to connect due to proper ping,IP & host name, so kinly give me the proper steps with connection scripts.
thanks & Regards
Dinesh
Dear Sir
I am having problwm with Redhat Enterprise Linux 4 about Configuring it as a internet server
I want to use RHEL 4 as a server and windows XP Systems as a clients for sharing internet among them ,
Pls assist me about doing the same
thanking you
sanjay mahajan
how do i install dns in linux?
please leave da comment?
thanks for helping…
but over the selinux and firewall…
This does not work on Fedora 13. If you try to edit resolv.conf NetworkManager will overwrite it on restart.
I configure DNS server by linux………….how i add or login from xp client
Short and upto the mark. Appreciate it!!!
#hostname
light
#donainname
(none)
#dnsdomainname
mylinux.com
nameserver 10.10.10.9
what should be instead of “isp.com” in
“search isp.com” as according to my system.
and what if i use
“domain” instead of “search” in /etc/resolv.conf file
error in configuration file that is /etc/named.conf unknown option 1 {option}
this site gave me a lot of informations…..very helpful one…..thanks a lot…..
Great info tnx to creators