Exporting and Importing IPSec Policies
- Thursday, May 14, 2009, 7:02
- Technology
- 66 views
- Add a comment
There are 2 methods for exporting and importing IPSec Policies:
Method #1 – Using the GUI
Probably easier for most people.
Export
-
Open an MMC window (Start > Run > MMC).
-
Add the IP Security and Policy Management Snap-In.

-
In the Select which computer this policy will manage window select the local computer (or any other policy depending upon your needs). Click Close then click Ok.
-
Right-click IP Security Policies in the left pane of the MMC console. Select All Tasks and then Export Policies.
-
Browse to the location where you want to save the file, give it a name and select Save.
-
File is now ready for importing, either by the GUI or by using NETSH.
Important Security Warning: Exporting IPSec Policies to a file might reveal pass phrases used by various IPSec Policies if file is stolen or left on a public share. If you’re using Kerberos or Digital Certificates in your IPSec Policies then there is no security issue.
Import
-
In the same MMC as before, right-click IP Security Policies in the left pane of the MMC console. Select All Tasks and then Import Policies.
-
Browse to the location where you saved the file, give it a name and select Open.
-
IPSec Policy is now ready and you can easily assign it by right-clicking it and selecting Assign.
Method #2 – Using NETSH
Requires a bit of Command Prompt knowledge, but still quite useful for batch operations.
Export
Open a Command Prompt and type:
netsh ipsec static exportpolicy c:'temp'ipsec_policy.ipsec
Import
Open a Command Prompt and type:
netsh ipsec static importpolicy c:'temp'ipsec_policy.ipsec
http://www.petri.co.il/exporting_and_importing_ipsec_policies.htm
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!
