From owner-freebsd-questions@FreeBSD.ORG Fri May 2 03:43:37 2003 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 45FCA37B401 for ; Fri, 2 May 2003 03:43:37 -0700 (PDT) Received: from vfemail.net (www.vfemail.net [64.243.213.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8374443F93 for ; Fri, 2 May 2003 03:43:36 -0700 (PDT) (envelope-from gcn53@vfemail.net) Received: (qmail 90547 invoked by uid 85); 2 May 2003 10:43:33 -0000 Received: from gcn53@vfemail.net by www.vfemail.net by uid 0 with qmail-scanner-1.13 (avp: 3.0/133. clamscan: 0.54. spamassassin: 2.31. Clear:. Processed in 1.524263 secs); 02 May 2003 10:43:33 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by 0 with SMTP; 2 May 2003 10:43:31 -0000 Received: from 62.253.253.193 ( [62.253.253.193]) as user gcn53@vfemail.net@localhost by www.vfemail.net with HTTP; Fri, 2 May 2003 11:43:31 +0100 Message-ID: <1051872211.3eb24bd3c908b@www.vfemail.net> Date: Fri, 2 May 2003 11:43:31 +0100 From: gcn53@vfemail.net To: Andy Farkas References: <20030502104920.I60788-100000@hewey.af.speednet.com.au> In-Reply-To: <20030502104920.I60788-100000@hewey.af.speednet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 cc: freebsd-questions@freebsd.org Subject: Re: Problem with networking? 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: Fri, 02 May 2003 10:43:37 -0000 Quoting Andy Farkas : > On Thu, 1 May 2003 gcn53@vfemail.net wrote: > > > > > > > Send us : > > > > > > # ifconfig -a > > fxp0: flags=8843 mtu 1500 > > inet 209.237.255.52 netmask 0xffffffff broadcast 209.237.255.52 > > ether 00:03:47:e7:53:ff > > media: Ethernet 10baseT/UTP > > status: active > > lp0: flags=8810 mtu 1500 > > faith0: flags=8002 mtu 1500 > > lo0: flags=8049 mtu 16384 > > ppp0: flags=8010 mtu 1500 > > sl0: flags=c010 mtu 552 > > > > > # cat /etc/resolv.conf > > nameserver 209.126.159.80 > > nameserver 216.111.123.5 > > > > > # ps -waux | grep named > > root 40955 0.0 0.0 336 184 p6 D+J 8:22PM 0:00.00 grep named > > > > Hope this helps > > Graeme > > > > Ok, this shows us that you are running in a jail. The netmask is correct. > Thanks for that. > Your problem is with /etc/resolv.conf not pointing to your named. > > Try adding "nameserver 209.237.255.52" to the *beginning* of the file. > Failing that, ask your provider what DNS servers you should be using. > My provider has updated the DNS for me but the problem still persists. > I believe that when you messed around with /stand/sysinstall, this munged > your /etc/resolv.conf file somehow... > Tried that, thanks, but I'm afraid it didn't resolve the problem. :( Cheers Graeme