Network embarassment

Brian Astill bastill at adam.com.au
Mon May 9 11:43:35 UTC 2005


On Mon, 9 May 2005 05:58 pm, Christoph Georgi wrote:
> 1. sshd is running
> 2. your server is listening on port 22 via '$ netstat -na'
> 3. iptables is not blocking incoming connections on port 22

On remote (server) system

bra at ubuntu:~/Mail $ netstat -ln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 127.0.0.1:908           0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:111           0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN
tcp6       0      0 :::22                   :::*                    LISTEN
tcp6       0      0 ::1:25                  :::*                    LISTEN
udp        0      0 0.0.0.0:68              0.0.0.0:*
udp        0      0 127.0.0.1:111           0.0.0.0:*
<snip>

root at ubuntu:/home/bra/Mail # iptables -L -n
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

All looks OK to me - but I STILL can't list the remote system on my home 
system using gftp <sob>.

-- 
Regards,
Brian




More information about the ubuntu-users mailing list