Selectively allowing Active X and Java applet component through PIX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 09:14 PM - edited 02-20-2020 10:14 PM
How do I configure PIX to allow Active X components from a trusted site and block Active X from all other sites? Is there any access-list type of command or outbound type of command that I could use to selectively allow Active X using PIX?
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 09:18 PM
use the filter command. you need to list each site you want to block like this -
pix1(config)# sh filter
filter java 80 0.0.0.0 0.0.0.0 10.1.1.1 255.255.255.255
filter java 80 0.0.0.0 0.0.0.0 20.2.2.2 255.255.255.255
filter activex 80 0.0.0.0 0.0.0.0 11.11.11.0 255.255.255.0
filter activex 80 0.0.0.0 0.0.0.0 99.99.11.0 255.255.255.0
