SOLVED: Can't use FAHControl to connect to one host
Posted: Sat Apr 25, 2020 7:22 am
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.
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.
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>