On 2/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Dear Friends, > I on mine server was not able to resolve the domains,i mean simple command > like wget yahoo.com was not working. so i searched net and find that i > should remove the resolv.conf file so that domains will be resolved by > named.So i did that ,and the problem solved. > I am not sure that, > 1)Why did such a problem suddenly arisen. > 2)Is resolving the domain names by named or removing the resolv.conf file > the best choice. > > Pl. do let me know. > I shall be very grateful. > -- > hey,
/etc/resolv.conf file contains the ipaddresses of the dns servers you have given while configuring the network card. for example if you have any internal dns server 192.168.1.3 and your ISP dns servers are 202.54.15.30, 202.56.230.5 then /etc/resolv.conf should be like this nameserver 192.168.1.3 nameserver 202.54.15.30 nameserver 202.56.230.5 Regards Ankush Grover _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
