Rich Freeman on 8 Apr 2012 08:30:28 -0700 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] sshd on sabayon |
On Sun, Apr 8, 2012 at 11:14 AM, Michael Lazin <microlaser@gmail.com> wrote: > Traceroute from the desktop shows no hops. They are connected to the same > router with a wire. Could the problem be that I have two IPs and two > network interfaces, and I am not binding ssh service to the right one? I > want to be listening on 192.168.2.136, the wired connection. That is a potential problem (run netstat -tlpn | grep sshd to find out what it is bound to). However, the fact that you're using ufw as a firewall is the more likely problem. I'm not a netfilter expert and ufw has complex rules set up, but the fact that I don't see anything accepting ssh connections suggests they're getting dropped. Chances are somewhere in ufw there is a place to configure ports to open, and you'll want to open port 22. Rich ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug