mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
62 lines
1.6 KiB
Plaintext
62 lines
1.6 KiB
Plaintext
# ICMP Data File
|
|
#
|
|
# This file is part of the IPCop Firewall.
|
|
#
|
|
# IPCop is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# IPCop is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with IPCop; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
#
|
|
# (c) The IPCop Team
|
|
#
|
|
# $Id: icmptypes,v 1.2 2003/12/11 11:15:33 riddles Exp $
|
|
#
|
|
# Valid ICMP types obtained through the following command
|
|
# iptables -p icmp -h
|
|
#
|
|
echo-reply (pong)
|
|
destination-unreachable
|
|
network-unreachable
|
|
host-unreachable
|
|
protocol-unreachable
|
|
port-unreachable
|
|
fragmentation-needed
|
|
source-route-failed
|
|
network-unknown
|
|
host-unknown
|
|
network-prohibited
|
|
host-prohibited
|
|
TOS-network-unreachable
|
|
TOS-host-unreachable
|
|
communication-prohibited
|
|
host-precedence-violation
|
|
precedence-cutoff
|
|
source-quench
|
|
redirect
|
|
network-redirect
|
|
host-redirect
|
|
TOS-network-redirect
|
|
TOS-host-redirect
|
|
echo-request (ping)
|
|
router-advertisement
|
|
router-solicitation
|
|
time-exceeded (ttl-exceeded)
|
|
ttl-zero-during-transit
|
|
ttl-zero-during-reassembly
|
|
parameter-problem
|
|
ip-header-bad
|
|
required-option-missing
|
|
timestamp-request
|
|
timestamp-reply
|
|
address-mask-request
|
|
address-mask-reply
|