From owner-freebsd-questions@FreeBSD.ORG Mon Jun 6 19:06:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3132116A41C for ; Mon, 6 Jun 2005 19:06:48 +0000 (GMT) (envelope-from ap010@terra.com.br) Received: from linares.terra.com.br (linares.terra.com.br [200.154.55.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE4443D5D for ; Mon, 6 Jun 2005 19:06:47 +0000 (GMT) (envelope-from ap010@terra.com.br) X-Terra-Karma: 0% X-Terra-Hash: 7a09e2e5149e8e9aa11a4bcc01d4affd Received: from ibadan.terra.com.br (ibadan.terra.com.br [200.154.55.146]) by linares.terra.com.br (Postfix) with ESMTP id 74DFD3C08F for ; Mon, 6 Jun 2005 16:06:46 -0300 (BRT) Received-SPF: pass (ibadan.terra.com.br: domain of terra.com.br designates 200.154.55.146 as permitted sender) client-ip=200.154.55.146; envelope-from=ap010@terra.com.br; helo=terra.com.br; Received: from terra.com.br (cabompo.terra.com.br [200.176.3.185]) (authenticated user diogodto) by ibadan.terra.com.br (Postfix) with ESMTP id 68B5D48094 for ; Mon, 6 Jun 2005 16:06:46 -0300 (BRT) Date: Mon, 6 Jun 2005 16:06:46 -0300 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 From: "Diogo Della" To: "freebsd-questions" X-XaM3-API-Version: 4.1 (B100) X-SenderIP: 164.41.67.4 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: freebsd cable disconnected problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 19:06:48 -0000 I figure this out. I don't know why. Somebody could explain me .... But the problem is that the machine could not reach the DNS server config= ured at /etc/resolv.conf. If the default router is configured or not, the= FreeBSD box could not reach the DNS server. No problem with this, but why when a DNS is configured the machine can no= t run ssh or ftp localhost or from a remote host. Thanks. Diogo Della De:owner-freebsd-questions@freebsd.org Para:"freebsd-questions" freebsd-questions@freebsd.org C=F3pia: Data:Mon, 6 Jun 2005 14:32:17 -0300 Assunto:Re: freebsd cable disconnected problem > Yes, the localhost go to this IP. > > This machine has 3 NIC with 3 different IP address. If the onboard sis0= is not connected, ssh or ftp 127.0.0.1 does not work. > > Other machines has the same problem, but a llitle different. In other F= reeBSD, if a make any modifications like include a default gateway on the= routing table, it does not work. > > Is there any security issue or something like? > > Thanks. > > Diogo Della > > On May 26, 2005, at 4:07 PM, Diogo Della wrote: > > It is very strange: if a put the initial ip address of the > > interface and disconnect the cable "ssh localhost" does not work. > > But, if a let this running and put the cable again, "ssh localhost" > > works. > > > > What is going on? FreeBSD need to be connected and with the same ip > > address I set at installation for the network deamon to work? > > Does localhost actually go to IP 127.0.0.1? > Do you have a localhost route, check "netstat -nr"...? > > You can also take a look at what your daemons are binding to via: > "netstat -anp TCP | grep LISTEN". Are they binding to *.port or > otherwise? > > -- > -Chuck > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= .org" >