Hi,
We are trying to figure out how to setup UDP port forward range. This is the configuration that we are using.
ip nat pool voip-rtp 10.10.10.3 10.10.10.3 netmask 255.255.255.0 type rotary
ip nat inside destination list 114 pool voip-rtp
access-list 114 permit udp any any range 16384 32767
Where 10.10.10.3 is the host I want to forward the ports 16384 to 32767 to.
This is not working. We use a similar set of commands for TCP range forwarding which work perfecting. Can anyone advise of the correct way to port forward a UDP range.
Damien