Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: paipes on September 25, 2004, 12:49:19 PM

Title: resolv.conf
Post by: paipes on September 25, 2004, 12:49:19 PM
hello I  configure my dns in REDHAT AS3 and in the file resolv.conf to resolve name in IP I have proceed like this;

domain mydomain
search mydomain google.com  isp.com
nameserver 127.0.0.1
nameserver dns_IP_server
sortlist  submask_of my_network

with this and other file to config I can start the service name, but my probleme is that I can't ping namehost I think that the issue is into the 3 files, /etc/host  /etc/hosts.conf   /etc/resolv.conf, but I don't know what;
thank you for your help
Title: resolv.conf
Post by: deven_01 on May 04, 2005, 08:48:26 AM
hi
/etc/resolve.conf only having nameserver
pls remove all this things and do following
chkconfig --add named
chkconfig named on
service named start
And you get whatever you want