Doing regular updates on my Ubuntu 20.04 LTS vps, one of them was netplan.io. After that upgraded, the rest of updates failed. This has apparently left my vps without connection. I cannot ping out or in, nor connect through ssh. I have tried upping the network interface (was down)
ip link set INTERFACE up
and it worked but with no effect (it is up but doesnt have connection). I still can connect and execute commands through my provider control panel.
EDIT: Temporarily I have added the comand "dhclient INTERFACE" to /etc/rc.local in order to execute it each start and it is working. I know it is a patch but right now I can't find the issue.
sudo dhclient INTERFACE
to get an IP address. – Terrance Apr 07 '21 at 17:30apt policy netplan.io
. – slangasek Apr 08 '21 at 05:51netplan.io: Installed: 0.99-0ubuntu1 Candidate: 0.99-0ubuntu1 Version table: *** 0.99-0ubuntu1 500 500 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 Packages 100 /var/lib/dpkg/status
– manuel Apr 08 '21 at 07:04