I am running a remote server a VPS, all was well,
Upgraded to Ubuntu 16.04 and immediately my ssh (putty) stopped allowing me access, it just can't find server, cannot ping... it says
network unreachable
Checked all firewalls and all exactly same as before,
All firewalls open on correct ports, all software runs correctly on reboot, its all working except I cannot connect to server by any means, I cannot SSH,
When running service networking status
I get the following error report,
It is failing to raise networking services and so I cannot access server, it also lists dhclient
failure,
My Hosting provider provides a terminal interface so I can run commands luckily,
Please help as I have tried ALL articles on net for this including here and no luck, I now have a server which is working fine except neither I or anyone else can ever contact it,
The contents of my /etc/network/interfaces
file are correct,
Loopback interface
auto lo eth0
iface lo inet loopback
Primary Network Interface
auto eth0
iface eth0 inet dhcp
please advise as I am not willing to start from scratch with server and don't know why Ubuntu has not fixed this ongoing bug which many people have reported,
Hope you can help?
I ran
ifconfig
results below, then changed/etc/network/interfaces
file, firstly todocker0
then toveth1367b5d
to try raising them,and ran
ifup
andifdown
exactly as you suggested for each one in turn to test them:docker is a container running for my discourse forum, and two other Ethernet listed, I tried docker and then one of ethernets but neither produced anything but errors and would not raised network services,
any help would be appreciated
thank you
– Thomas Branley Aug 20 '16 at 05:23