I have linux computer , this computer connected with entire my network via zyxel gs-2200.

In this zyxel also connected router with 500 vlans, one by client.

On linux computer i have vlc program that stream multicast ip-tv.

In the same vlan where is my linux box, i can see the tv.

Question is, how to reshare this multicast stream to all vlans?

Who (zyxel, router (freebsd) , or linux box) and how must modify stream to be public for all client vlans.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You need to use multicast routing between the VLAN's to make this work.

From what I can tell you'll need to compile the FreeBSD kernel with the MROUTING option, and then use mrouted.

See the following thread on the official FreeBSD forums for more information: http://forums.freebsd.org/showthread.php?t=5875

link|improve this answer
i had hope, that l2 zyxel can do that. but bsd-router ok too. tnx. – Korjavin Ivan Oct 19 '11 at 6:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.