Installation problem: could not resolve host repos.loraserver.io

Hi,

Is there any problem with lora repo. I try to install lora server on ubuntu Xenial, Trusty and on Debian Jessie. No luck. I follow steps but when I run command sudo apt-get install lora-gateway-bridge I got error
E: Unable to locate package lora-gateway-bridge

After that I repeat procedure, when I run command sudo apt-get update it returns me error:
Could not resolve host: repos.loraserver.io

On other instance where I have Trusty, when I run command sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
it returns:


?: keyserver.ubuntu.com: Host not found
gpgkeys: HTTP fetch error 7: couldn’t connect: Connection refused
gpg: no valid OpenPGP data found.

Thank you for your help,
Mladen

That looks like a firewall or network / DNS configuration issue. Your server is not able to resolve hostnames to IP addresses.

Could not resolve host: repos.loraserver.io

And

?: keyserver.ubuntu.com: Host not found
gpgkeys: HTTP fetch error 7: couldn’t connect: Connection refused

Hm,

I will ask our network guys, I know that last week it was working.

Thx

You could test if you’re able to ping or use curl from the command-line (the above hostnames, when that doesn’t work try google.com or any other hostname).