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

Annotation of src/etc/mrouted.conf, Revision 1.7

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