[BACK]Return to mrouted.conf CVS log [TXT][DIR] Up to [local] / src / etc / examples

File: [local] / src / etc / examples / mrouted.conf (download)

Revision 1.1, Fri Jul 11 21:20:10 2014 UTC (9 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, HEAD

Move more files into the examples directory...

#	$OpenBSD: mrouted.conf,v 1.1 2014/07/11 21:20:10 deraadt Exp $
#
#   This is the configuration file for "mrouted", an IP multicast router.
#   mrouted looks for it in "/etc/mrouted.conf".
#
#   Command formats:
#
# name <boundname> <scoped-addr>/<mask-len>
# cache_lifetime 3600		# seconds
# pruning on
#
# phyint <local-addr> [disable] [metric <m>] [threshold <t>] [rate_limit <b>]
#        [boundary (<boundname>|<scoped-addr>/<mask-len>)]
#	 [altnet (<subnet>/<mask-len>|<subnet>)]
# tunnel <local-addr> <remote-addr> [srcrt] [metric <m>]
#        [threshold <t>] [rate_limit <b>]
#        [boundary (<boundname>|<scoped-addr>/<mask-len>)]
#
#   NOTE: any phyint commands MUST precede any tunnel commands
#   NOTE: the mask-len is the no. of leading 1's in the mask
#   NOTE: rate_limit is in kilobits, and defaults to 500 for tunnels
#
# Example of named boundary:
#name LOCAL 239.255.0.0/16
#name EE 239.254.0.0/16		# i.e. the EE dept wants local groups
#
# Example of use of named boundary
#phyint le1 boundary EE		# le1 is our interface to comp sci,
#				# keep them away from our local groups
#
#
# Template tunnel for mcast_install
#tunnel 128.4.0.77 128.4.0.8 metric 1 threshold 64 rate_limit 500  # <-- REPLACE
#	boundary LOCAL
#
# You might want to specify a boundary on your tunnel to the outside world,
# as above.
#
# NOTE: ONLY uncomment the following if you are running mrouted.snmp!
#sysName	"mymrouter"
#sysContact	"Me <me@me.com> +x.yyy.zzz-zzzz"
#sysVersion	"MyOS 4.1.3 and mrouted"
#sysLocation	"The MBONE"