On Thu, Nov 20, 2003 at 05:02:34AM +0000, Payal Rathod wrote: >Hi, >I don't know if my last question on this got thru'. >Few weeks back on my visit to a friend in Gujrat who had a cable modem >in her husband's office I found that >/etc/resolv.conf was symlinked to /etc/resolv.conf -> >/etc/ppp/resolv.conf > >For that reason they had to use the ISP's nameserver and they operate a >web designing company and offers some webhosting too [ofcourse on >different server] so they wants to have their >own nameserver to test things out frequently. > >I tried removing the symlink but on next connect it was automatically >there.
Just check out /etc/ppp/options file There you will see an option called usepeerdns Just remove that line and dns servers won't be taken from your isp server. rm the link in /etc/ and create a file /etc/resolv.conf and put the proper dns server ip's in that file. HTH Warm Regards -- Rajesh ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
