FAHcontrol.exe does not connect to Linux FAHclient

Moderators: Site Moderators, FAHC Science Team

Post Reply
Gischgimmasch
Posts: 2
Joined: Sun Sep 06, 2020 1:45 pm
Hardware configuration: #1: Intel Core i5-4690K (inactive) + GeForce GTX 1660 Ti (Children's PC, Windows 10)
#2: AMD Ryzen 7 3700X + 2 x GeForce GTX 1660 Ti (Folding Rig, Ubuntu 20.04)
#3: AMD Ryzen 9 3950X + GeForce RTX 2070 SUPER (Workstation, Windows 10)
Location: Düsseldorf, Germany
Contact:

FAHcontrol.exe does not connect to Linux FAHclient

Post by Gischgimmasch »

Hi,

everybody needs a hobby so I decided to build my own folding rig. Initially the idea was to run three GeForce GTX 1660 Ti on one motherboard. Unfortunately it turned out to be a bit problematic to cool the third GPU sufficiently so I decided to run this setup with two GPUs only. I installed Ubuntu 20.04 and with some back and forth I got the 7.6.13 command line client running.

Since my Windows 10 workstation is where my day-to-day business happens, I've connected FAHcontrol.exe to my children's PC FAHclient.exe and tried to do the same with the Linux based client. So far no success.

I would very much appreciate some guidance on how to connect to the command line client on Ubuntu.

Thank you,

Phil
gunnarre
Posts: 567
Joined: Sun May 24, 2020 7:23 pm
Location: Norway

Re: FAHcontrol.exe does not connect to Linux FAHclient

Post by gunnarre »

You need to enable remote access on the Ubuntu machine. Have you set a password and set the "Allow" address in the "IP Address Restriction" for remote access? If you don't have FAHControl on the Ubuntu machine, you can find the file /etc/fahclient/config.xml and set the password and IP addresses there.

E.g. if the IP address of your Windows workstation is 192.168.1.55, you might set something like this in the config.xml file:

Code: Select all

  <password v='MAKE AN ACTUAL PASSWORD HERE'/>
   <allow v='192.168.1.55'/>
Then restart the FAHClient on the Linux machine.
Image
Online: GTX 1660 Super, GTX 1080, GTX 1050 Ti 4G OC, RX580 + occasional CPU folding in the cold.
Offline: Radeon HD 7770, GTX 960, GTX 950
Gischgimmasch
Posts: 2
Joined: Sun Sep 06, 2020 1:45 pm
Hardware configuration: #1: Intel Core i5-4690K (inactive) + GeForce GTX 1660 Ti (Children's PC, Windows 10)
#2: AMD Ryzen 7 3700X + 2 x GeForce GTX 1660 Ti (Folding Rig, Ubuntu 20.04)
#3: AMD Ryzen 9 3950X + GeForce RTX 2070 SUPER (Workstation, Windows 10)
Location: Düsseldorf, Germany
Contact:

Re: FAHcontrol.exe does not connect to Linux FAHclient

Post by Gischgimmasch »

Thank you! the combination of "allow" and "command-allow-no-pass" worked for me. :)

<password v='test1234'/>
<allow v='192.168.178.68'/>
<command-allow-no-pass v='192.168.178.68'/>
gunnarre
Posts: 567
Joined: Sun May 24, 2020 7:23 pm
Location: Norway

Re: FAHcontrol.exe does not connect to Linux FAHclient

Post by gunnarre »

command-allow-no-pass shouldn't be necessary if you have the allow and password set and have the password set in the control application. On the other hand the password doesn't add much security - as far as I know there is no "fail2ban"-like functionality in the client. So as long as the address is one which you have full control over, just using command-allow-no-pass will work too.
Image
Online: GTX 1660 Super, GTX 1080, GTX 1050 Ti 4G OC, RX580 + occasional CPU folding in the cold.
Offline: Radeon HD 7770, GTX 960, GTX 950
Post Reply