From owner-freebsd-newbies@FreeBSD.ORG Fri Dec 31 05:33:40 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D017F16A4CE for ; Fri, 31 Dec 2004 05:33:40 +0000 (GMT) Received: from jail.idea-anvil.net (idea-anvil.net [63.226.12.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F8743D49 for ; Fri, 31 Dec 2004 05:33:40 +0000 (GMT) (envelope-from james@idea-anvil.net) Received: from mail.Idea-Anvil.net (vaio [10.0.0.99]) by jail.idea-anvil.net (8.12.11/8.12.9) with ESMTP id iBV5Xest013305 for ; Thu, 30 Dec 2004 22:33:40 -0700 (MST) (envelope-from james@idea-anvil.net) From: James Jhai To: freebsd-newbies@freebsd.org Date: Thu, 30 Dec 2004 22:33:39 -0700 User-Agent: KMail/1.7.1 References: <20041230120111.953ED16A502@hub.freebsd.org> <20041231050954.12686.qmail@gawab.com> In-Reply-To: <20041231050954.12686.qmail@gawab.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412302233.39461.james@idea-anvil.net> Subject: Re: Dial-up connection problem X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 05:33:40 -0000 On Thursday 30 December 2004 10:09 pm, Emon wrote: > > Hello everyone > > I am a newbie. I have just installed FreeBSD 4.10 and set up a > Dial-up connection using "kppp"(it came with KDE). I am using an > old external modem (PROLONK 1456VE). The problem is when I dial > my ISP the connection sets up ok (I think...), but > mozill/konqueror still can't browse, complaining something like > "THE CONNECTION TO WWW.GOOGLE.COM COULD NOT BE FOUND". Oh by the > way, my default security setting is medium, I don't know if it > has got anything to do with this. > > SO... that's about it then > Any pointers or suggessions??? > > Thanks in avdance > --------------------------------------------- > Free POP3 Email from www.Gawab.com > Sign up NOW and get your account @gawab.com!! > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" > > Have you added the ip address of a dns server to /etc/resolv.conf? You'll need to add a line like this: nameserver 63.226.12.96 That is a name server I run, your welcome to use it, but it would be better to use your isp's DNS server. -- - James