04-27-2003 11:53 PM - edited 02-20-2020 10:42 PM
Dear All,
Can we filter Application level traffic coming from ISA server ,going to Internet through PIX firewall ??
Layer 3/4 traffic can be controlled using Access-list. Is there any other way to control HTTP tunneling through PIX ???
Thanx
04-28-2003 06:55 AM
You can block all http traffic through the pix, except from the ISA server. Then figure out how to force all your internal machines to use the ISA server. That should do it.
04-28-2003 07:03 AM
Hi Haleem,
Firstly, I was trying to reply to your mail to me about blocking messenger service BUT it seems that your mail server is DOWN, anyway if you are filtering www access by using ISA server, then you will require the following on your pix:
Using ACL (Named in this case) you would do the following:
>access-list inside permit tcp host XXXX any eq www
>access-list inside deny tcp any any eq www
>access-list inside permit ip any any
..now configure the ACL to the inside interface with a access-group statement i.e.
>access-group inside in interface inside
(NOTE. ON THE FIRST ACL ABOVE XXXX IS YOUR ISA IP ADDRESS)
Also, after you have configured the ACL's make sure you do a wr m (write to memory)
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