Running Zebedee as a Service with listenmode/clienthost does not work
"Chris Vermeulen" <[email protected]>
| Newsgroups | gmane.comp.security.zebedee.general |
|---|---|
| Message-ID | <C1E92ACC8C036E4F9B9E6AC299F7ECD6066682@THA-LDS-EX01.atlas.thistleh.co.uk> |
OS: Windows XP When I run Zebedee Server as a service it appears to ignore the "clienthost" entry in the config file and wait for a connection from the Client instead of initiating the connection itself... <logfile snip> HOTELX-DEST(2932/2188): 2003-08-28-12:52:26: Completed Initialisation of HOTELx-DEST HOTELX-DEST(2932/2944): 2003-08-28-12:52:26: waiting for connection on port 11860 <logfile snip> Running Zebedee from the command line using the same configuration file produces the correct result... <logfile snip> HOTELX-DEST(3204/2304): 2003-08-28-13:50:23: Completed Initialisation of HOTELx-DEST HOTELX-DEST(3204/2304): 2003-08-28-13:50:23: initiating connection back to client at 10.5.10.103:11860 <logfile snip> Is this an acknowledged bug or am I foolishly doing something wrong. <config file snip> message "Initialising HOTELX-DEST" name "HOTELX-DEST" verbosity 2 logfile C:\Logs\HOTELx-DEST.log timestamplog true detached false server true ipmode TCP maxbufsize 16383 compression bzip2:9 connecttimeout 65535 serverport 11860 clienthost 10.5.10.103 target 10.5.129.62:25 message "Completed Initialisation of HOTELx-DEST" <config file snip> I'd appreciate any help or suggestions you may have. Chris V