docs/101114: icmptype names not in icmp(4) manpage
Max Laier
max at love2party.net
Wed Sep 6 18:27:45 UTC 2006
On Wednesday 06 September 2006 14:46, John Archambeau wrote:
> I must be one of the few people who rtfm's first. The Free/OpenBSD
> pf.conf manpage implies that number codes won't work but the icmptype
> abbreviations will.
Where does it say so? There even is an example with the number code in
pf.conf(5):
# pass out/in certain ICMP queries and keep state (ping)
# state matching is done on host addresses and ICMP id (not type/code),
# so replies (like 0/0 for 8/0) will match queries
# ICMP error messages (which always refer to a TCP/UDP packet) are
# handled by the TCP/UDP states
pass on $ext_if inet proto icmp all icmp-type 8 code 0 keep state
> Also consider the output you get from pfctl
> -s[ar] which is in the OpenBSD icmptype abbreviation, not the number
> code. Another ambiguity of filtering icmp traffic with the pf.conf
> manpage that should be addressed especially for those of us that
> migrate from ipfw to pf.
I can't see why the additional information in "-sr" is a bad thing.
> On 9/5/06, Matthew Seaman <m.seaman at infracaninophile.co.uk> wrote:
> > John Archambeau wrote:
> > > To create a pf.conf file (see man pf.conf) properly for filtering
> > > of icmp, you must specify the icmptype(s) by abbreviation per the
> > > OpenBSD icmp(4) manpage you wish to filter. It's not like ipfw
> > > where you can specify the icmptype by number, it must be the type
> > > by the abbreviation as specified as by the OpenBSD manpage for
> > > icmptypes.
> >
> > Are you sure about that?
> >
> > happy-idiot-talk:/etc:% uname -a
> > FreeBSD happy-idiot-talk.infracaninophile.co.uk 6.1-STABLE FreeBSD
> > 6.1-STABLE #6: Mon Aug 28 14:01:08 BST 2006
> > root at happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAP
> >PY-IDIOT-TALK i386 happy-idiot-talk:/etc:% cat pf.conf
> >
> > icmp_types="{ 0 3 8 11 }"
> >
> > scrub in
> > pass all
> >
> > pass inet proto icmp all icmp-type $icmp_types keep state
> >
> > happy-idiot-talk:/etc:% sudo pfctl -f pf.conf
> > happy-idiot-talk:/etc:% sudo pfctl -sr
> > scrub in all fragment reassemble
> > pass all
> > pass inet proto icmp all icmp-type echorep keep state
> > pass inet proto icmp all icmp-type unreach keep state
> > pass inet proto icmp all icmp-type echoreq keep state
> > pass inet proto icmp all icmp-type timex keep state
> >
> >
> > Cheers,
> >
> > Matthew
> >
> > --
> > Dr Matthew J Seaman MA, D.Phil. 7 Priory
> > Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey
> > Ramsgate Kent, CT11 9PW
>
> _______________________________________________
> freebsd-doc at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscribe at freebsd.org"
--
/"\ Best regards, | mlaier at freebsd.org
\ / Max Laier | ICQ #67774661
X http://pf4freebsd.love2party.net/ | mlaier at EFnet
/ \ ASCII Ribbon Campaign | Against HTML Mail and News
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20060906/f2cd11e4/attachment.sig>
More information about the freebsd-doc
mailing list