>>>>> "Ambar" == Ambar Roy <[EMAIL PROTECTED]> writes:
>> Hey Man edit resolv.conf and add the following line >> >> nameserver 202.54.15.1 >> >> ...that is the IP of VSNL's name server. Basically your domain >> names are not being resolved. This should do the trick. Take >> care. Ambar> I would not recomend using the VSNL 202.54.15.1 comp as Ambar> your primary name server. there seems to be too many people Ambar> using that. If you are using VSNL, then use 202.54.96.3 or Ambar> some other name server that you can see when you connect Ambar> using windows. If you use any other isp, then use your Ambar> ISP's name server. Will make net connections that much Ambar> faster. Under windows, you can very easily find out the dns Ambar> servers that windows is using. Under Win 9X, run the Ambar> program "winipcfg" from start/run and note down the name Ambar> server. You will have to select the interface that is being Ambar> used, and probably click on a button that gives u full Ambar> info. Under win2k, type "ipconfig /all" inside a command Ambar> prompt, and note down the dns servers. ...or even better, considering you're running on Linux, use your own computer as a caching nameserver. Most distributions come with a caching-only nameserver already configured, so all you have to do is enable named at boot up (update-rc.d or chkconfig or whatever) and add `nameserver 127.0.0.1' to /etc/resolv.conf. This way you get clean, pure, fresh entries from the root nameservers whenever you do a lookup instead of the stale and possibly mouldy entries from the ISP's nameserver. More to the point, the second time you hit an IP you get it from your local named instead of having to go to the 'net each time to do a lookup: the first call puts the IP in named's cache and the second time onwards uses the cached IP. Regards, -- Raju -- Raj Mathur [EMAIL PROTECTED] http://kandalaya.org/ It is the mind that moves ================================================ To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org