I have a VPN connection which is configured on our Juniper SSG5 and I need to move it to a server (since I can't add my own firewall to Amazon EC2). But I have not really an idea on how to do it or what to use.
Connection details:
- Remote VPN router: Cisco 3825 - IOS 12.4 (at
10.1.0.1) - IKE:
- Main mode
- AES256 - SHA1
- PSK
- DH group 5 (1536 bit)
- SA lifetime: 86400s
- IPSec
- ESP
- AES256 - SHA1
- PFS group: 5 (1536 bit modp)
- SA lifetime: 3600 sec, lifesize: 4194303 KB
- Tunnels:
- 10.1.0.80 (remote) - 10.2.0.104/29 (local)
- 10.1.0.81 (remote) - 10.2.0.104/29 (local)
Note: it doesn't matter what runs on our side (OS or software). I was thinking of StrongSWAN on Linux.
Edit:
All our servers (left side) will only communicate to our gateway and the gateway will communicate with 10.1.10.80

/29, but the src-nat requires a/29(or else phase 2 of the VPN won't come up). – Gert Jan 20 '11 at 16:57