From owner-freebsd-questions@FreeBSD.ORG Sat Nov 20 20:10:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D58316A4D1 for ; Sat, 20 Nov 2004 20:10:23 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9504543D2F for ; Sat, 20 Nov 2004 20:10:22 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Sat, 20 Nov 2004 14:13:41 -0600 Message-ID: <419FA4B6.8010705@daleco.biz> Date: Sat, 20 Nov 2004 14:10:30 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: danny_browne@eircom.net References: <20041120132906.4153043D55@mx1.FreeBSD.org> In-Reply-To: <20041120132906.4153043D55@mx1.FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Nov 2004 20:13:41.0774 (UTC) FILETIME=[6DF1E2E0:01C4CF3D] cc: Tim cc: FreeBSD Mailing List Subject: Re: Gnome Ethernet Very Slow X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 20:10:23 -0000 >>Danny Browne wrote: >> >> >> >>>Basically my internet connection is very very slow whe using gnome browsers (or any app). but its a DSL line, and its as fast as it should be when downlaoding something from teminal??? >>> >>>Free BSD 4.10 i386 >>>Gnome 2.8 >>>Realtek ethernet card >>> >>>?? >>> >>>Any ideas? >>> >>> >>> >>Tim wrote: >> >>Check your DNS settings, make sure resolv.conf points to a valid DNS >>server that you can access. I had the same problem, turned out I >>mistyped my DNS server. Console stuff (ftp, ping, telnet, etc) worked >>fine, but couldn't get a browser to do a darn thing. >> >> Danny Browne wrote: >what sholud reslov.conf & hosts have for gnome to acces the router/internet properly? > >resolv.conf just has: > >nameserver 192.168.1.254 > >hosts has: > >::1 localhost localhost.my.domain >127.0.0.1 localhost localhost.my.domain >192.168.1.3 VaioBSD VaioBSD.eircom.net Can you do a lookup against that nameserver? Something like: % nslookup - 192.168.1.254 Default Server: foobar.yournetwork.com Address: 192.168.1.254 > yahoo.com Server: foobar.yournetwork.com Address: 192.168.1.254 Non-authoritative answer: Name: yahoo.com Addresses: 66.94.234.13, 216.109.112.135 > exit I'd be interested in know whether or not that work before hazarding any other guesses. Kevin Kinsey