1837900 Members
3130 Online
110123 Solutions
New Discussion

DNS

 
Kenn Chen
Advisor

DNS

My new L-2000 server cannot be telneted or ping by other servers (by hostname). If ping the IP is work well, but not hostname. New server can ping the hostname for other servers. I know is something with DNS ;cos there is an error message when i issued the nslookup 'hostname'. How can i include this hostname in DNS server and what file need to be modified. ??
Cyber Zen
2 REPLIES 2
sung-hoon chang
Advisor

Re: DNS

Hello

On DNS server ==>

a. At first, modify /etc/hosts
# vi /etc/hosts
.......

b. Rebuild DB
# cd /etc/named.data
#hosts_to_named -f param

c. Restart named daemon
#sig_named restart


On DNS client ==>

modify /etc/resolv.conf

Regards
sung-hoon chang
Advisor

Re: DNS

Hello

On DNS server ==>
a. At first, modify /etc/hosts
# vi /etc/hosts

b.Rebuild DB
# cd /etc/named.data
#hosts_to_named -f param

c.Restart named daemon
#sig_named restart

On DNS client ==>
Modify /etc/resolv.conf