SSH Server Problems

Carlos Alberto latinbits at gmail.com
Sun Oct 1 14:29:13 UTC 2006


On 10/1/06, Jonathan Hudson <jh+ubuntu at daria.co.uk> wrote:
> Carlos Alberto wrote:
> > Hello Tony
> >
> > On 9/30/06, Tony Arnold <tony.arnold at manchester.ac.uk> wrote:
> >> First thing to do is to type 'netstat -l -t' in a terminal and see if
> >> anything is listening on port 22.
> >
> > Active Internet connections (only servers)
> > Proto Recv-Q Send-Q Local Address           Foreign Address         State
> > tcp        0      0 localhost:2208          :                     LISTEN
> > tcp        0      0 localhost:55759         :                     LISTEN
> > tcp        0      0 localhost:ipp           :                     LISTEN
> > tcp6       0      0 :ssh                   *:                     LISTEN
> >
>
> The lack of much around the colons is somewhat strange? My Edgy boxen
> show:
>
> ...
> tcp        0      0 localhost:ipp           *:*                     LISTEN
> ...
> tcp6       0      0 *:ssh                   *:*                     LISTEN
>
> And ssh works just fine.
>
> The output of
>
> ifconfig
>
> and
>
> (as root)
>
> lsof -i tcp
>
> may aid further diagnosis.
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>

Hello All,

Well i turns out to be the modem i have for DSL. It looks like having
pass through enabled in this kind of DSL modem (Westell Wirespeed) is
not enough. I played around with it yesterday and enabled forwarding
of port 22 to the only computer obviously connected to it and
everything worked. The asterisks in both sides of the results from
netstat seems to mean connectivity in and out. This is now what i get:

Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 localhost:2208          *:*                     LISTEN
tcp        0      0 localhost:49686         *:*                     LISTEN
tcp        0      0 localhost:ipp           *:*                     LISTEN
tcp6       0      0 *:ssh                   *:*                     LISTEN

Thanks to all for their time and responses.

Carlos




More information about the ubuntu-users mailing list