Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


ScaleWay no network, anyone else or only me?
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.

ScaleWay no network, anyone else or only me?

xrzxrz Member

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.conf

    Thanked by 1xrz
  • xrzxrz Member
    edited February 2017

    cat /etc/resolv.conf

    return nothing, but the server works yesterday so how

  • Run this

    echo nameserver 8.8.8.8 > /etc/resolv.conf

    Then try again.

    Thanked by 1xrz
  • :) You wouldn't be able to connect to the VPS if the network is down. However as @Ishaq has suggested, it might be a problem with your resolv.conf.

    You can check Scaleway status here.

  • Now works thx sooo much :) How it could happens and why the fok ??

  • What OS?

    Thanked by 1xrz
  • facepalm Linux 101

  • xrzxrz Member
    edited February 2017

    lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 16.04.1 LTS
    Release: 16.04
    Codename: xenial

  • 16.04 uses systemd, set name servers for systemd-resolve and it will be persistent.

    Thanked by 1xrz
  • 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.

Sign In or Register to comment.