Firewall-1

[FW-1] Block icmp traffics with a fix packet length

Subject: [FW-1] Block icmp traffics with a fix packet length
From: cisco4ng <cisco4ng AT YAHOO DOT COM>
To: FW-1-MAILINGLIST AT AMADEUS.US.CHECKPOINT DOT COM
Date: Tue, 22 Mar 2005 18:40:45 -0800
I would like to block icmp traffic with packet size of exactly equal
to 72 bytes and 92 bytes while allowing other icmp traffics.
According to Nokia resolution 3131, I just create a user-define
service, under the match box, put in the following: "icmp, ip_len =72".
I also create another user-define service and do the same thing
for the 92 bytes.  Create a rule and drop these traffics.

The problem is that when I initiate icmp traffic with packet length
of 72 bytes (ping -s 72 x.x.x.x), the firewall drops this traffic
but not the 92 bytes icmp traffic (ping -s 92 x.x.x.x).

I am running NG with AI R55W and HFA-02.  Has anyone run into
a similar problem like this one?

cisco4ng
P.S.  With Cisco IOS, I can perform this in like 1 minute .

route-map DROP permit 10
match ip add ICMP
match length 72 72
set interface nul 0
route-map DROP permit 10
match ip add ICMP
match length 92 92
set interface nul 0
ip access-list extended ICMP
permit icmp any any



---------------------------------
Do you Yahoo!?
 Yahoo! Small Business - Try our new resources site!

=================================================
To set vacation, Out-Of-Office, or away messages,
send an email to LISTSERV AT amadeus.us.checkpoint DOT com
in the BODY of the email add:
set fw-1-mailinglist nomail
=================================================
To unsubscribe from this mailing list,
please see the instructions at
http://www.checkpoint.com/services/mailing.html
=================================================
If you have any questions on how to change your
subscription options, email
fw-1-owner AT ts.checkpoint DOT com
=================================================

<Prev in Thread] Current Thread [Next in Thread>