Can someone tell me what I'm doing wrong?
: I can currently ssh to the box through its eth1 address of 192.168.16.28 but I cannot ssh to it through its eth0 address of 216.162.203.209. I can ping 216.162.203.209 but that is about it.
Here is the ip info:
eth0 Link encap:Ethernet HWaddr 00:30:48:92:5B:72
inet addr:216.162.203.209
(
Read more... )
Have you checked /etc/ssh/sshd_config or netstat to make sure it's listening on eth0?
Reply
From the MAN page-
BindAddress
Use the specified address on the localmachine as the source address of the nnection. Only useful on systems with more than
one address. Note that this option does not work if
UsePrivilegedPort is set to ``yes''.
I couldn’t see that (using VI)
Only thing I could think of, everything is spot on.
Reply
Is there anything in hosts.deny to block access?
Reply
Is there anything in hosts.deny to block access?
Reply
You can also do 'ssh -vvv' to get extremely verbose output. It may provide information on where the failure is that could help focus your troubleshooting efforts.
Reply
Leave a comment