Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
When trying to SSH to my Dlink 321 I'm getting "Network Error: Connection Refused". It was connecting just fine until about a week ago and I haven't changed anything since then...any ideas?
Offline
Did you reboot?
Did you try telnet?
Offline
Yes - have rebooted several times. Telnet seems to work...
Offline
@turkvu
can you telnet to the box and check that the sshd start script is executable?
Offline
-rwxrwxrwx 1 root root 971 May 19 2009 sshd.sh
Offline
mmm, please try the following (sorry if you've already tried this):
telnet to the box and run /ffp/start/sshd.sh status this should say if ssh is running and helps to find out if you're being blocked to connect to the port 22 by something else.
if the previous command says that sshd is not running, start it from the telnet session by running /ffp/start/sshd.sh start and try to ssh to the box again. If you didn't get an error trying to start ssh and you cannot ssh from a remote box, try running the following from telnet ssh localhost. If the previous command works, it means that there's something between yor pc and the dns box that it's blocking the port 22.
Offline
Hi,
Are you using Putty? The connection from my work place always gives me that error with Putty. Bitwise tunnelier works though. I've not figured out why. Maybe worth a try?
Offline
Been a while, but thanks to augusto for helping me figure this out. Telneting in and trying to start ssh showed that my permissions were too open and ssh wouldn't start. Running chmod -R 600 /ffp/etc/ssh seemed to do the trick.
Thanks.
Offline