xendi
Occasional Visitor
I'm using the VPN Client policy rules to specify clients on the network I want routed through a VPN. On my machine that is VPN routed, if I run:
I see the DNS my machine is using is: 192.168.50.1
My VPN provider runs their own DNS servers which they recommend you use for privacy reasons. In my VPN client options, I have set Accept DNS Configuration to "Exclusive" mode. Does this mean that DNS queries sent to my router are routed through the VPN's DNS server? I half expected it to propagate the VPN's DNS server to my machine via DHCP. Instead, it's telling my machine to use the router's IP as its DNS server. This is fine as long as my DNS queries are being forward to the VPN's DNS servers but idk if that's what's happening. Is it?
Code:
( nmcli dev list || nmcli dev show ) 2>/dev/null | grep DNS
I see the DNS my machine is using is: 192.168.50.1
My VPN provider runs their own DNS servers which they recommend you use for privacy reasons. In my VPN client options, I have set Accept DNS Configuration to "Exclusive" mode. Does this mean that DNS queries sent to my router are routed through the VPN's DNS server? I half expected it to propagate the VPN's DNS server to my machine via DHCP. Instead, it's telling my machine to use the router's IP as its DNS server. This is fine as long as my DNS queries are being forward to the VPN's DNS servers but idk if that's what's happening. Is it?