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