Guys,
Do you have any experience with "NAT outside interface" in Cisco ASA 8.3 above ?
I have a problem
I want to do NAt-ing like this :
| Inside | Y.Y.2.14 | X.X.2.66 |
| DMZ-10 | X.X.2.11 | X.X.2.66 |
I have interface outside with ip address X.X.2.66, i want to do NAT in traffic from Zone inside with ip address Y.Y.2.14 to ANY, i want to change that traffic to X.X.2.66 and i want to do NAT traffic from Zone DMZ-10 ip address X.X.2.11 to ANY i want to change that traffc to X.X.2.66.
I do this configuration :
nat (DMZ-10,outside) source static X.X.2.11 interface
&
nat (inside,outside) source static X.X.2.11 interface
this configuration work, the traffic from Zone inside (X.X.2.11) and Zone DMZ-10 (X.X.2.14) will be NAT to X.X.2.66 with warning message like this :
WARNING: All traffic destined to the IP address of the outside interface is being redirected.
WARNING: Users may not be able to access any service enabled on the outside interface.
But now i can't access ip X.X.2.66 from outside.
Is there any correct configuration to do NAT in interface ? Because i want to access interface outside from outside network ?
BR
Fara