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

Cisco 2800 static translation issue

rich.nelson
Level 1
Level 1

I'm trying to forward some udp ports through to an inside server. I have tcp ports working just fine. First off is there a way so no matter what port an inside server tries to use it always translated to that static address (1.1.1.1) in my example?

ip nat inside source static 10.100.0.5 1.1.1.1 route-map static

route-map static permit 1

match ip address 120

access-list 120 deny ip host 10.100.0.5 10.100.0.0 0.0.255.255

access-list 120 permit ip host 10.100.0.5 any

Any help would be greatly appreciated.

1 Reply 1

prafuljaded
Level 3
Level 3

Try using just 'ip nat inside source static 10.100.0.5 1.1.1.1' without any route-maps, ACLs

Praful

Review Cisco Networking products for a $25 gift card