Common log messages that point to the cause:
sudo ip link delete tun0 # Replace tun0 with your VPN interface sudo ip link delete wg0 # For WireGuard Common log messages that point to the cause:
Before diving into terminal commands, rule out the simplest causes: sudo nmcli connection up <
Your system may have a stale DHCP lease stored in memory. Releasing and renewing can force a fresh IP request. Common log messages that point to the cause:
If nothing else works, dig into the kernel and system logs.
sudo nmcli connection down <connection_name> sudo nmcli connection up <connection_name>