Getting IPv6 route advertisements to work over WG
Roman Mamedov
rm at romanrm.net
Mon Aug 27 15:53:29 CEST 2018
On Mon, 27 Aug 2018 15:32:49 +0200
netravnen at gmail.com wrote:
> When using multicast over WireGuard, would it not be more viable to use
> an extra encapsulation layer to run multicast inside of?
>
> I am specifically thinking of running either GRE or L2TPv3 over wgX.
I know people run VXLAN or other L2 tunneling protocols over WG. I suppose
you can call that "viable" as in "it can work", but it's a horrible workaround
for the lack of better solution, nothing more. For instance the overhead
reaches comical levels:
TCP
over IP
over Ethernet
over VXLAN
over UDP
over IP
over Wireguard
over UDP
over IP
over Ethernet
Add more fun if you use something else such as PPPoE for Internet connection,
or a 6in4 tunnel for IPv6. At some point the whole thing will break down
because you can no longer fit 1280-byte packets into innermost MTU, and IPv6
won't work.
Not to mention the additional management overhead of an inner L2 tunneling
layer.
Now, if WG would support L2 mode natively (say, with AllowedMACs instead of
AllowedIPs) it would be awesome and that would solve a great number of other
issues as well. But since that appears to be unlikely, and since RAs already
mostly work, with just one piece missing, I hope at least that piece gets
dropped in at some point, and that we aren't stuck at least for this use case
with "more viable" tunneling workarounds forever.
--
With respect,
Roman
More information about the WireGuard
mailing list