0

If a client connects to one vpn server, can it join a video meeting which is based on IGMP?

Khaled
  • 36,533
  • 8
  • 72
  • 99
larry
  • 4,037
  • 9
  • 36
  • 42

2 Answers2

1

RFC4045 describes extensions to support multicast over L2TP protocol. So, it seems possible, but it depends on the implementation you use.

Khaled
  • 36,533
  • 8
  • 72
  • 99
1

In addition to what Khaled had written, there are other encapsulation protocols which would support Multicast encapsulation - GRE for example. Most "multicast tunneling" techniques allow multicast transmissions to cross unicast-only networks using GRE. The more advanced and flexible version of tunneling is AMT which is in the standardization process for about a decade now, but has working implementations and sees some use.

the-wabbit
  • 40,737
  • 13
  • 111
  • 174