cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
279
Views
5
Helpful
1
Replies

Filter Rules

sureshmv
Level 1
Level 1

I am configuring pix515 using pdm.can any one tell me what is the advantegous of putting java applet and acitveX control on the filter rule.Does it will effect my present working setup.If any links are regd the above pls send me also

1 Reply 1

Patrick Iseli
Level 7
Level 7

Filter java

The filter java command filters out Java applets that return to the PIX Firewall from an outbound connection. The user still receives the HTML page, but the web page source for the applet is commented out so that the applet cannot execute. Use 0 for the local_ip or foreign_ip IP addresses to mean all hosts.

Note If Java applets are known to be in tags, use the filter activex command to remove them.

To specify that all outbound connections have Java applet blocking, use the following command:

filter java 80 0 0 0 0

This command specifies that the Java applet blocking applies to Web traffic on port 80 from any local host and for connections to any foreign host.

The following example specifies that Java applet blocking applies to web traffic on port 80 from local subnet

10.10.10.0 and for connections to any foreign host:

filter java http 10.10.10.0 255.255.255.0 0 0

=============================================================================

Filter ActiveX

The filter activex command filters out ActiveX, Java applets, and other HTML usages from outbound packets. ActiveX controls, formerly known as OLE or OCX controls, are components you can insert in a web page or other application. These controls include custom forms, calendars, or any of the extensive third-party forms for gathering or displaying information.

As a technology, it creates many potential problems for the network clients including causing workstations to fail, introducing network security problems, or be used to attack servers.

This feature blocks the HTML tag and comments it out within the HTML web page.

Note The tag is also used for Java applets, image files, and multimedia objects, which will also be blocked by the filter activex command. If the or HTML tags split across network packets or if the code in the tags is longer than the number of bytes in the MTU, the PIX Firewall cannot block the tag.

ActiveX blocking does not occur when users access an IP address referenced by the alias command.

To specify that all outbound connections have ActiveX blocking, use the following command:

filter activex 80 0 0 0 0

This command specifies that the ActiveX blocking applies to Web traffic on port 80 from any local host and for connections to any foreign host.

See command reference for version 6.3:

http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a8.html#wp1131454

sincerely

Patrick