I run FAH on my home server under Linux (Debian 7.0) and have only SSH access to it. I'd like to check status of folding from FAHControl on my laptop, but can't force fahclient on server bind to IP different from 127.0.0.1. So if I type
Code: Select all
$ telnet 127.0.0.1 36330
Code: Select all
Welcome to the Folding@home Client command server.
Code: Select all
$ telnet 192.168.1.2 36330 # 192.168.1.2 is IP of server in my LAN
Code: Select all
Trying 192.168.1.2...
Connected to 192.168.1.2.
Escape character is '^]'.
Connection closed by foreign host.
P.S. Excuse my my grammar, I've few practice in English.