- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2011 10:02 PM - edited 03-04-2019 12:07 PM
Hello All,
I would like to configure this, anyone knows how to get this done?
Requests coming to IP address 10.1.1.1 port range 10000-40000 should be forwarded to 192.168.1.1 20000-20200.
Rgds,
Ceyhun
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 08:21 PM
The feature for forwarding a range of UDP ports is not supported on Cisco devices. An enhancement request has been filed for this already. Details of the enhancement : NAT implementation to support port-range forwarding Symptom: Impossibility to forward a range of ports to a single IP address with an easy to use command. Conditions: NAT configuration on router running 12.4 requiring port forwarding Workaround: Add as many static nat entries needed as the amount of port that should be forwarded. Try the foll if it works: ip nat inside source static x.x.x.x y.y.y.y route-map NAT reversible access-list 101 permit udprange 10000 20000 any route-map NAT permit 10 match ip add 101
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 08:21 PM
The feature for forwarding a range of UDP ports is not supported on Cisco devices. An enhancement request has been filed for this already. Details of the enhancement : NAT implementation to support port-range forwarding Symptom: Impossibility to forward a range of ports to a single IP address with an easy to use command. Conditions: NAT configuration on router running 12.4 requiring port forwarding Workaround: Add as many static nat entries needed as the amount of port that should be forwarded. Try the foll if it works: ip nat inside source static x.x.x.x y.y.y.y route-map NAT reversible access-list 101 permit udprange 10000 20000 any route-map NAT permit 10 match ip add 101
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2011 12:49 AM
Hi,
That answer can't be resolution of the problem. Because it can't make "port address translation" , only accept stated port range. And I think it doesn't be possible with nat config.
Requests coming to IP address 10.1.1.1 port range 10000-40000 should be forwarded to 192.168.1.1 20000-20200.
hth
Muammer
