05-09-2011 09:46 AM
05-09-2011 02:04 PM
can you paste all nat/global/static configuration and related ACL if it is used by any NAT?
In general, we use nat 0 to bypass vpn traffic from being nat-ed.
05-09-2011 02:43 PM
Hello,
- show run nat
nat (inside-ASA) 0 access-list inside-ASA_nat0_outbound
nat (inside-ASA) 1 0.0.0.0 0.0.0.0
- show run global
global (outside) 1 interface
- show run static
static (inside-ASA,outside) tcp 80.224.20.10 https 10.1.2.50 https netmask 255.255.255.255
- Related ACL
access-list inside-ASA-nat0_outbound extended permit ip object-group Server_Pool host 172.1.2.50
Server_Pool members are 10.1.2.11 and 10.1.2.12.
10.1.2.50 is the load balancer virtual IP and 10.1.2.11/12 are servers behind it.
The issue I am facing is on the traffic from 172.1.2.50 to 10.1.2.50
Thanks.
05-09-2011 03:39 PM
You just need include the traffic from 10.1.2.50 to 172.1.2.50 into nat 0, so what you need to do is to add 10.1.2.50 into object-group Server_Pool
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