Index
Subject
: Re: LUG: DNS settings
From
: "Daniel Underwood" <daniel.underwood@ncsu.[redacted]>
Date
: Wed, 18 Mar 2009 08:54:15 -0400
Parent
Thanks for the assistance.
You wrote as an example:
search comtech.ncsu.edu
nameserver 152.1.1.206
nameserver 152.1.1.248
But, for this computer, which is in the ie.ncsu.edu domain, the first
line should be the following, correct?
search ie.ncsu.edu
Also, how are the changes enacted? Are they automatically enacted?
Enacted upon reboot?
Thanks,
Daniel
--
Daniel Underwood
North Carolina State University
Graduate Student - Operations Research
email: daniel.underwood@ncsu.[redacted]
phone: XXX.302.3291
web: http://www4.ncsu.edu/~djunderw/
Daniel,
You can edit /etc/resolv.conf and specify the correct DNS
servers. As an example:
----------------------------------------------------------------
$ cat /etc/resolv.conf
search comtech.ncsu.edu
nameserver 152.1.1.206
nameserver 152.1.1.248
----------------------------------------------------------------
Let me know if you have any further questions. Thanks --Will
--
Will Brockelsby
Network Systems Engineer
Communication Technologies
Office of Information Technology
North Carolina State University
Daniel Underwood wrote:
> Hi,
>
> My on-campus RHEL machine's DNS ns1.ncsu.edu (152.1.1.22) and/or
> ns2.ncsu.edu (152.1.1.208) must be updated to query one server from the
> set { ns3.ncsu.edu (152.1.1.206), ns4.ncsu.edu (152.1.1.161) } and
> another server from the set { ns5.ncsu.edu (152.1.1.248), ns6.ncsu.edu
> (152.1.2.22) }
>
> (This is the message I received from an admin.)
>
> How do I manage these settings in linux?
>
> Thanks,
> Daniel
Replies
: