range of ports in ACL on PIX?

I need to open a range of UDP ports on a PIX with 6.3.4 OS, specifically 10050 to 11050. Is there a way to do it short of a thousand ACL lines? Thanks!

Brian

Reply to
Brian Bergin
Loading thread data ...

access-list [name] permit udp [source] [destination] range 10050 11050

Reply to
mcaissie

how about the gt or lt (greater than or less than) keywords? rather than eq.

ex: access-list acl_dmz1 deny udp any host 192.168.1.2 gt 42

formatting link

Reply to
Matt

|access-list [name] permit udp [source] [destination] range 10050 11050 |

Perfect. Now for the harder question. How do I get those ports assigned to the static mapping to the VoIP device? I've gone to the trouble of creating 1,001 static (inside,outside) udp interface ##### 192.168.100.254 ##### netmask

255.255.255.255 0 0 entries but that seems a bit extreme. What I'm trying to do is get Vonage to work. If I replace the PIX with a Linksys BEFVP41 or BEFSR41 and connect the Linksys phone adapter to the other Linksys, forward those 1001 ports to the phone adapter it works perfectly, but I need the PIX for home-to-office VPN and don't want to fool with NAT-behind-NAT. Thanks!

Brian

Reply to
Brian Bergin

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.