VPN/Proxy
Verify the VPN connection
Verify configured network interfaces
Ensure that additional interfaces (on top of the default ones such as
eth0
andlo
) are addedSome other names are:
tun0
,tun1
, etc.
Verify public IP address (Ensure there is no IP leak)
Ensure that the address of the VPN server is displayed instead
Verify DNS resolution
For most cases, the VPN provider will update the
/etc/resolv.conf
file to include their own DNS server address(es).Trusted and secure DNS servers such as Google (
1.1.1.1
) and Cloudflare (8.8.8.8
) may be used too.
Note: Some VPNs use
systemd-resolved
or other resolvers, so DNS settings might be managed elsewhere (/run/systemd/resolve/resolv.conf
).
Verify if there are WebRTC, DNS or IP leaks.
This step presents another method to test for IP leak
Additional tests for WebRTC and DNS leaks should be performed too
Last updated