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

static port redirection

whanson
Level 2
Level 2

is there a way to specify a static that is the outside address to an inside address with a range of ports on the static. in other words regular way

static (inside,outside) tcp int 5000 10.1.1.1 5000 mask 255.255.255.255

but what if the range is 5000-5056 is there a way to include the entire range on the static.

1 Reply 1

Collin Clark
VIP Alumni
VIP Alumni

You could NAT all ports-

static (inside,outside) interface 10.1.1.1 netmask 255.255.255.255

and then use the ACL to block all ports except 5000-5056. You can't do ranges however.

HTH and please rate.