Re: [vpp-dev] Wireguard with Linux Control Plane

2022-10-20 Thread Landy Bible
Matt, It was indeed that simple! I've been trying to figure this out for two days and somehow missed that one little detail. My wireguard interface is up and FRR is talking OSPF over it now! Thanks! -Landy On Thu, Oct 20, 2022 at 3:05 PM Matthew Smith via lists.fd.io wrote: > > Hi Landy, > >

Re: [vpp-dev] Wireguard with Linux Control Plane

2022-10-20 Thread Matthew Smith via lists.fd.io
Hi Landy, The packet you're receiving is probably not encrypted. You can see that it was successfully decrypted after wg4-input because the trace shows the inside addresses (192.168.42.7 -> 192.168.42.6). None of the nodes after that point would have encrypted it again. The likely explanation is

Re: [vpp-dev] Wireguard with Linux Control Plane

2022-10-20 Thread Landy Bible
I captured a trace of an incoming ping packet, and I have included it below. This is a ping from 192.168.42.7 (remote wireguard peer, tunnel address) to 192.168.42.6 ( local vpp host, tunnel address ) It appears everything is good all the way through the punt stage, but for some reason the

[vpp-dev] Wireguard with Linux Control Plane

2022-10-19 Thread Landy Bible
Hey All, I'm having some trouble passing a wireguard connection into the kernel. I'm new to VPP, but my goal is to set up a series of FRR / VPP routers running OSPF, BGP, and wireguard to connect several datacenters and do internet peering for any anycast project. I am using VPP 22.06 on Ubuntu