Page Tree
Other Releases
...
A WebGateway is a type of security solution that prevents unsecure unsecured traffic from entering an organization's internal network. Enterprises Businesses use them a WebGateway to protect their employees/users from accessing and/or being infected by malicious web traffic, websites, or virus/malware.
...
To install the “WebGateway”, run the “InstallTWebGatewayService.exe” application. All the used information for the WebGateway is in the TWebGatewayService.exe.config. It This will create a window services windows service and all output will be sent to the windows event viewer. After any modification in to the .config file, the windows service must be stopped and startedrestarted.
When using additional ports (ExtraCount parameter), you need to configure the TWebGatewayService.exe.config file, and then execute the WebGateway installation. The executable “InstallTWebGatewayService.exe” will verify the TWebGatewayService.exe.config and install the additional ports on the Windows routing table. Then, after After you make modifications to the related additional ports, you must follow the steps below:
...
The available WebGateway parameters can be found in the list below:
LocalPort : WebGateway listening port. If you are ONLY using Windows Authentication, set it the parameters to zero (0) and the port will not be opened
LocalPortWA: WebGateway listening port using Windows Authentication. If you are not using Windows Authentication, set it the parameters to zero (0) and the port won’t will not be opened
RemoteIP : Computer IP that runs the runtime server (TServer.exe)
...
RemotePortWA: “TServer.exe” listening port using Windows Authentication
WA: Force to Must use either RemotePort or RemotePortWA. Do It does not matters matter which port the data arrive arrives in (LocalPort or LocalPortWA)
...
False = Disabled
TargetCF : [optional] Set if the project is being This enables a project to be deployed in a Compact Framework environment (WindowsCE) or not.
True = Enabled
False = Disabled.
...
LocalPort2: WebGateway listening port. It must start in with #2.
RemoteIP2: Computer IP that is running the runtime service
...
Note |
---|
Since the line ”<! − −” and ”−− >” makes a comment block, it needs to be removed. |
Info |
---|
You can find the any default value values in the “TWebGatewayService.exe.config”. |
...
Warning |
---|
The additional ports (extra ports) won’t will not work with the parameters: LocalPortWA, RemotePortWA ,WA, Encrypt, RuntimeUsersProject, CheckRunTimeUsersWA and TargetCF. |
...
When the WebGateway service is started, log messages can be found are in the Windows EventViewer.You should be able to
find among the messages one as in the exampleBelow is a message similar to one of the log messages.
Code Block |
---|
First redirect :: LocalPort: 3101, RemoteIP: localhost, RemotePort: 3101,RemotePortWA: 3102 Extra Redirection Table: Listen on ipv4: Connect to ipv4: Address Port Address Port --------------- ---------- --------------- ---------- 0.0.0.0 3100 192.168.80.129 3100 0.0.0.0 3102 192.168.80.129 3101 |
...