Issue Description
Q: How does AR1200&2200&3200 realize internal user visits internal server through visiting public network address
Handling Process
1. It has configured nat server correctly, external user can visit internal server through visiting public network address.
2. Other configuration:
Define redirected ACL
#
acl number 3001
rule 5 permit ip destination 100.178.0.14 0 ------public network address interface
#
traffic classifier c1 operator or
if-match acl 3001
#
traffic behavior b1
redirect ip-nexthop 100.178.0.1 -------next hop of public network
#
traffic policy p1
classifier c1 behavior b1
#
Configure streem policy on internal interface of WEB server needed to visit
#
interface Ethernet0/0/1
traffic-policy p1 inbound
Then internal user can visit internal server through visiting public network address.