Are you adding the correct client (Client v7 vs Legacy v6) to HFM ?
You need to allow remote access in the config.xml files of the clients you want to monitor :
- Code: Select all
<!-- HTTP Server -->
<allow v='127.0.0.1-192.168.1.5'/>
<!-- Network -->
<proxy v=':8080'/>
<!-- Remote Command Server -->
<command-allow-no-pass v='127.0.0.1-192.168.1.5'/>
192.168.1.5 is the IP of the machine that will be monitoring the client ... it doesn't seem to matter a lot, since mine changed and remote connection is still possible (my monitoring machine is now 192.168.1.2) ...