New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
ScaleWay no network, anyone else or only me?
Can anyone check their scaleway cloud server if has netowork?
curl "https://google.com"
curl: (6) Could not resolve host: google.com
Wanted install mtr bbbut
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/m/mtr/mtr_0.86-1ubuntu0.1_amd64.deb Temporary failure resolving 'archive.ubuntu.com'

Comments
Check
/etc/resolv.confreturn nothing, but the server works yesterday so how
Run this
echo nameserver 8.8.8.8 > /etc/resolv.confThen try again.
You can check Scaleway status here.
Now works thx sooo much
How it could happens and why the fok ??
What OS?
facepalm Linux 101
16.04 uses systemd, set name servers for systemd-resolve and it will be persistent.
As Ishaq said, you add nameservers to /etc/resolv.conf otherwise you'll get those can't resolve messages. You can use the regular Google DNS servers or most providers will provide some you can use too, and if you're using IPv6 make sure to add IPv6 name servers as well.