-
1
- #1
The following FAQ can also be seen here:
The command to Filter Java is the following syntax:
filter java port[-port] local_ip mask foreign_ip mask
To completely block all JAVA access on port 80, use the following command:
filter java 80 0 0 0 0
The command to Filter ActiveX is the following syntax:
filter activex port local_ip mask foreign_ip mask
To completely block all ActiveX access on port 80, use the following command:
filter activex 80 0 0 0 0
I hope this FAQ has been helpful to you.
Lloyd Severence
Computer/Network Technician
CCNA
Cisco said:Java applets may be downloaded when you permit access to port 80 (HTTP), and some Java applets can contain hidden code that can destroy data on the internal network. A solution to this problem is to use the filter java command to block all Java applets.
The command to Filter Java is the following syntax:
filter java port[-port] local_ip mask foreign_ip mask
To completely block all JAVA access on port 80, use the following command:
filter java 80 0 0 0 0
Cisco said:ActiveX controls, formerly known as Object Linking and Embedding (OLE) or Object Linking and Embedding control (OCX), are applets that can be inserted in web pages—often used in animations—or in other applications. ActiveX controls create a potential security problem because they can provide a way for someone to attack servers. Because of this potential security problem, you can use the PIX Firewall to block all ActiveX controls.
The command to Filter ActiveX is the following syntax:
filter activex port local_ip mask foreign_ip mask
To completely block all ActiveX access on port 80, use the following command:
filter activex 80 0 0 0 0
I hope this FAQ has been helpful to you.
Lloyd Severence
Computer/Network Technician
CCNA