cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
260
Views
0
Helpful
4
Replies

Need help in configuring NAT on this Friday Afternoon...

pipsadmin
Level 1
Level 1

ok, my brain is no longuer functioning right...

Need to nat an external IP to an internal IP (or port forward of somekind).

Example:

External IP on E1/1 68.10.10.10 port 25

to

Internal IP on F0/1 10.10.10.15 port 25

How could I do this?

This is on a 3600 router, I know it's not a firewall but can this still be done? if so, How?

1 Accepted Solution

Accepted Solutions

You must also enable NAT to happen on the interfaces that it passes through as well.

like; ip nat inside (allow inbound NAT)

Here is an example..

http://www.cisco.com/en/US/docs/ios/ipaddr/command/reference/iad_nat.html

Please rate if it helps...

--Mike

View solution in original post

4 Replies 4

Collin Clark
VIP Alumni
VIP Alumni

ip nat inside source static tcp 192.168.0.1 80 interface serial0 80

Hope that helps.

so this would work for inbound traffic comming from the outside being routed to the internal device?

Yes assuming that other NAT configuration is in place.

You must also enable NAT to happen on the interfaces that it passes through as well.

like; ip nat inside (allow inbound NAT)

Here is an example..

http://www.cisco.com/en/US/docs/ios/ipaddr/command/reference/iad_nat.html

Please rate if it helps...

--Mike

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:

Review Cisco Networking products for a $25 gift card