IOS Ezvpn without tunnel segmentation access to public network testing from Headquarters

Source: Internet
Author: User

. Test topology:

Reference Link: http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a008073b06b.shtml

General idea: Set up a loopback port on the EZVPN server, and configure the Route-map on the external network, the traffic to the public network will be hit to the loopback port and NAT out public network, When configuring Route-map you need to be aware that the next hop address is a loopback address, not a loopback address.

2. Basic configuration:

A.private Routing:

Interface e0/0

IP address 172.16.1.10 255.255.255.0

No shut

IP Route 0.0.0.0 0.0.0.0 172.16.1.1

B.branch Router:

Interface ethernet0/0

IP address 172.16.1.1 255.255.255.0

No shut

Interface ETHERNET0/1

IP address 202.100.1.1 255.255.255.0

No shut

IP Route 0.0.0.0 0.0.0.0 202.100.1.10

C.internet Router:

Interface e0/0

IP address 202.100.1.10 255.255.255.0

No shut

Interface E0/1

IP address 202.100.2.10 255.255.255.0

No shut

D.center Router:

Interface fastethernet0/0

IP address 10.1.1.1 255.255.255.0

IP nat Inside

No shut

Interface FASTETHERNET0/1

IP address 202.100.2.1 255.255.255.0

IP Nat Outside

No shut

IP Route 0.0.0.0 0.0.0.0 202.100.2.10

IP Access-list Extended Pat

Deny IP 10.1.1.0 0.0.0.255 123.1.1.0 0.0.0.255

Permit IP any

IP NAT inside source list Pat interface FASTETHERNET0/1 overload

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.