2024-10-07, 01:53 AM
You really should setup a static address. The address change to 192.168.1.126, not 125. Or was it always 126?
Also, can you describe your networking setup? I see an oddity in the netplan output.
Based on what I am reading, when the metric is 20100 that means that the OS determined that this particular interface doesn't have access to the Internet.
What happens when you run this variation of the ping command? Forcing it to use your actual NIC and not your VPN.
Or is the enp0s25 metrics 20100 DUE TO the VPN?
Also, can you describe your networking setup? I see an oddity in the netplan output.
Code:
Routes: default via 192.168.1.254 metric 20100 (dhcp)
Based on what I am reading, when the metric is 20100 that means that the OS determined that this particular interface doesn't have access to the Internet.
What happens when you run this variation of the ping command? Forcing it to use your actual NIC and not your VPN.
Code:
ping -I enp0s25 -c -1 google.com
Or is the enp0s25 metrics 20100 DUE TO the VPN?