Team LiB
Previous Section Next Section

How To—Use IPSec to Provide Secure Communication Between Two Servers

Overview

Internet Protocol Security (IPSec) can be used to secure the data sent between two computers, such as an application server and a database server. IPSec is completely transparent to applications because encryption, integrity, and authentication services are implemented at the transport level. Applications continue to communicate with one another in the normal manner using TCP and UDP ports.

Using IPSec you can:

This How To shows you how to secure the communication channel between an application server and a database server running SQL Server 2000. The application server uses the recommended TCP/IP client network library to connect to SQL Server and uses the default SQL Server TCP port 1433. The configuration is shown in Figure 1 on the next page.

Click To expand
Figure 1: How To solution configuration

This How To describes how to use a simple IPSec policy to enforce the following:

The advantages of this approach are:

This particular policy suffers from the following drawbacks:


Team LiB
Previous Section Next Section