Port forwarding ranges of ports in IOS

Is this possible? For instance, I want to port forward inbound a VoIP providers UDP ports (e.g. 16000 16500). I cannot find anything about how to do this so I'm thinking it's not possible.

Thanks

Reply to
lockenvar
Loading thread data ...

Hi,

you can use the 'range' parameter in the access list's command, i.e.: access-list 100 permit udp [source ip_add] [dest ip_add] range 16000

16500

If you are NATing you should issue the related commands.

hope this helps Nikos

Reply to
sek

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.