<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 16.04.2018 13:31, Zsolt Hegyi wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAJqFBzx2=aQox=RhtK-L0FsLZ+xKL19v4jQ0WGO6hxwubBYuGQ@mail.gmail.com">Hi
Cedric,
<div><br>
</div>
<div>As far as I know, wireguard doesn't support multicasts yet,
which OSPF uses for neighbor discovery. The reason why BGP works
is because it uses unicast TCP packets as means of
communication.</div>
<div><br>
</div>
<div>To get around this, try telling BIRD that your wireguard
interface is an NBMA network (or a point-to-point link).</div>
<div><br>
</div>
<div>vista<br>
<br>
<div class="gmail_quote">
<div dir="ltr">On Mon, 16 Apr 2018, 11:27 cedric Kienzler,
<<a href="mailto:cedrickienzler1@gmail.com"
moz-do-not-send="true">cedrickienzler1@gmail.com</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>Hey List,<br>
<br>
</div>
i'm currently facing issues with OSPF over
the wireguard tunnel.<br>
<br>
</div>
I use both, IPv4 and IPv6 and everything
works fine. I can ping through the tunnel,
traffic flows perfectly, but when i try to
configure OSPF using the Bird routing
daemon, i didn't even see a HELLO message.
Also when trying to list the interface using
'show ospf interfaces' i didn't even see the
Interface.<br>
<br>
</div>
For IPv6 i use 2a03.... as prefix.<br>
</div>
Should i configure multicast IPv6 (fe80::) on
the interface too to get OSPF working?<br>
<br>
</div>
Interesting fact: BGB using Bird works just fine.<br>
<br>
</div>
Anyone here that could help me?<br>
<br>
<br>
</div>
Thanks a lot.<br>
<br>
</div>
Best regards,<br>
</div>
Cedi<br>
</div>
_______________________________________________<br>
WireGuard mailing list<br>
<a href="mailto:WireGuard@lists.zx2c4.com" target="_blank"
moz-do-not-send="true">WireGuard@lists.zx2c4.com</a><br>
<a href="https://lists.zx2c4.com/mailman/listinfo/wireguard"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.zx2c4.com/mailman/listinfo/wireguard</a><br>
</blockquote>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
WireGuard mailing list
<a class="moz-txt-link-abbreviated" href="mailto:WireGuard@lists.zx2c4.com">WireGuard@lists.zx2c4.com</a>
<a class="moz-txt-link-freetext" href="https://lists.zx2c4.com/mailman/listinfo/wireguard">https://lists.zx2c4.com/mailman/listinfo/wireguard</a>
</pre>
</blockquote>
<p>I have something like this (but with frr/quagga)<br>
</p>
<p><br>
router ospf<br>
ospf router-id 172.16.223.2<br>
network 192.168.123.0/24 area 1<br>
network 172.16.223.0/24 area 1<br>
</p>
<p>172.16.223.2 being the wg0 local interface</p>
<p>Regards<br>
</p>
</body>
</html>