I figured out the issue
When I was connecting to the vpn my search path was disappearing. None of my internal domains resolve with out the search path.
on wifi
user@hostname ~ % cat /etc/resolv.conf
search lan.internal
nameserver 10.10.10.1
on WireGuard
user@hostname ~ % cat /etc/resolv.conf
nameserver 10.10.10.1
So the next question I had to ask was how do you add a search path to wireguard
I found it site. https://rakhesh.com/linux-bsd/wireguard-search-domain/
in the DNS servers box you have to add in "10.10.10.1, lan.internal"
Now everything appears to be woking as expected.
When I was connecting to the vpn my search path was disappearing. None of my internal domains resolve with out the search path.
on wifi
user@hostname ~ % cat /etc/resolv.conf
search lan.internal
nameserver 10.10.10.1
on WireGuard
user@hostname ~ % cat /etc/resolv.conf
nameserver 10.10.10.1
So the next question I had to ask was how do you add a search path to wireguard
I found it site. https://rakhesh.com/linux-bsd/wireguard-search-domain/
in the DNS servers box you have to add in "10.10.10.1, lan.internal"
Now everything appears to be woking as expected.
"