Vxlan over WireGuard (On OpenBSD)
rob-turner.net
Vxlan over WireGuard (On OpenBSD)
1–10 of 73 posts
Re: Vxlan over WireGuard (On OpenBSD)
#2How does it handle segmenting jumbo frames? Etc.
Re: Vxlan over WireGuard (On OpenBSD)
#3Re: Vxlan over WireGuard (On OpenBSD)
#4Re: Vxlan over WireGuard (On OpenBSD)
#5Re: Vxlan over WireGuard (On OpenBSD)
#6Just do static routes or BGP over Wireguard. Simpler, scalable, less error prone.
Re: Vxlan over WireGuard (On OpenBSD)
#7Re: Vxlan over WireGuard (On OpenBSD)
#8Earlier quoted context omitted.
Does this get you Layer 2 connectivity?
No, because most applications don't need layer 2 adjacency.
Re: Vxlan over WireGuard (On OpenBSD)
#9Earlier 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…
Re: Vxlan over WireGuard (On OpenBSD)
#10The 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.