summarylogtreecommitdiffstats
path: root/mcproxy.conf
blob: 0c99a7f31794f0b7f98deefc18174bc706aa27cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
######################################
##-- mcproxy configuration script --##
######################################

#protocol MLDv2; #IPv6
protocol IGMPv3; #IPv4

pinstance myProxy: eth0 ==> eth1 eth2;
#pinstance my_second_instance: tun1 ==> "vlan-eth0.2";

#
# This confiugration example creates 
# a multicast proxy for ipv4 with the 
# upstream eth0 and two downstreams. 
#  
#              |  
#              |
#       +------+-----+
#       |    eth0    |
#       |            |
#       |  myProxy   |
#       |            |
#       | eth1  eth2 |
#       +---+----+---+
#           |    |
#           |    |
#