Configure fahclient for remote access via XML
Posted: Fri Jul 25, 2014 7:49 am
Hello!
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
I receive greating
But if I use
fahclient receives connection, but drops it.
I appear fahclient binds to 192.168.1.2, but rejects connections from if. In documentation to config.xml I can't find anything about IP-addresses or access control. May be, I look in wrong place?
P.S. Excuse my my grammar, I've few practice in English.
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.