08-11-2006 04:57 AM - edited 02-21-2020 01:06 AM
We have configured the PIX firewall to act as a default gateway.......ICMP is working fine with access-list 102 ip any any internet is working fine but when we give access-list 102 permit TCP any any eq www and remove ip any any internet is not working
Any suggestion
Thanks
08-11-2006 05:22 AM
Hi,
Post your pix config let's see. With the permit any any www ACL you might just be allowing traffic to your internal web server. check you corresponding access-group command.
D
08-11-2006 08:27 AM
ICMP uses UDP.
Are you suggesting that ICMP is not working after modifying acl 102 or regular internet traffic is not working?
If ICMP only is not working, then you will have to add an explicit statement to permit icmp
access-list 102
--Chandan
08-11-2006 02:45 PM
Hi,
Can you clarify what is and isnt working? Can you hit IP's on port 80? If you only have port 80 open, you may also want to add a rule for outbound DNS queries to your NS servers for resolution.
Glen
08-15-2006 07:45 AM
Hi,
You need to allow the HTTP and HTTPS for a smooth functioning of Internet access via PIX. Secondly to allow PING or Tracert to work you need to specify ICMP also along with HTTP / HTTPS
Regards,
Wilson Samuel
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