03-16-2017 12:41 AM - edited 03-12-2019 02:04 AM
Hi my scenoria is need to communicate from outside to inside
it flows through vpn traffic could you please help me how to do the natting ....
Source IP real : 192.168.204.10
Source IP Nated: 10.70.211.12
Destination IP real: 10.40.30.20
Solved! Go to Solution.
03-16-2017 01:55 AM
you could do something like the following. Keep in mind that if you will also be using this NATed IP for other servers you would need to specify ports as well.
object network NAT_IP
host 10.70.211.12
object network REAL_IP
host 192.168.204.10
nat (inside,outside) static NAT_IP
access-list outside_in extended permit tcp host 10.40.30.20 host 192.168.204.10 eq 80
access-group outside_in in interface outside
--
Please remember to select a correct answer and rate helpful posts
03-16-2017 01:55 AM
you could do something like the following. Keep in mind that if you will also be using this NATed IP for other servers you would need to specify ports as well.
object network NAT_IP
host 10.70.211.12
object network REAL_IP
host 192.168.204.10
nat (inside,outside) static NAT_IP
access-list outside_in extended permit tcp host 10.40.30.20 host 192.168.204.10 eq 80
access-group outside_in in interface outside
--
Please remember to select a correct answer and rate helpful posts
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