Thursday, June 28, 2018

Static NAT (port forwarding) Cisco ASA

So, I have an outside interface with an IP of 66.57.3.20 (made up). I have a server on the inside interface with an IP of 172.16.1.100, listening on port 443. I want to set up a static NAT statement on the ASA to allow traffic hitting 66.57.3.20 on 443 to be forwarded to 172.16.1.100, 443, then allow the return traffic. I am running ASA code 9.1(2).

66.57.3.20 is object-name (outside-ip)

172.16.1.100 is object-name (inside-ip)

443 is service-name (https)

I am use to this but it's not working

nat (outside,intf2) source static any OBJ-66.57.3.20 destination static video-172.16.1.100 video-inside-ssl service https https



No comments:

Post a Comment