cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Source nat from inbound traffic

Hi there ... I need some help figuring out how to do nat of the source of inbound traffic

Here's the idea

I've a WWW server published to internet (with is NAT set to be accessible with a public IP). This ASA is not the default gateway of the www server, as there are other ASA and links in the network

So, what I need is that any traffic getting inbound to the WWW server gets out through the ASA ... I'd like to NAT the public IP of the client accessing the www server to the inside interface (ideally) or any other internal IP that ASA will respond ARP request, so www sends the traffic through this ASA

I've tried different options of natting, but no luck

any help appreciated

www (10.11.0.31) -------------   (10.11.0.3) ASA internal ---- ASA outside (1.1.1.5) ------------  users (any)

nat for www  

object network host-10.11.0.31

  host 10.11.0.31

  nat(internal,ouside) static 1.1.1.10

Who Me Too'd this topic