Tagged Questions
The ipsec tag has no wiki summary.
2
votes
1answer
192 views
Using IPsec to secure traffic
I have a client server environment and would like to secure the network traffic using IPsec. What is involved to get this implemented? The application is working fine, I just need to secure the ...
2
votes
3answers
919 views
Methods of programatically altering ipsec rules with C#?
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? If so, what is it? I am having a hard ...
1
vote
2answers
68 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
3answers
91 views
Why TLS for SIP
Why is TLS the chosen link encryption for SIP?
From a paper, it seems that TLS can't handle UDP, whereas SIP doesn't require anyone to use TCP alone! So how is the interoperability ensured by TLS!
...
1
vote
1answer
79 views
IPsec in Linux kernel - how to figure out what's going on
I'm writing an IPsec implementation for a microcontroller and I want to test it using a standard Linux box running Debian Lenny. Both devices should secure the communication between them using IPsec ...
1
vote
2answers
68 views
should you authenticate the initialization vector in ipsec?
I'm trying to implement IPSEC in the form of ESP in transport mode with using aes in galois/counter mode, according to RFC4106.
I'm supposed to put the initialization vector just before the ...
1
vote
1answer
122 views
simple explanations for macsec and ipsec
I need to implement IPSEC and MACSEC transformations on ethernet packets (i.e. I don't need to deal with setting up parameters, security associations, or key exchange issues, just do the ...
1
vote
1answer
452 views
How to write a VPN server [closed]
I have decided to write my own light weight VPN server in Java. From a programming standpoint it appears to me a VPN server is just a pass-through proxy that encrypts traffic from the client, and ...
1
vote
1answer
123 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
0answers
91 views
IPSec over WLAN - AP requirements [closed]
In a scenario where a client opens an IPSec tunnel with a remote server over a 802.11 connection, what is required from the Access Point to be able to pass the VPN traffic through? What is the ...
1
vote
1answer
424 views
IPSEC tool Racoon Crashes and can't restart it
I'm using a PowerBook Pro running Mac OSX 10.6.6 (Snow Leopard). I have been connecting to a client server using the built in VPN connector for months. Yesterday my connection wouldn't connect and was ...
1
vote
1answer
120 views
IPSec NAT traversal
ESP transport mode is incompatible with NAT (not NAPT or PAT)
I saw on many papers that because NAT device should calculate TCP checksom so transport mode wouldn't work with NAT.
the question is - ...
1
vote
2answers
582 views
IPSec vs OpenSSL vs PGP
IPSec is employed at the IP level, SSL at the transport level and PGP at the application level. In some lecture not it says:
IPSEC: Most general solution but least flexible
SSL: Still very general ...
1
vote
2answers
277 views
Programming a VPN, Authontication stage - RFC not clear enough
I have a custom build of a Unix OS.
My task: Adding an IPSec to the OS.
I am working on Phase I, done sending the first 2 packets.
What I am trying to do now is making the Identification Payload.
...
1
vote
2answers
483 views
VPN with MySQL database for authentication
I want to set up a VPN server (via IPSec or PPP etc) but I want the authentication to be dealt by MySQL or other RDBMS... does anyone know an opensource project or an easyway to achieve this...? I'm ...
1
vote
1answer
564 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 changes for a ...
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
26 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
0answers
40 views
.NET netsh ipsec - ad lots of IP filters
Problem: How can I add 1000 or more IPSec filters at once in .NET? If I create a .bat file with 1000 command lines (see below) it runs at only 15 lines per second.
I read that IIS provides a ...
0
votes
0answers
29 views
cisco ipsec nat-pt issue
Im trying to setup a v4v6 ipsec host-to-host connection.
Both host are configured to enable UDP-encapsulation ( on IPv6 as well ).
the configuration on the cisco router as follow
interface ...
0
votes
0answers
88 views
IPSec / Openswan on Amazon's Virtual Private Cloud and EC2
does anyone know how to use Openswan to create an IPSec tunnel to a Cisco router on EC2?
I keep reading that people can or they cannot set up the IPSec tunnels on Amazon's cloud. Is it possible or ...
0
votes
0answers
30 views
Is it possible to decrypt ESP traffic in windows?
I need to capture and decrypt IPSec ESP traffic between a windows XP machine and windows server 2008R2 by using Wireshark or something similar. In my understanding, I need to get the IPSec session key ...
0
votes
0answers
53 views
openswan ipsec using static IP for security gateway and subnet
I'm trying to connect my Ubuntu box to 3rd party network with an IPSec tunnel using openswan.
my computer has both a static IP and a network local IP. Unfortunately, my network/local IP conflicts ...
0
votes
0answers
64 views
Cisco VPN server and client - connection drop
I have a Cisco 1841 router configured as Easy VPN Server. Here is the configuration of the router:
http://pastebin.com/zR2UhqUS
I have a Centos 5.7 server with installed Cisco VPN client for Linux. ...
0
votes
0answers
89 views
how to setup a vpn tunnel to forward to another vpn
i have a server which is connected to another server using a secure VPN (using IPsec) and now i would like to setup another vpn (work vpn) connection so i can connect to my server and access to the ...
0
votes
1answer
55 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 ...
0
votes
0answers
8 views
Racoon - Automatic Phase 2
I have two offices connected using racoon.
Until I don't send traffic to the remote office Phase2 is not starting.
Is there any way to make it start automatically ?
I mean, not to send traffic to ...
0
votes
0answers
44 views
How to specify PFS group for phase2 in Racoon2?
How to specify PFS group for phase 2 in ikev1? Group settings I need to do in my Racoon2:
phase1: dh group 1 (768 bits);
phase2: PFS group 2.
The current config is is not working for me on phase2:
...
0
votes
0answers
43 views
Where do I find test vectors for IPSEC (AES-GCM-ESP and ENCR_NULL_AUTH_AES_GMAC)?
Does anyone know where I might find test vectors for IPSEC?
Specifically ESP/transport mode/GCM-AES
( with both AES and NULL encryption: AES-GCM-ESP and ENCR_NULL_AUTH_AES_GMAC )
What I'd like to do ...
0
votes
0answers
22 views
Importing Root CA from TinyCa2 to Cisco 1841
Any experience with importing root ca certificate from tinyca2 to Cisco 1841 ?
Thanks a lot
0
votes
0answers
45 views
Can group policies prevent a jsp from properly executing?
We have a c# application running here which basically just gets content via a browser object from a webserver which returns content via jsp (over which I do not have control).
All is running great but ...
0
votes
0answers
154 views
Cisco AnyConnect or IPSec user/ip authentication restriction [closed]
I'm trying to restrict some users from authenticating and accessing the VPN from home. I have a Cisco ASA5505, they use AnyConnect or IPSec, and I only want them to gain access to the VPN when they're ...
0
votes
0answers
193 views
Getting ipsec-tools to work between Ubuntu Lucid hosts [closed]
I have two hosts, one is Charity with IP 67.207.128.184, the other is Hope with IP 67.207.130.204. I've installed the ipsec-tools package on each host. I have not installed racoon on either host. ...
0
votes
1answer
40 views
Error while compiling ipsec tools…What does PATH_IPSEC_H actually mean?
Like I said in the title. I'm trying to compile libipsec right now and am having a world of difficulty (not using the C library it was intended to be compiled on). Many of my errors are caused from ...
0
votes
2answers
229 views
IPsec in practice in Java
I am looking into securing network communications (UDP and TCP). It is looking like 'use IPSec' is a good solution. I know this is implemented at a lower level, and the application does not need to ...
0
votes
1answer
128 views
Ping to subnet on IPsec Host only works with -I parameter
I have the following situation. Two hosts connect two subnets over the Internet using Strongswan IpSec
Host 1 a router for subnet 10.13.0.0/24
Host 2 is rented dedicated Ubuntu server with no subnet ...
0
votes
1answer
218 views
Setting up a VPN tunnel between a Linux box and a Cisco FW
I have a linux box (ubuntu) and I have a service provider that will only allow an IPSEC tunnel connection between his network and my linux box.
I have these details from the service provider:
...
0
votes
3answers
226 views
OPENSSL vs IPSEC
just a very general question, but can somebody tell me when I use openSSL and
when IPSEC to secure data transfer over the internet? It seems both of them
are doing the same, only at different levels ...
0
votes
1answer
53 views
Resources on IPSec and IKE
I have been asked to conduct a study on IPSec and IKE . Can anyone suggest to me good resources to start with . The basics , plus implementations .
I do not want to just mug up the protocols . If ...
0
votes
1answer
116 views
porting from solaris to linux?
i am working on ipsecconf command ,by using ipsecconf -a we can Add the IPsec policy to the system as specified by each entry in the file.now i want equivalent command in linux.
eg of ipsecconf ...
0
votes
1answer
291 views
secure data transport between web server and database server
I'm planning on provisioning a web server and database server in a server farm environment. They will be in the same network but not in the same domain, both windows server 2008 and the database ...
0
votes
1answer
165 views
How does the IPSec Key Exchange protocol work?
I need to fully understand the IPSec Phase 1 negotiation.
now, I break this to 3 steps:
Algorithm negotiations
Key Exchange Data
Identification
I'm using Wireshark to investigate the process and ...
0
votes
1answer
324 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 like to remove it ...
0
votes
1answer
151 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 like to setup an ...
0
votes
2answers
4k 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?
...
-2
votes
2answers
780 views
Implementing IPSEC Protocol in java
Hello
I want to implement a IPSEC protocol in java.
I want to know how to create our own protocol.
And how to embedded this protocol with packet.
Please provide some code example so that it is easy ...