dkindlund / honeyclient

MITRE HoneyClient Project
http://www.honeyclient.org
GNU General Public License v2.0
8 stars 4 forks source link

startManager.pl script still pointing to http://0.0.0.0:9000/HoneyClient/Agent #204

Closed dkindlund closed 14 years ago

dkindlund commented 14 years ago

The host system startManager.pl script still looks for the clone HoneyClient/Agent on port 9000. Where do I modify the host code to point to the updated port 7627 address?

dkindlund commented 14 years ago

Author: kindlund Edit your etc/honeyclient.xml file and change all references of 9000 to 7627. That's all that's required.

dkindlund commented 14 years ago

Author: Aaron aaron.blum@gmail.com Thanks, that resolved the connection issue.

dkindlund commented 14 years ago

Author: aaron.blum@gmail.com As a foot note, if you are using the 1.0.2 release of the HoneyClient code, the agent on the master still runs on 9000. It's just important to disable the svn update in bootstrap_agent.sh on the master so you don't accidentally update. The user guide was changed to reflect the 7627 port from the svn update but if it's meant to focus on the 1.0.2 release then it probably should be pointing to port 9000 again, sorry for the mix up.