04-28-2002 07:06 PM - edited 02-20-2020 10:02 PM
I am trying to config my PIX 501 OS 6.1(1) to allow only http traffic to go out with the following acl and applied to the inside interface.
access-list acl_in permit tcp x.x.x.x x.x.x.x eq www any
access-group acl_in in interface inside.
Once I apply this acl, I can't seem to get to any websites. Am I doing anything wrong here or missing any acl entries?????
Thanks for your help in advance.
04-28-2002 08:09 PM
have u allowed ur dns queries out of ur inside LAN, if u have a DNS server
outside.(not in inside LAN). if not u can add an entry as below and check if it works.
access-list acl_in permit udp any eq domain any
Regards,
Ashok Pawar H.S.
04-29-2002 08:34 AM
I am trying to access using the IP address....do I still need the DNS entry in the ACL??
04-29-2002 10:20 AM
Do you have NAT set up and a outside route?
04-29-2002 05:45 PM
Yes, I do have a NAT/Global setup as follows:
nat (inside) 1 192.168.1.0 255.255.255.0
global (outside) 1 interface.
I don't have any outside route other than the default ststic route that was created during the initial setup.
thanks........
04-30-2002 03:38 AM
You need to allow DNS to pass through unless you are using an internal DNS.
04-30-2002 07:04 AM
First, I strongly recommend that you sit down and think about what you're trying to accomplish. As was mentioned, DNS will almost certainly be required for most web applications and services. You may want other services as well.
Second, unless I'm missing something, I believe that your access list is incorrect. Try something like:
access-list acl_in permit tcp x.x.x.x x.x.x.x any eq www
The destination port is 80. I believe that you have specified it as the source port.
Hope this helps.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide