Joe_H wrote:After changing the config.xml file did you either reboot the machine or restart FAHClient? That is another required step often forgotten.
Yes, both.
Joe_H wrote:Are you setting a password for the connections? There is a another option setting for that which also require a network address to be configured if you are not using a password.
No password.
Joe_H wrote:Also, someone recently posted a good writeup of the steps needed to configure for remote access, try searching for "remote access" here on the forum. It was posted within the last few days. If you don't find it, I will take a look for it when I get a chance and post the link.
hmmm, a lot of hits come up for that, but nothing immediately apparent as a guide for setting it up.
Anywho, this is the config.xml in /etc/fahclient:
Code: Select all
<config>
<!-- Client Control -->
<fold-anon v='true'/>
<!-- Folding Slot Configuration -->
<gpu v='false'/>
<!-- Slot Control -->
<power v='full'/>
<!-- User Information -->
<passkey v='[my passkey]'/>
<team v='237115'/>
<user v='Azmodes'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
</config>
And this is the one in /etc/init.d:
Code: Select all
<config>
<allow v='127.0.0.1 [internal IP of controlling computer]'/>
<command-allow-no-pass v='127.0.0.1 [internal IP of controlling computer]'/>
<!-- Slot Control -->
<power v='FULL'/>
<!-- User Information -->
<passkey v='[my passkey]'/>
<team v='237115'/>
<user v='Azmodes'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
<slot id='1' type='GPU'/>
<slot id='2' type='GPU'/>
<slot id='3' type='GPU'/>
</config>
By all appearances it abides by the parameters set in the latter. I know you said to leave init.d alone, but someone in the thread I linked earlier pointed to it for configuration and that approach has worked fine for my other two machines so far (it also works on this one, except for getting remote access).