Tagged Questions

1
vote
1answer
57 views

Methods of programatically altering ipsec rules with C#?

Hey stackoverflow, The only method I know how to execute IPsec changes involves calling netsh to do the changes. Is there a method using System.Management and WMI objects directly …
0
votes
1answer
33 views

Is there a cmdlet in PowerShell 2 to handle ipsec changes?

I am using System.Management.Automation to build a program that serves as a firewall, essentially, and I was wondering if there is a specific cmdlet in PowerShell 2 to handle ipsec …
0
votes
1answer
35 views

IPSec is hard to figure out, wanna help?

Hi, i need to fully understand the IPSec Phase 1 negotiation. now, I break this to 3 steps: 1) Algorithm negotiations. 2) Key Exchange Data 3) Identification I'm using wireshark t …
0
votes
0answers
35 views

Remove IPSEC policy from W2k3 DC

I just can't for the life of me remember. We were setting up IPSEC for a VPN along time ago and added IPSEC that has always caused 1091 1085 errors. We are not using it so I would …
0
votes
1answer
74 views

Vista IPsec subnet Policy problem

I have a strange problem with Vista IPsec that I am hoping someone can help with. The exact setup below works fine on XP and Windows 7, but not on Vista for some reason: I would l …
0
votes
2answers
99 views

What are my options for adding and removing IPSec policies on Windows Server with C#?

I want to be able to add or remove IP Security Policies on Windows Server 2003 programmatically with C#. Normally you'd manipulate these policies manaully through the gpedit.msc s …
0
votes
2answers
1k views

IPSec AES 256 encryption in Windows XP with Service Pack 3?

Does IPsec in Windows XP Sp3 support AES-256 encryption? Update: Windows IPsec FAQ says that it's not supported in Windows XP, but maybe they changed it in Service Pack 3? http …
-1
votes
0answers
268 views

Ubuntu Linux: How to setup a VPN connection to a SonicWall router using Openswan and Pre-shared Keys (PSK) [closed]

Spent a long time trying to figure this one out and thought others would be interested in this information: http://www.pelagodesign.com/blog/2009/05/18/ubuntu-linux-how-to-setup-a- …