How do you open a range of ports on the PIX Firewall CLI for the rules and NAT?
We have this configured on our PIX
static (inside,outside) tcp interface 3389 192.168.1.250 3389 netmask 255.255.255.255 0 0
access-list 101 permit tcp any host 173.13.28.146 eq 3389
I need to open up port range 5000 - 5070. I need to add that range to access-list 101 and a new static rule with that range. How do I add a range of ports (not just 1 single port) in these 2 locations (acl 101 and a new statc rule)?
Any response is greatly appreciated. Have a good day!