I think it's configurable in config.xml, but looks like the code goes
to 902 regardless?

Might want to tweak the source, or move your vmware server auth daemon
to 902/tcp. (Later versions seem to go for 904/tcp).

cheers,
 Jamie

---------- Forwarded message ----------
From: Jamie Riden <[EMAIL PROTECTED]>
Date: 25 Feb 2008 18:54
Subject: hard-coded port number in "VMwareServerExt.c" ?
To: Christian Seifert <[EMAIL PROTECTED]>, Ramon Steenson
<[EMAIL PROTECTED]>


vmware seems to default to port 904 in newer releases - don't know if
 the 902 should be in there?

 cheers,
  Jamie

 "VMwareServerExt.c"

 ...


  jobHandle = VixHost_Connect(VIX_API_VERSION,
                                VIX_SERVICEPROVIDER_VMWARE_SERVER,
                                hostname, // *hostName,
                                902, // hostPort,
                                username, // *userName,
                                password, // *password,
                                0, // options,
                                VIX_INVALID_HANDLE, // propertyListHandle,
                                NULL, // *callbackProc,
                                NULL); // *clientData);


-- 
Jamie Riden / [EMAIL PROTECTED] / [EMAIL PROTECTED]
UK Honeynet Project: http://www.ukhoneynet.org/
_______________________________________________
Capture-HPC mailing list
Capture-HPC@public.honeynet.org
https://public.honeynet.org/mailman/listinfo/capture-hpc

Reply via email to