I would try the following:
First, forget about the HTML settings for now. Use the GO-Global native Windows client to see if you can establish a connection with an external IP address to the router -> server. If you can't, you have TCP port 491 blocked somewhere on the network.
If you are successful, edit the web client HTML page (assuming you are using the ActiveX control here) and use the same IP address in the "host" parameter field.
| Code: |
ActiveX Control <OBJECT ID="Control1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:76850F2A-FCAA-454F-82D3-BD46CB186EF5" CODEBASE="ggw-activex.cab#Version=2,0,0,0" >
<PARAM NAME="user" VALUE="Jane"> <PARAM NAME="password" VALUE="Doe1">
<PARAM NAME="host" VALUE="server1">
<PARAM NAME="application" VALUE="Notepad">
<PARAM NAME="args" VALUE="C:\Readme.txt ">
<PARAM NAME="isembeddedwin" VALUE="false">
<PARAM NAME="compression" VALUE="true">
</OBJECT>
|
You can find detailed information on how to do this on page 28-30 in the
Admin guide
-Erik