Date: Fri, 27 Feb 2004 22:25:08 +0200 From: "Toomas Aas" <toomas.aas@raad.tartu.ee> To: Stephen Liu <satimis@icare.com.hk>, freebsd-questions@freebsd.org Subject: Re: Connecting ISP problem Message-ID: <200402272025.i1RKPHoG011936@lv.raad.tartu.ee> In-Reply-To: <403E24B8.8020009@icare.com.hk> References: <MIEPLLIBMLEEABPDBIEGOEJPFMAA.Barbish3@adelphia.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! > Now ISP connected but failure to connect Internet. Tried twice > tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1492 > inet 203.88.164.90 --> 203.88.164.1 netmask 0xffffffff > Opened by PID 236 This looks promising :-) > # ping -c 3 [url]www.google.com[/url] > ping: cannot resolve [url]www.google.com:[/url] Host name lookup failure. Try ping 66.102.11.104 If this also fails, don't read on - wait for help from someone more experienced :-) If this works, then the problem is that you don't have DNS server specified. You should put something like this into /etc/resolv.conf: domain mydomain.net nameserver xx.xx.xx.xx xx.xx.xx.xx should be replaced with your ISP's DNS server. If you don't have your own domain name, you can use just your ISP's domain name here. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * I've got a life but it won't run on my operating system.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402272025.i1RKPHoG011936>