1# $MirSecuCron$ 2# $MirOS: src/etc/mrouted.conf,v 1.3 2009/07/18 14:09:03 tg Exp $ 3# $OpenBSD: mrouted.conf,v 1.7 2003/02/26 23:15:20 millert Exp $ 4# 5# This is the configuration file for "mrouted", an IP multicast router. 6# mrouted looks for it in "/etc/mrouted.conf". 7# 8# Command formats: 9# 10# name <boundname> <scoped-addr>/<mask-len> 11# cache_lifetime 3600 # seconds 12# pruning on 13# 14# phyint <local-addr> [disable] [metric <m>] [threshold <t>] [rate_limit <b>] 15# [boundary (<boundname>|<scoped-addr>/<mask-len>)] 16# [altnet (<subnet>/<mask-len>|<subnet>)] 17# tunnel <local-addr> <remote-addr> [srcrt] [metric <m>] 18# [threshold <t>] [rate_limit <b>] 19# [boundary (<boundname>|<scoped-addr>/<mask-len>)] 20# 21# NOTE: any phyint commands MUST precede any tunnel commands 22# NOTE: the mask-len is the no. of leading 1s in the mask 23# NOTE: rate_limit is in kilobits, and defaults to 500 for tunnels 24# 25# Example of named boundary: 26#name LOCAL 239.255.0.0/16 27#name EE 239.254.0.0/16 # i.e. the EE dept wants local groups 28# 29# Example of use of named boundary 30#phyint le1 boundary EE # le1 is our interface to comp sci, 31# # keep them away from our local groups 32# 33# 34# Template tunnel for mcast_install 35#tunnel 128.4.0.77 128.4.0.8 metric 1 threshold 64 rate_limit 500 # <-- REPLACE 36# boundary LOCAL 37# 38# You might want to specify a boundary on your tunnel to the outside world, 39# as above. 40# 41# NOTE: ONLY uncomment the following if you are running mrouted.snmp! 42#sysName "mymrouter" 43#sysContact "Me <me@me.com> +x.yyy.zzz-zzzz" 44#sysVersion "MyOS 4.1.3 and mrouted" 45#sysLocation "The MBONE" 46