5.1

Table Of Contents
22 Click OK.
vShield Edge creates a tunnel from the local subnet to the peer subnet.
What to do next
Enable the IPSec VPN service.
Enable IPSec VPN Service Example
You must enable the IPSec VPN service for traffic to flow from the local subnet to the peer subnet.
Procedure
1 In the vSphere Client, select Inventory > Hosts & Clusters.
2 Select a datacenter resource from the inventory panel.
3 Click the Edge tab.
4 Double-click a vShield Edge gateway.
5 Click the VPN tab.
6 Ensure that you are in the IPSec VPN tab.
7 In IPSec VPN Service Status, click Enable.
What to do next
Click Enable Logging to log the traffic flow between the local subnet and peer subnet.
Using a Cisco 2821 Integrated Services Router
The following describes configurations performed using Cisco IOS.
Procedure
1 Configure Interfaces and Default Route
interface GigabitEthernet0/0
ip address 10.24.120.90 255.255.252.0
duplex auto
speed auto
crypto map MYVPN
!
interface GigabitEthernet0/1
ip address 172.16.0.1 255.255.0.0
duplex auto
speed auto
!
ip route 0.0.0.0 0.0.0.0 10.24.123.253
2 Configure IKE Policy
Router# config term
Router(config)# crypto isakmp policy 1
Router(config-isakmp)# encryption 3des
Router(config-isakmp)# group 2
Router(config-isakmp)# hash sha
Router(config-isakmp)# lifetime 28800
Router(config-isakmp)# authentication
pre-share
Router(config-isakmp)# exit
vShield Administration Guide
88 VMware, Inc.