After configuring HoneyClient (I ignored the Unit test failures described in ticket 109), I started the manager as described in the user documentation.
The manager starts up without any error messages (see output below). The master VM is cloned and the clone is started up. The Agent runs, but no connection seems to be established nor any URLs are being visited.
The roo firewall is running. THe agent is on hostonly vmnet, the firewall on hostonly & nat…no firewall exists between the agent and manager…the dhcp log points to the correct syslog file, which contains the dhcp related output including the ip address (see below)….
Any ideas on what might be wrong or how I could continue to troubleshoot?
Manager Output:
[root@localhost ~]# perl /usr/bin/StartManager.pl --url_list urls.txt
Starting new session...
VM Daemon Listening On: http://localhost:8089/HoneyClient/Manager/VM
Calling setMasterVM()...
Result: 1
Calling quickCloneVM()...
Result: /vm/clones/8a5d164d3997cbc3e20d20aa32/WindowsXPPro.vmx
Calling isRegisteredVM()...
Calling isRegisteredVM()...
Calling isRegisteredVM()...
Calling isRegisteredVM()...
Calling isRegisteredVM()...
Calling isRegisteredVM()...
Calling isRegisteredVM()...
Calling isRegisteredVM()...
Result: /vm/clones/8a5d164d3997cbc3e20d20aa32/WindowsXPPro.vmx
Calling getStateVM()...
OFF
Calling getStateVM()...
ON
Calling getMACaddrVM()...
Result: 00:0c:29:25:b7:08
Calling getIPaddrVM()...
Calling getNameVM()...
Result: 8a5d164d3997cbc3e20d20aa32
Calling getIPaddrVM()...
Agent Output:
Starting up Agent - (Hit CTRL-C multiple times to exit.)
2007-10-02 13:08:24 INFO [HoneyClient::Agent::Integrity::new] (/usr/lib/perl5/s
ite_perl/5.8/HoneyClient/Agent/Integrity.pm:451) - Baselining system.
2007-10-02 13:08:24 INFO [HoneyClient::Agent::Integrity::Registry::new] (/usr/l
ib/perl5/site_perl/5.8/HoneyClient/Agent/Integrity/Registry.pm:1287) - Baselinin
g registry hives.
2007-10-02 13:13:59 INFO [HoneyClient::Agent::Integrity::Filesystem::new] (/usr
/lib/perl5/site_perl/5.8/HoneyClient/Agent/Integrity/Filesystem.pm:1106) - Basel
ining filesystem.
URL: http://0.0.0.0:9000/HoneyClient/Agent
/var/log/messages:
Oct 2 13:22:24 localhost vmnet-dhcpd: DHCPREQUEST for 10.0.0.129 from 00:0c:29:25:b7:08 via vmnet1
Oct 2 13:22:24 localhost vmnet-dhcpd: DHCPACK on 10.0.0.129 to 00:0c:29:25:b7:08 via vmnet1