Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Dear All
In order to meet our requirements we have to configure PAT on 1 external IP addresses to two internal IP in DMZ on different TCP ports. This NAT is configured on ASA 9.1 version.
As expected all the applications are working through natting,...
I have configured a static nat on ASA as follows
Mapped Ip Port Real IP Port192.168.1.200 80 10.50.1.16 80192.168.1.200 81 10.50.4.23 81192.168.1.200 82 10.50.1.126 8080192.168.1.200 83 10.50.1.16 83192.168.1.200 84 10.50.4.23 83
when a user in outsi...
Dear All
I have configured two static NAT rules on ASA which is running 9.1 OS version.
`configuration is like
Ist Nat rule
Real IP 10.50.1.16 Mapped IP 192.168.200.1 with source port 80 and destination port 80
Second Nat Rule
Real IP 10.50.1.16 ...
Hi Dear
Sorry it is actually 192.168.200.1.
earlier it was one to one static nat as given below
object network WEB_SERVER_10.50.1.16_1host 10.50.1.16 nat(WEB_Zone,Outside) static WEBNAT_192.168.200.1 service tcp any any
If it is an expected beha...