Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2005 16:28:19 -0400
From:      Charles Swiger <cswiger@mac.com>
To:        Diogo Della <ap010@terra.com.br>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: freebsd cable disconnected problem
Message-ID:  <4C877552-5BA1-4774-88E4-B9351FA3BDAB@mac.com>
In-Reply-To: <IH458N$6E40A583E065AFEBEF9D39F084127EAA@terra.com.br>
References:  <IH458N$6E40A583E065AFEBEF9D39F084127EAA@terra.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
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?4C877552-5BA1-4774-88E4-B9351FA3BDAB>