Changes between Version 75 and Version 76 of Startup
- Timestamp:
- 02/02/12 13:18:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v75 v76 45 45 [[Image(szenarios1.png, 120px, right)]] 46 46 47 This is the easiest scenario. For example it can be used to forward an multicast IPTV stream from a service provider to your pc or to your flat network. The configuration file of fthe mcproxy have to look like this:47 This is the easiest scenario. For example it can be used to forward an multicast IPTV stream from a service provider to your pc or to your flat network. The configuration file of the mcproxy have to look like this: 48 48 {{{ 49 49 protocol IGMPv2 50 eth0 ==> eth1 51 }}} 52 53 Or for ipv6: 54 {{{ 55 protocol MLDv1 50 56 eth0 ==> eth1 51 57 }}}