cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
777
Views
0
Helpful
4
Replies

"Filter Url" Command

jbulante
Level 1
Level 1

I currently have "filter url htttp 0 0 0 0" configured on my Pix firewall. I would like to make an exception and tried:

filter url http except 0 0 63.192.19.21 255.255.255.255

This command does not work. Am I doing it right?

Please advice.

4 Replies 4

Nairi Adamian
Cisco Employee
Cisco Employee

Try

filter url except 63.192.19.21 255.255.255.255 0 0

This will filter all outbound HTTP connections except those from the 63.192.19.21 host.

hope this helps,

-Nairi

i have the same problem

the point here is to filter all outbound HTTP connections except those to the host 63.192.19.21 and not from that host.

brian.carter
Level 1
Level 1

I have several of these working on my PIX. The only problem I see with yours is that you used the "http" key word in your statement, which won't work; it should just appear like this:

filter url except 0 0 63.192.19.21 255.255.255.255

svarughe
Level 1
Level 1

try this

sample

filter url except 172.16.5.9 255.255.255.255 0.0.0.0 0.0.0.0

filter activex 25 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0

filter java 25 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0

filter url http 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow longurl-truncate cgi-trunc

ate