I finally got my machine A running HFM v0.9 to monitor a v7 client that is on machine B without using a password.
To configure the v7 client go to expert mode, click on Configure and then select the Remote Access tab.
On the Remote Access tab both the IP Address Restriction and Passwordless IP Address Restriction Allow boxes have to have the same values.
What I've got below is what I ended up using but the examples shown on that tab should work.
If you don't know the IP address for the rig that is running HFM v0.9 then you need to run "ipconfig" on that rig.
I used a space to separate the address' but a comma should work.
Code:
<!-- Remote Command Server -->
<command-allow v='127.0.0.1 192.168.1.100-192.168.1.149'/>
<command-allow-no-pass v='127.0.0.1 192.168.1.100-192.168.1.149'/>
You'll need to restart the v7 client for your values to work with HFM.
Next you need to add the v7 client to HFM. From the Clients tab add a v7 client.
In the Client Setup dialog enter you Client Name and for the Address use the machine name where you have the v7 client.
Next click the Test Connection button and hopefully this works for you as it did for me.
