blob: 0b93876708b91f8ed3f466e5cb9c1ebcf9261cee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $Id: mrouted.conf,v 1.1 1995/10/18 08:37:56 deraadt Exp $
#
# This is the configuration file for "mrouted", an IP multicast router.
# mrouted looks for it in "/etc/mrouted.conf".
#
# Command formats:
#
# phyint <local-addr> [disable] [metric <m>] [threshold <t>]
# tunnel <local-addr> <remote-addr> [srcrt] [metric <m>] [threshold <t>]
#
# any phyint commands MUST precede any tunnel commands
#
tunnel 36.8.0.77 36.2.0.8 metric 3 # <-- EXAMPLE; REPLACE OR DELETE
|