SOLVED: Can't use FAHControl to connect to one host

Moderators: Site Moderators, FAHC Science Team

Post Reply
starkruzr
Posts: 10
Joined: Sun Apr 19, 2020 3:36 am

SOLVED: Can't use FAHControl to connect to one host

Post by starkruzr »

I hope one of you can help me with this. I have a Mac controlling a Linux client and it's doing that "can see points being generated added to the bottom left, shows as online if it doesn't have focus, but flickers between updating, connecting and online if it does have focus" thing. The web interface loads, but never shows anything and times out eventually.

Code: Select all

<config>
  <!-- Folding Slot Configuration -->
  <gpu v='true'/>
  <fold-anon v='false'/>

  <!-- Slot Control -->
  <power v='full'/>

  <!-- User Information -->
  <user v='user'/>
  <team v='number'/>
  <passkey v='code'/>

  <!-- Folding Slots -->
  <slot id='0' type='CPU'/>
  <slot id='1' type='GPU'/>
  <slot id='2' type='GPU'/>
  <slot id='3' type='GPU'/>
  <slot id='4' type='GPU'/>
  <command-allow-no-pass v='127.0.0.1 10.8.8.0/24 192.168.9.0/24'/>
  <allow v='127.0.0.1 10.8.8.0/24 192.168.9.0/24'/>
  <web-allow v='127.0.0.1 10.8.8.0/24 192.168.9.0/24'/>
</config>
I VPN into it and the IP it should see connections coming from is 10.8.8.42, but I added my home private network just to see if that was the problem somehow. This machine has four Tesla K80s in it so I'd really like to get it working. It's running Fedora 31, updated today.
Last edited by starkruzr on Sat Apr 25, 2020 7:49 am, edited 1 time in total.
starkruzr
Posts: 10
Joined: Sun Apr 19, 2020 3:36 am

Re: Can't use FAHControl to connect to one host

Post by starkruzr »

After restarting the FAHClient for the third time, it suddenly started working. I don't know!
Post Reply