Virtual PrivateNetworks(VPN) Generic Routing Encapsulation (GRE)
IX20 User Guide
606
6. Save the configuration and apply the change
(config vpn ipsec tunnel ipsec_endpoint2)> save
Configuration saved.
>
Task three: Create a GRE tunnel
Web
1. Click VPN >IP Tunnels.
2. For Add IP Tunnel, typegre_tunnel2 and click .
3. For Local endpoint, select the IPsec endpoint interface created in Task two (Interface: ipsec_
endpoint2).
4. For Remote endpoint, type the IPaddressof the GREtunnel on IX20-1, 172.30.0.1.
5. Click Apply to savethe configuration and apply the change.
Command line
1. At the command line, type config to enter configuration mode:
> config
(config)>
2. Add a GREtunnel named gre_tunnel2:
(config)> add vpn iptunnel gre_tunnel2
(config vpn iptunnel gre_tunnel2)>
3. Set the local endpoint to the IPsec endpoint interface created in Task two
(/network/interface/ipsec_endpoint2):
(config vpn iptunnel gre_tunnel2)> local /network/interface/ipsec_
endpoint2
(config vpn iptunnel gre_tunnel2)>