In addition to prev question
How to share multicast traffic to many vlans
I recieve answer that solution for my task is mrouted on my freebsd router.
But for now i see this problems:
- mrouted accept only 32 interfaces, but i have 500 vlan interfaces on my router
mrouted -r , show right about "input" interface
8 vlan4055 172.16.20.29 subnet: 172.20.20.0/27 1 1 0 querier leaf IGMP querier: 172.20.20.29 (this system) Nbr bitmaps: 0x0000000000000000 pkts/bytes in : 759527/1020304898 pkts/bytes out: 0/0but looks like something wrong with all other 32 interfaces , i tryed to start vlc on many of them, but still see
pkts/bytes in : 0/0 pkts/bytes out: 0/0I have a lot of warnings in mrouted log:
15:57:11.875 warning - sendto to 224.0.0.4 on 10.33.133.126: Invalid argument 15:57:11.875 warning - sendto to 224.0.0.4 on 10.33.133.190: Invalid argument
Say me please, is mrouted right answer for my situation, and if Yes how to solve this 3 problems. If No what i must use as replacement for mrouted.
(also i need not bidirectional multicast routing, i always have exactly one input vlan, and 500 for output)