Have a Gentoo linux router with config:
quickleave
phyint eth2 upstream ratelimit 0 threshold 1
altnet 10.0.0.0/8
altnet 102.168.1.1/24
phyint eth3 downstream ratelimit 0 threshold 1
phyint eth2 downstream ratelimit 0 threshold 1
phyint eth1 disabled
phyint ppp0 disabled
phyint wlan0 disabled
phyint wmaster0 disabled
phyint lo disabled
Interface list:
$ ip addr sh
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
2: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:02:b3:d2:0d:1b brd ff:ff:ff:ff:ff:ff
inet 10.21.18.92/23 brd 10.21.19.255 scope global eth2
3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 00:14:85:8e:d3:08 brd ff:ff:ff:ff:ff:ff
4: eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:04:23:c7:cd:58 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.1/24 brd 192.168.1.255 scope global eth3
5: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 100
link/ether 00:04:23:c7:cd:59 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.1/24 brd 192.168.0.255 scope global eth0
6: wmaster0: <UP,LOWER_UP> mtu 0 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ieee802.11 00:17:9a:c7:f6:97 brd 00:00:00:00:00:00
7: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 00:17:9a:c7:f6:97 brd ff:ff:ff:ff:ff:ff
inet 192.168.11.1/24 brd 192.168.11.255 scope global wlan0
20: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1460 qdisc pfifo_fast state UNKNOWN qlen 3
link/ppp
inet 94.27.99.132 peer 85.223.129.7/32 scope global ppp0
where eth2 - provider interface
eth0, eth3 - home network
When i'm running igmpproxy i have no video on clients.
$ip mroute show result is empty
Output of
$igmpproxy -dvvv /etc/igmpproxy.conf
is in attached file
Hope for your help
Output of igmpproxy -dvvv /etc/igmpproxy.conf
oops !
Actual config is:
quickleave
phyint eth2 upstream ratelimit 0 threshold 1
altnet 10.0.0.0/8
altnet 102.168.1.1/24
phyint eth3 downstream ratelimit 0 threshold 1
phyint eth0 downstream ratelimit 0 threshold 1
phyint eth1 disabled
phyint ppp0 disabled
phyint wlan0 disabled
phyint wmaster0 disabled
phyint lo disabled
Still need for advice ...
1. It seems that provided log corresponds to wrong config, i.e. with eth2 and eth3 downstream. Could you please post log with correct config?
2. Had you verified that you are able to capture the traffic directly from the router?
3. Does any previous version (e.g. beta2) work well with you config? If so, please post its log.