If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
We couldn't reproduce the problem here on our IIS server running on Server 2003 as well.
It would be due to a certain setup or server configuration that leads to the REMOTE_ADDR environment variable not being specified by IIS. Google online and there are various issues related to this. Hard for us to determine since we don't have that situation here and REMOTE_ADDR is always specified.
If you can dump out the environment variables available in your setup of IIS, it would help.
Note however that it uses a .cmd batch file, and it doesn't explain how to enable this for IIS. I believe you need to add ".cmd" as a MIME type and map the extension to "C:\Windows\System32\cmd.exe".
I tested Zoom v7 using the ASP method and the IP address is logged correctly.
If the IP address is passing correctly in the version could it be something wrong with the CGI method?
using the search.cgi with the "Link back URL" left blank the remote IP address shows up in the log file.
embedding the search.cgi file inside an ASP (index.asp) with the "Link back URL" set to index.asp everything but the remote IP address is written to the log.
Followed the directions from this link to embed the cgi file.
http://www.wrensoft.com/zoom/support/faq_ssi.html#ssi_cgi
Comment