cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
853
Views
0
Helpful
1
Replies

Selectively allowing Active X and Java applet component through PIX

ofaizad
Level 1
Level 1

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?

1 Reply 1

pgolding
Level 1
Level 1

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card