SSHd
I started receiving this error. SSHD Connection Refused ........ The fix was to go into /etc/hosts.allow and add
SSHD: ALL
For security it would be better to add a specific ip rather than ALL
If SSHD is creating this error in the log The Fix is to switch of ip6v.
echo "alias net-pf-10 off" >> /etc/modprobe.conf
