|
| |||||||||
| Tags: configure dns, dns, install dns, linux, ubunt |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Install and Configure DNS in Linux
Hello, I'm basically a windows user, just installed the so called famous ubuntu on my pc, i found it really good. I need help in configuring and installing DNS on ubuntu. I need to know basic steps as i'm new to linux environment OS. Hope you guys will help me with your knowledge. Thanks for any help. |
|
#2
| ||||
| ||||
| Re: Install and Configure DNS in Linux
Modify the file resolv.conf with the following parameters Code: sudo vi /etc/resolv.conf //Replace example.com with your domain name and 192.168.0.1 with the address of your DNS server. Search example.com nameserver 192.168.0.1 Test your DNS using the following command Code: dig example.com |
|
#3
| ||||
| ||||
| Re: Install and Configure DNS in Linux
I don't have idea about ubutu but i'm using debian, i think must be similiar. In debian the configuration of a DNS server requires installing Debian packages following (as root): Quote:
Before you edit and manipulate any configuration file or any tool service do a backup of it. You can copy the same name and add the end of the text "origin. For example: Quote:
To launch the service must run the following command: Quote:
|
|
#4
| ||||
| ||||
| Re: Install and Configure DNS in Linux
Have a look at following threads: Configure WiFi on Linux How to configure a dedicated DNS server. Configure JSP Server on Red Hat Linux
__________________ The difference between stupidity and genius is that genius has its limits. - Albert Einstein What we think, we become (Please don't think you are a superhero and don't try to fly) "SUCCESS IS NOT A DESTINATION , IT'S A JOURNEY" |
|
#5
| ||||
| ||||
| Re: Install and Configure DNS in Linux
The first commands to change file to perform in "Terminal": Code: vi /etc/bind/named.conf vi /etc/bind/db.192.168.0 vi /etc/bind/db.halios.interne Quote:
Quote:
Quote:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Install and Configure DNS in Linux" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to configure linux os on Blackarmor NAS 220 | Jolene | Operating Systems | 9 | 22-10-2011 12:36 AM |
| How to configure a wifi usb nic on Linux | Abhiroopa | Networking & Security | 5 | 30-12-2010 12:04 AM |
| Configure Filtering in Linux | LinuxScho | Software Development | 5 | 27-11-2010 04:09 AM |
| Configure JSP Server on Red Hat Linux | ReD-GuY-ReD-HaT | Operating Systems | 2 | 29-07-2009 11:42 PM |
| Configure WiFi on Linux | Paul | Guides & Tutorials | 5 | 09-04-2009 09:08 AM |