Live data from Hacker News

Vxlan over WireGuard (On OpenBSD)

rob-turner.net

1–10 of 73 posts

Re: Vxlan over WireGuard (On OpenBSD)

#3
I love how this starts off "What is a VXLAN..." that was going to be my first question! So often posts like this seem to assume everyone knows what the topics are at the start. I know what WireGuard is, and I've at least heard of VXLAN before, but I couldn't remember what it was.

Re: Vxlan over WireGuard (On OpenBSD)

#5
The feature I would be interested in is if this can do link state toggling on the on the vxlan interface if the wg handshake timer goes stale. If that works, then it becomes practical to do things like run ospf routing over the vxlan interface.

Re: Vxlan over WireGuard (On OpenBSD)

#8
post #6

Earlier quoted context omitted.

Does this get you Layer 2 connectivity?

No, because most applications don't need layer 2 adjacency.

You may consider VoIP phones. When a phone boots up on a network segment the DHCP process comes into play. This process is a Layer 2 process. The DHCP packet could contain a boot server field (this is typical) so the VoIP phone can grab configuration. One may want the boot server info "isolated" from other network segments. Utilizing VLANs is one way to do this. Additionally, it is typical that QoS is applied at Layer 2 (something necessary for real-time protocols like VoIP).

Re: Vxlan over WireGuard (On OpenBSD)

#9
post #8

Earlier quoted context omitted.

No, because most applications don't need layer 2 adjacency.

You may consider VoIP phones. When a phone boots up on a network segment the DHCP process comes into play. This process is a Layer 2 process. The DHCP packet could contain a boot server field (this is typical) so the VoIP phone can grab configuration. One may want the boot server info "isolated" from other network segments. Utilizing VLANs is one way to do this. Additionally, it is typical that QoS is applied at Laye…

I hope you're not trying to run VoIP phones via vxlan over wireguard because you don't want to setup a local DHCP server

Re: Vxlan over WireGuard (On OpenBSD)

#10
post #5

The feature I would be interested in is if this can do link state toggling on the on the vxlan interface if the wg handshake timer goes stale. If that works, then it becomes practical to do things like run ospf routing over the vxlan interface.

[deleted]
Post reply on HN