You can use pandad.cfg.xml to instruct pandad.exe to automatically load information on nodes detected by other instances of Pandad on the network, each time Pandad is started.
To set up links automatically
Note: It is important to create a backup copy of pandad.cfg.xml file to ensure you can return to the original configuration if required.
-->
) and the end Panda command (</panda>
), then position the cursor in the space you have created.xxx.xxx.xxx.xxx
with the IP address of the remote PC that is running Pandad:<remote_link ip="xxx.xxx.xxx.xxx" local_only="1" />
If you want Pandad to discover remote nodes from another instance of Pandad, plus other linked instances of Pandad, the following command, replacing xxx.xxx.xxx.xxx
with the IP address of the remote PC that is running Pandad:
<remote_link ip="xxx.xxx.xxx.xxx" local_only="0" />
Tips:
<remote_link ip="192.168.1.101" local_only="0">
<alternate ip="192.168.1.102"/>
See also |