nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

set or how to change dns setting ubuntu linux network

This is a discussion on set or how to change dns setting ubuntu linux network within the Linux software forums, part of the Linux Getting Started category; hai i want to know how can i change dns settings under ubuntu linux network? I want to setup new ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Linux answers from nixCraft.


Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 17-07-2006, 02:28 AM
chiku's Avatar
Member
User
 
Join Date: Feb 2005
OS: Fedora
Posts: 86
Thanks: 10
Thanked 0 Times in 0 Posts
Rep Power: 0
chiku is on a distinguished road
Default set or how to change dns setting ubuntu linux network

hai

i want to know how can i change dns settings under ubuntu linux network? I want to setup new NS1 and NS2 (dns nameserver) any idea or hint would be a help for me

please help me
__________________
There's no place like 127.0.0.1
Reply With Quote
  #2 (permalink)  
Old 17-07-2006, 06:30 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Type following command to edit DNS (NS1/NS2) server:
Code:
sudo vi /etc/resolv.conf
Add/modify your ISP nameserver as follows:
Code:
search isp.com
nameserver 202.54.1.110
nameserver 202.54.1.112
nameserver 202.54.1.115
Save the file. And test with nslookup or digg command:
Code:
dig theos.in
nslookup cyberciti.biz
dig isp.com
If you are using Gnome desktop type command:
Code:
network-admin
or
Code:
sudo network-admin
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Suse Enterprise Linux server Set Network card (NIC) to Full duplex setting raj Networking, Firewalls and Security 1 20-03-2008 03:33 PM
Ubuntu Linux network installation using a boot server tom Getting started tutorials 1 13-07-2006 05:56 PM
Howto: Ubuntu Linux setting up my (or your) printer toor Getting started tutorials 2 06-07-2006 04:41 PM
Linux Change the network configuration after installation jerry Linux software 2 14-06-2006 03:58 PM
linux setting system-wide path Linux software 1 28-01-2006 11:19 AM


All times are GMT +5.5. The time now is 08:18 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38