--- --- man page(1) manual page Table of Contents

NAME

groupdump - dumps group assignment lists for mcntp to stdout

SYNOPSIS

groudump [acl-file]

DESCRIPTION

The groupdump utility tries to get every packet with group assignments, parses it and dumps the result to stdout.

These assignment list carry information what newsgroup will be distributed by which sender host in which multicast group. A receiver that wants to get NetNews articles can look up is this assignment list who carries the wanted newsgroup can can then join the wanted multicast group.

If an access list is given by the file acl-file as argument to groupdump it is read and every incoming packet is checked if the sender host is matched by the access list. This to help you check if incoming announcements come from your friends or not; this is useful if you have set up access control list for mcrcv(8) or yawgmoth(8) and want to know if they are right.

Groupdump opens UDP socket number 5418 (``mcntp'') for reading and gets member of the IP-multicast group 224.0.1.51. This group has officially been assigned by IANA and has the name mcntp-directory.

FILES

acl-file is the path to a file that contains an access control list (see acl(3) for details on the contents of the file).

SEE ALSO

acltest(1), mcxmit(8), mcrcv(8), netstat(1), tcpdump(8), acl(3), mcntp(5)

HISTORY

AUTHOR

Heiko W.Rupp (hwr@pilhuhn.de)

BUGS

The manpage promises more processing of the packet than is actually done. Besides this:

None known yet


Table of Contents


97/10/06 hwr