Tagged Questions
1
vote
2answers
71 views
Add Blocked IPs using .NET Framework
We have a lot of machines, and it can be a pretty big pain in the ass when a customer on one of them requests that we block some IPs. We run Game Servers, so generally IPs that need to be blocked can ...
1
vote
1answer
124 views
How to enable WCF net.tcp in IPSec?
I'm trying to connect from a web app to another web app using the WCF.NET NET-TCP protocol. This net.tcp protocol is enabled in IIS and is using the port TCP 808 in my case.
I've configured IP Filter ...
1
vote
2answers
570 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 snap-in (under ...
0
votes
0answers
28 views
API to create an .IPSEC policy file in .NET
since I want to add several thousand IPs to an IPSEC IP filter, adding each IP via
netsh ipsec static add filter...
takes too much time.
I would like to create an .IPSEC policy file containing all ...
0
votes
1answer
61 views
IPSec - Internet Layer Development
Hi guys I need to create my own implementation of IPSec ( creating my own vpn ). Upon doing some researches found out that IPSec is under the Internet Layer of the Internet Protocol Suite. This means ...