Configure Conduit mLinux LoRa for Loriot server

Home Forums Conduit: mLinux Model Configure Conduit mLinux LoRa for Loriot server

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18945
    Marta Soncodi
    Participant

    I cannot figure-out the DNS part in “Make sure the Conduit can resolve Internet DNS names and has general Internet access”,

    I can install the Loriot provided script by referring to the IP for “us1.loriot.io” but the script itself needs DNS resolution and I have not found instructions to do so.

    The error I get:
    [2017-05-05 22:37:37.353][LOG ] Connecting config server us1.loriot.io
    [2017-05-05 22:37:37.358][ERROR] getaddrinfo: -2 Name or service not known 111 Connection refused
    [2017-05-05 22:37:37.360][ERROR] TLS hostname error (111):Connection refused, move to the next one

    Information or suggestions are appreciated.

    Regards,
    Marta Soncodi

    #18946
    Jason Reiss
    Keymaster

    Are you connected to internet through cellular or LAN?

    Network setup manual or DHCP?

    See dns setup files:

    Search Results

    #18947
    Marta Soncodi
    Participant

    Thank you, Jason.

    I am connected LAN via Ethernet cable. I set static IP via /etc/network/interfaces – address, netmask, gateway, dns-nameservers (this one is a guess, does not work).

    The link you sent does not display results. Please clarify.

    #18948
    Marta Soncodi
    Participant

    OK, found your previous post here: http://www.multitech.net/developer/forums/topic/dns-configuration-on-mlinux/

    I have it set up similr to your recommendation:
    # Wired interface
    auto eth0
    iface eth0 inet static
    address 192.168.2.100
    gateway 192.168.2.1
    netmask 255.255.255.0

    I have Internet access (ping IP) but not DNS (“us1.loriot.io” translation).

    #18949
    Marta Soncodi
    Participant

    Jason, thank you, it works as described here:

    DNS configuration on MLinux

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.