Secure replication of Proxy server and SQL Server on the database

Source: Internet
Author: User
Tags client
server| Security | data | Database The steps for defining a protocol on Winsock for SQL Server are as follows:
1. On the Start menu, point to Program/microsoft Proxy Server, and then click Microsoft Management Console.
2. Expand Internet Information Service, and then expand the server that is running Proxy server.
3. Right-click the Winsock Proxy Service, and then click Properties.
4. In the Winsock Proxy Service Properties for ComputerName dialog box, click Protocols, and then click Add.
5. In the Protocol Name text box, enter the name of the computer where the replication Distributor is located.
6. In the Port text box, enter 1433.
7. Under Type, select TCP, under Direction, select Inbound.

Set up a publishing server/distributor and proxy server to work together
After proxy server is installed on a proxy, the Publisher/distributor must be set up as a proxy server customer. This requires that SQL Server be bound to the Winsock port to communicate with the Internet.
Bind to the Winsock port to communicate with the Internet
To set up a publishing server/distributor and proxy server to work together, you must have file \mssql7\binn\wspcfg.ini on the server running SQL Server (Publisher/distributor). If this file does not exist, create one with Notepad. This document should include the following elements:
[sqlservr]
serverbindtcpports=1433
Persistent=1
Killoldsession=1

SQL Server listens for connection requests on Proxy Server service port 1433. When a MSSQLSERVER account is granted unrestricted access, any user, service, or anonymous subscriber can request SQL Server authentication. You can set the protocol for port 1433 on proxy server to allow only the specified IP address to establish a connection.
Set SQL Server as a proxy client
When proxy server is installed, a share name MSPCLNT is created for the folder C:\Msp\Clients. Run the Proxy client Setup program in this folder to set up SQL Server as a proxy client. After the installation is complete, SQL Server is the internal customer of proxy server.
The steps to run the Proxy client setup program are as follows:
1. On the server running SQL Server, click Start, and then click Run
2. Under Open, enter \\SERVERNAME\MSPCLNT, and then run the Proxy Server Client Setup program
3. Restart the computer after the installation is complete for the settings to take effect

Is there any interest in this question?


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.