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

IP NAT on 2620

fkseow
Level 1
Level 1

Hi anyone please help to explain the difference between "ip nat inside" and "ip nat outside".

If I have one server with internal IP 172.18.18.20 need to be published with Public IP of 202.184.98.20, so in terms of Cisco router command, what should we type then ? Any sample configuration ?

Please help out.

Thank you.

1 Accepted Solution

Accepted Solutions

steve.barlow
Level 7
Level 7

This link should help explain:

http://www.cisco.com/warp/public/556/12.html

In your example:

s0 (internet interface)

ip nat outside

e0 (internal network)

ip nat inside

ip nat inside source static 172.18.18.20 202.184.98.20

(this will translate 172.18.18.20 into the 202.184.98.20 address).

Hope that helps

Steve

View solution in original post

1 Reply 1

steve.barlow
Level 7
Level 7

This link should help explain:

http://www.cisco.com/warp/public/556/12.html

In your example:

s0 (internet interface)

ip nat outside

e0 (internal network)

ip nat inside

ip nat inside source static 172.18.18.20 202.184.98.20

(this will translate 172.18.18.20 into the 202.184.98.20 address).

Hope that helps

Steve

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: