1

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.

Korjavin Ivan
  • 2,230
  • 2
  • 25
  • 39

1 Answers1

2

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

pauska
  • 19,532
  • 4
  • 55
  • 75