On Wed, Jul 17, 2024 at 11:55 AM Sonic <sonicsm...@gmail.com> wrote: > The wg interface using an rdomain:
Got it to work, although it seems a bit convoluted. The wg interface config: ================================== rdomain 4 inet 10.2.0.2/32 wgkey <redacted> wgpeer <redacted> wgaip 0.0.0.0/0 wgendpoint <redacted> 51868 !route -T4 -n add default 10.2.0.2 wgrtable 0 ================================== I started to realize that that wg interface had no clue how to get back to the hosts on the vlan. Attempting to add routes did not work so I added the "wgrtable 0" to the interface as that rtable knew the routes. Thanks! Chris