How to Setup SmartMadre on Linux

  1. Create a device or select the device you want to configure from your device list.
  2. Write down or copy the DNS Server listed in the Network section of the device page.
  3. On your computer, edit as the root user the /etc/network/interfaces file
  4. Below the iface lo inet loopback line, insert the following line:

    dns-nameservers 1.2.3.4
    Except instead of 1.2.3.4 you use the DNS Server address copied from step 2.
  5. The /etc/network/interfaces file should look similar to this:

    auto lo
    iface lo inet loopback
    dns-nameservers 23.92.26.216
    
  6. Save the file, exit the editor, and open a terminal.
  7. As the root user, type the following commmand:

    ifdown lo
  8. As the root user, type the following commmand:

    ifup lo