06-21-2018 09:02 AM - edited 02-21-2020 07:54 AM
06-21-2018 10:06 AM
For versions 8.2 and before, the configuration is different from the newer releases - no need for an object for NAT. Example for what you are trying to do is here:
static (inside,outside) <protocol> <public-ip> <service/port> <inside-ip> <service/port> netmask 255.255.255.255
EX:
static (inside,outside) tcp interface 5001 192.168.x.x 5001 netmask 255.255.255.255
Follow the same steps for all the ports.
Also have an ACL to allow inbound access from outside interface:
access-list outside-in extended permit tcp any interface outside eq 5001
06-21-2018 10:51 AM
Thanks for the response, but I think upgrading the ASA to 9+ version will allow me to do ranges. This method would mean I have make a line item for each port.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide