Tagged Questions

1
vote
1answer
462 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
428 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
2answers
280 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
486 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 ...
0
votes
0answers
67 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
93 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
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
1answer
220 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: ...