From owner-freebsd-questions@FreeBSD.ORG Sun Aug 29 01:52:43 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 50F1B16A4CF for ; Sun, 29 Aug 2004 01:52:43 +0000 (GMT) Received: from dns11.mail.yahoo.co.jp (dns11.mail.yahoo.co.jp [210.81.151.144]) by mx1.FreeBSD.org (Postfix) with SMTP id 5EE9143D4C for ; Sun, 29 Aug 2004 01:52:42 +0000 (GMT) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by dns11.mail.yahoo.co.jp with SMTP; 29 Aug 2004 01:52:40 -0000 X-Apparently-From: Received: from hydra.near.this (hydra.near.this [10.0.3.20]) by gorgon.near.this (Postfix) with ESMTP id 7F1287F24 for ; Sun, 29 Aug 2004 10:52:33 +0900 (JST) Received: by hydra.near.this (Postfix, from userid 100) id 0F8B8982E; Sun, 29 Aug 2004 10:52:33 +0900 (JST) Date: Sun, 29 Aug 2004 10:52:32 +0900 From: horio shoichi To: freebsd-questions@freebsd.org In-Reply-To: <20040827023455.13333.qmail@web50301.mail.yahoo.com> References: <200408261239.59617.algould@datawok.com> <20040827023455.13333.qmail@web50301.mail.yahoo.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040829.015232.213f2878d02a5c02.10.0.3.20@bugsgrief.net> Subject: Re: [UPDATED]sick and tired of freebsd resolving problems 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: Sun, 29 Aug 2004 01:52:43 -0000 On Thu, 26 Aug 2004 21:34:55 -0500 (CDT) "Jorge Mario G." wrote: > > > > -----Original Message----- > > > > From: Jorge Mario G. (snip) > > > > the problem is this: I CAN NOT RESOLV It's amazing this thread lives so long. So far, no new things are found, except for corrections of typos, beyond initial vague problem statement. What you are trying to do is damn simple thing, once it starts running. So, you are having dumb simple error somewhere. Now help us see the most elementary network characteristics of your machine. 1. Run the following script. Run it to the complesion, whatever happens. Just copy and paste your input and the machine responce. Don't try add anything, don't try remove anything, don't try change anything. % cat checknet.sh #!/bin/sh echo "0=$0" set -x ifconfig -a netstat -rn traceroute 216.136.204.21 traceroute freebsd.org echo "done" % 2. Run the following script for at least four seconds but not more than sixteen seconds. Just copy and paste your input and the machine responce. Don't try add anything, don't try remove anything, don't try change anything. % cat checkping.sh #!/bin/sh echo "0=$0" set -x ping 216.136.204.21 echo "done" % 3. Run the following script. Run it to the complesion, whatever happens. Just copy and paste your input and the machine responce. Don't try add anything, don't try remove anything, don't try change anything. % cat checkresolver.sh #!/bin/sh echo "0=$0" set -x nslookup freebsd.org nslookup freebsd.org 200.13.224.8 echo "done" % 4. Finally, if any change in /etc/hosts or /etc/resolv.conf, cat them. Just copy and paste your input and the machine responce. Don't try add anything, don't try remove anything, don't try change anything. If you still haven't found yourself what's wrong during those checkings, post the input and output. horio shoichi