cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
396
Views
0
Helpful
1
Replies

NATTING NEED DONE

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

1 Accepted Solution

Accepted Solutions

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

--
Please remember to select a correct answer and rate helpful posts

View solution in original post

1 Reply 1

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

--
Please remember to select a correct answer and rate helpful posts
Review Cisco Networking for a $25 gift card