











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
how block large icmp packets?
|
Matt
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
|
06-26-02 01:25 AM
|
|
Avi
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: how block large icmp packets?
"Matt" < dontspammeokayblah@blahblahbla
hlbah.com> wrote in message news:<FC8S8.3452$Ji6.314802@e3500-atl2.usenetserver.com>...
> How can I block ICMP fragment packets / Large ICMP packets with pmfirewall
> script?
#
#-----INCOMING-------
#
#echo reply (pong)
$IPCHAINS -A input -p icmp --icmp-type 0 -j ACCEPT
#destination unreachable
$IPCHAINS -A input -p icmp --icmp-type 3 -j ACCEPT
#source quench
$IPCHAINS -A input -p icmp --icmp-type 4 -j ACCEPT
#time to live (TTL) for traceroute
$IPCHAINS -A input -p icmp --icmp-type 11 -j ACCEPT
#now deny all other INCOMING icmp packets
$IPCHAINS -A input -p icmp -j DENY -l
#
#-----OUTGOING------
#
#destination unreachable
$IPCHAINS -A output -p icmp --icmp-type 3 -j ACCEPT
#source quench
$IPCHAINS -A output -p icmp --icmp-type 4 -j ACCEPT
#echo request (ping)
$IPCHAINS -A output -p icmp --icmp-type 8 -j ACCEPT
#now deny all other OUTGOING icmp packets
$IPCHAINS -A output -p icmp -j DENY -l
for detailed info STW....
Report this post to a moderator
|
|
06-26-02 10:25 AM
|
|
|
Featured site: MCSE, MCSD, CompTIA, CCNA training videos
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF. |
|
ExamNotes forum archive
|