Link to home
Start Free TrialLog in
Avatar of mavmanau
mavmanauFlag for Australia

asked on

cisco 877 config

Hi,

Thank you for taking a look at my question.  

Just a quick one.  I need to allow through the router a UDP port range of 4000-4100

I know how to do it for single ports, is it even possible to do a port range?

ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It depends if you want to do this routed or via NAT.

If routed, Don is correct for both inbound and outbound traffic, but if you want to do this inbound via PAT it will not work.
Avatar of mavmanau

ASKER

I think I am doing nat for a lot of the other port forwarding.

say for example the external IP of the router is 203.x.x.x and the internal IP I want those ports to hit is 192.168.x.x.x and the port range is 4000 - 4100

would it be like this?

access-list 101 permit tcp 192.168.x.x 0.0.0.255 203.x.x.x 0.0.0.255 range 4000 4100

Thank you for your help!! very much appreciated.