Hello,
I need to open a range of ports on my pix.
I have an ACL applied and this is the command that is rejected.
access-list 100 permit udp any host x.x.x.x eq 12801-12900
Telling me invaild port.
I have also tried this:
access-list 100 permit udp any host x.x.x.x eq range 12802-12900 and I get in vaild port range. I looked everywhere and can not find the correct syntax.
Any help would be great..
Jesse