Friday, 10 February 2017

Ubuntu 16.04 upgrade broken networking

I just upgraded an Ubuntu 14.04 virtual machine (running on VMWare) to 16.04 using do-release-upgrade on the command line. It isn't the first time I have done this with similar VMs running 14.04 so I was not expecting problems.

All appeared to go well until after the reboot when I could no longer SSH into the system. Thanks to this answer on Ask Ubuntu I discovered that for some reason Ubuntu now names their ethernet interfaces differently but didn't change the eth0 device configured statically in my /etc/networking/interfaces to the new device ens32 name.

I searched the Ubuntu bug tracker and found this bug that pretty much matches but claims to have fixed this back in March.

No comments:

Post a Comment

No DHCP IP on eth0 with Ubuntu Server 26.04 (64-bit) on Raspberry Pi 4b

This week I was attempting to get up and running with Ubuntu Server 26.04 (64-bit) on a Pi 4b using Raspberry Pi Imager 1.8.5. I noticed t...