May 14, 2024, 06:29:26 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: resolv.conf  (Read 3387 times)

Offline paipes

  • Linux Noob !
  • *
  • Posts: 5
resolv.conf
« 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

Offline deven_01

  • Linux Learner
  • ***
  • Posts: 143
resolv.conf
« Reply #1 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