I need to build a lab in order to test ipsec with a specification from my partner
This is my scenario:
In remote side:
One machine with windows server 2008 (it is a Virtual Server at godaddy indeed)
In the local side:
One machine with windows 7 in a LAN, part of a workgroup (no domain).
One router
What I want to make a ipsec tunnel between the 2 machines, using preshared key and a specific tcp port.
Is there a standard procedure to made this tunnel, without using any 3rd part software or extra device?
The specification for the tunnel server side must complaint with:
Key Negotiation Type: | Isakmp |
Shared Key: | to be defined |
Authentication | MD5 |
Encryption: | 3DES |
Diffie-Hellman: | Group2 (1024 bits) |
Lifetime: | 300 seconds |
Lifetime (Phase 2): | 300 seconds |
Thks!