blob: 103a8ec862c2c877bc3d7f45a570144af4468266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $Id: mrouted.conf,v 1.1 1994/01/11 20:20:32 brezak 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
|