access-list policy_nat permit permit ip host <ipaddress1> any
access-list policy_nat permit permit ip host <ipaddress2> any
access-list policy_nat permit permit ip host <ipaddress3> any
global (outside) 15 <publicIP>
nat (inside) 15 access-list policy_nat
access-list policy_nat permit ip host <ipaddress1> any
access-list policy_nat permit ip host <ipaddress2> any
access-list policy_nat permit ip host <ipaddress3> any
Hello again. Having issues - please see below this is what I need to do:
For each of the 3 internal IP addresses I need to show ports
5631-5634, 1580-81, & 8081 - internal 1
5635-5638, 1582-83, & 8082 - internal 2
5639-5642, 1584-85, & 8083 - internal 3
Access-list outside_inbound_access permit tcp any host public.ip range 5631 5642
Access-list outside_inbound_access permit tcp any host public.ip range 1580 1585
Access-list outside_inbound_access permit tcp any host public.ip range 8081 8083
Access-group outside_inbound_access in interface outside
This assumes TCP as the protocol, outside interface name = outside
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.