Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  6 Jun 2005 14:32:17 -0300
From:      "Diogo Della" <ap010@terra.com.br>
To:        "freebsd-questions" <freebsd-questions@freebsd.org>
Subject:   Re: freebsd cable disconnected problem
Message-ID:  <IHOBDT$D67C567089AE79FEB9F0D682C1AA8347@terra.com.br>

next in thread | raw e-mail | index | archive | help
Yes, the localhost go to this IP.

This machine has 3 NIC with 3 different IP address. If the onboard sis0 i=
s not connected, ssh or ftp 127.0.0.1 does not work.

Other machines has the same problem, but a llitle different. In other Fre=
eBSD, if a make any modifications like include a default gateway on the r=
outing 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?IHOBDT$D67C567089AE79FEB9F0D682C1AA8347>