You are not logged in.
Is anyone able to get pacserve working in multicast mode on a bridged interface?
I have three physical interfaces: wan0, lan0, and wlan0. There is a bridge interface br0, which bridges lan0 and wlan0. If I specify '--multicast-address br0' or '--multicast-interface br0', it still seems to only use wan0, as evidenced by /proc/net/igmp:
Idx Device : Count Querier Group Users Timer Reporter
1 lo : 1 V3
010000E0 1 0:00000000 0
2 wan0 : 2 V3
432D03E0 1 0:00000000 0
010000E0 1 0:00000000 0
3 lan0 : 1 V3
010000E0 1 0:00000000 0
4 wlan0 : 1 V3
010000E0 1 0:00000000 0
5 br0 : 1 V3
010000E0 1 0:00000000 0
Is this a bug, or am I missing something here?
Thanks!
Offline