Microsoft KB Archive/177153

From BetaArchive Wiki
Knowledge Base


Additional Proxy Server 2.0 Configurations

Article ID: 177153

Article Last Modified on 12/6/2000



APPLIES TO

  • Microsoft Proxy Server 2.0 Standard Edition



This article was previously published under Q177153

SUMMARY

The following are Proxy Server configurations that are not listed in the online Proxy Server 2.0 documentation: Microsoft SQL Server, cc:Mail Server, and Lotus Notes Server.

For more information about configuring a Server service behind Microsoft Proxy Server, see the following article in the Microsoft Knowledge Base:

181420 How to Configure Exchange or Other SMTP with Proxy Server


MORE INFORMATION

Use the following parameters to create Server Proxy configurations for Microsoft SQL Server, cc:Mail Server, Lotus Notes Server, and GroupWise Server.

For Microsoft SQL Server:

On the SQL Server, create the following entry in the Wspcfg.ini file and place it in the same directory where Sqlservr.exe resides:

[sqlservr]
ServerBindTCPPorts=1433
Persistent=1
KillOldSession=1


For cc:Mail Server:

On the cc:Mail Server create the following entry in the Wspcfg.ini file and place it in the same directory where Winsmtp.exe resides:

[winsmtp]
ServerBindTCPPorts=25
Persistent=1
KillOldSession=1


Create the following entry in the Wspcfg.ini file and place it in the same folder where Pop3d.exe resides:

[pop3d]
ServerBindTCPPorts=110
Persistent=1
KillOldSession=1


For Lotus Notes or Lotus Domino Server (Replicator, SMTP and POP3 Services):

On the Lotus Notes Server, create the following entry in a new Wspcfg.ini file and place it in the same folder where Nreplica.exe resides:

[Common Configuration]
ServerBindTCPPorts=25,110,1352
Persistent=1
KillOldSession=0


Note: KillOldSession must be set to 0 when using Lotus Notes or other mail servers that use multiple processes to send mail instead of multiple threads in a single process. With KillOldSession set to 0, the mail server will not automatically recover its connection to the Proxy Server if connectivity is lost between the Lotus Notes server and the Proxy Server. If this occurs, you must stop and restart the Lotus Notes services or restart the Lotus Notes server.

For GroupWise Server:

On the GroupWise server, create the following entry in the Wspcfg.ini file and place it in the same folder where Gwia.exe resides:

[GWIA]
ServerBindTcpPorts=25,110,143
Persistent=1
KillOldSession=1


For Netscape Messaging Server:

On the Netscape Messaging Server, create the following entry in a new Wspcfg.ini file and place it in the same folder where Netscapemta.exe resides (default is C:\Netscape\SuiteSpot\bin\mail\server):

[NetscapeMTA]
ServerBindTcpPorts=25,79,110,143
Persistent=1
KillOldSession=1


For Quake 2 Server:

On the Quake 2 Server create the following entry in a new Wspcfg.ini file and place it in the same folder where QUAKE2.EXE resides. Note, you can also add port 27006 for Game Spy servers.

[quake2]
RemoteBindUdpPorts=27910,27901,27000
KillOldSession=1
Persistent=1


The following are servers that will not work in a Server Proxy configuration:

  • Oracle Server
  • Winframe Server
  • Microsoft Windows Base Terminal Server

For alternative setup information for these products and non-Windows based server products, see the following article:

191146 How to Create a DMZ Network with Proxy Server 2.0



Additional query words: wspcfg proxy prodprx2

Keywords: kbhowto KB177153