Implement IPSec In Server 2003
- 0
- Add a Comment
IPSec is used to implement secure communications within a networking environment. If there are no other components within PKI that you wish to use, you should at least implement IPSec. It’s easy, there’s almost no overhead, and the benefits (although, hopefully unseen) can be huge. You can implement IPSec using the steps outlined below:
- Begin by accessing Administrative Tools from the Start Menu. Select either Local Security Policy (for the standalone server or XP system) or Domain Policy (for the domain controller).
- Select IP Security Policies.
- Notice that on the right, there are three options.
For the Secure Server (required security) option: requiring IPSec for all remote connections
- Double-click on the Secure Server option.
- Click on the Add button, and Click Next twice.
- Select Remote Access, and click on the Next button.
- Select the All IP Traffic radio button, and click on the Next button
- Click on the Require Security radio button and click on the Next button.
- Click on the Next button again, and select Finish.
- Double-click on the Secure Server option again.
- One by one, delete all rules except for the one you just created.
For the Client (respond only) option: configuring for certificate-based authentication
- Double-click on the Client (respond only) option
- Double-click on the entry labeled
- Select the Authentication Methods tab
- Click on the Add button. Select the radio button entitled Use a Certificate from this Certification Authority (CA).
- Your default CA should automatically be filled in. If it is blank, you’ll need to browse to the appropriate Certificate Server.
- Click on the OK button three times.
[tags]diana huggins,windows server 2003,ipsec,administrative tools[/tags]
