Nginx 1.4 problem
Lukas Tribus
luky-37 at hotmail.com
Mon May 6 17:14:13 UTC 2013
Hi Jim,
> Everything else sees conenctions to anything in 127.0.0.0/8
Not sure what you mean by everything else, but I don't think
thats the case.
See this example:
> lukas at ubuntuvm:~$ grep Listen /etc/ssh/sshd_config
> ListenAddress ::1
> ListenAddress 10.0.0.55
> lukas at ubuntuvm:~$ sudo netstat -tulpen | egrep "Internet|Proto|sshd"
> Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
> tcp 0 0 10.0.0.55:22 0.0.0.0:* LISTEN 0 18735 8610/sshd
> tcp6 0 0 ::1:22 :::* LISTEN 0 18737 8610/sshd
> lukas at ubuntuvm:~$
> lukas at ubuntuvm:~$
> lukas at ubuntuvm:~$ telnet 127.0.0.1 22
> Trying 127.0.0.1...
> telnet: Unable to connect to remote host: Connection refused
> lukas at ubuntuvm:~$ telnet ::1 22
> Trying ::1...
> Connected to ::1.
> Escape character is '^]'.
> SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1
> ^]
> telnet> quit
> Connection closed.
> lukas at ubuntuvm:~$
More information about the nginx
mailing list