Hi, after upgrade from 14.04, my 16.04 virtual machine does not start it's network:
shows on eth0
However, only lo was brought up, ifconfig shows no trace of eth0.
fixes the situation. For a permanent workaround, I can put these two commands into rc.local
Any suggestion for what's going wrong here?
Thanks!
Code:
journalctl -b
Code:
Jul 31 08:01:02 server systemd[1]: Started ifup for eth0.
Jul 31 08:01:02 server sh[1551]: ifup: interface eth0 already configured
Code:
#ifdown eth0
#ifup eth0
Any suggestion for what's going wrong here?
Thanks!