You are not logged in.

#1 2014-03-09 21:54:01

lexan
Member
Registered: 2011-06-15
Posts: 45

[Solved] No network connection on cloud host

Where can I get started on trying to debug my issue of having no network connection on my server? It was working a few days ago.

Ping results in unknown host errors, and I my ethernet module, virtio_pci, is loaded when I run

lsmod

I can't ssh into my server, but I have "console" access through digitalocean's console service.

Thank you.

Last edited by lexan (2014-03-10 00:06:03)

Offline

#2 2014-03-09 21:59:09

Centzilius
Member
From: Berlin, Germany
Registered: 2014-03-09
Posts: 14
Website

Re: [Solved] No network connection on cloud host

There was an systemd update which renamed the interface names of virtio devices. Have you checked your network configuration if it is still valid?


PGP-Key: BEF72880 - Website
Please excuse my poor English skills. I'm not a native speaker.

Offline

#3 2014-03-09 22:28:43

lexan
Member
Registered: 2011-06-15
Posts: 45

Re: [Solved] No network connection on cloud host

Centzilius wrote:

There was an systemd update which renamed the interface names of virtio devices. Have you checked your network configuration if it is still valid?

The interface names can be listed from /sys/class/net, right? In my case, it is enp0s3.
Activating the interface with

ip link set enp0s3 up

does not seem to work.

Thank you for the reply!

Offline

#4 2014-03-09 22:43:20

Centzilius
Member
From: Berlin, Germany
Registered: 2014-03-09
Posts: 14
Website

Re: [Solved] No network connection on cloud host

You can list your inferface names with

ip link

. How do you normaly initialize your network connection?

Last edited by Centzilius (2014-03-09 22:44:00)


PGP-Key: BEF72880 - Website
Please excuse my poor English skills. I'm not a native speaker.

Offline

#5 2014-03-09 22:56:26

lexan
Member
Registered: 2011-06-15
Posts: 45

Re: [Solved] No network connection on cloud host

Centzilius wrote:

You can list your inferface names with

ip link

. How do you normaly initialize your network connection?

It was already initialized when I chose to install arch linux on the cloud server. How can I find out how it was initialized?
Will listing systemd's running units with systemctl tell me?

Offline

#6 2014-03-09 23:03:47

Centzilius
Member
From: Berlin, Germany
Registered: 2014-03-09
Posts: 14
Website

Re: [Solved] No network connection on cloud host

Oh okay... it was then propably initialized by netcfg (or something like that, outdated). Try this guide.
To get your network up and running for this, do the steps from recovering first.


PGP-Key: BEF72880 - Website
Please excuse my poor English skills. I'm not a native speaker.

Offline

#7 2014-03-10 00:05:46

lexan
Member
Registered: 2011-06-15
Posts: 45

Re: [Solved] No network connection on cloud host

Centzilius wrote:

Oh okay... it was then propably initialized by netcfg (or something like that, outdated). Try this guide.
To get your network up and running for this, do the steps from recovering first.


That worked great! I didn't see their post.

Thanks a lot! :-)

Offline

Board footer

Powered by FluxBB