ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Static IP address on eth0

    VOXL
    4
    4
    783
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Sem AndewegS
      Sem Andeweg
      last edited by

      I want to create a static IP Address on eth0.

      Now we have added an custom IP link to the USB 2.0 port of the USB expansion board via an ethernet to USB adapter. This works perfectly following the regular link: https://docs.modalai.com/usb-to-ethernet-with-voxl/

      But our custom IP link will only work with IP address 192.168.144.20 to 192.168.144.24

      Last Monday I got the eth0 to this IP address via changing /etc/network/interfaces to:
      IP: 192.168.144.20/24
      Mask: 255.255.255.0
      Default gateway: Leave open

      And everything worked perfectly and I was happy. Even for a couple of times restarting the system.
      But today it doesn't work anymore, it's back again changing the IP address of eth0 to whatever suits the VOXL best. Was this the best method to change the IP address on the eth0? Or is there something wrong? And how can I change this on a better way?

      Eric KatzfeyE 1 Reply Last reply Reply Quote 1
      • Eric KatzfeyE
        Eric Katzfey ModalAI Team @Sem Andeweg
        last edited by

        @Sem-Andeweg Typically the IP address is assigned via DHCP from your local router. The Voxl is not choosing it. To statically assign something take a look at this: https://www.howtogeek.com/118337/stupid-geek-tricks-change-your-ip-address-from-the-command-line-in-linux/.

        1 Reply Last reply Reply Quote 0
        • SmittyHalibutS
          SmittyHalibut
          last edited by

          According to https://docs.modalai.com/wifi-setup/

          Note: It’s not currently possible to assign a static IP, only DHCP is supported. If you need a static IP on your own wifi network it’s best to configure that in your router’s software.
          

          I assume that applies to wired eth0 since they are probably configured in the OS similarly. I don't have authoritative info on that though, I'm literally just getting started with VOXL and ran the Quickstart Guides yesterday and remember seeing this.

          1 Reply Last reply Reply Quote 0
          • tomT
            tom admin
            last edited by

            @SmittyHalibut That page may be outdated. You definitely can set a static IP on eth0, it is required for Microhard usage. For example voxl-modem uses the interfaces file here for setting a static IP: https://gitlab.com/voxl-public/utilities/voxl-modem/-/blob/master/config/interfaces

            It does require pulling down / up the interface on boot: https://gitlab.com/voxl-public/utilities/voxl-modem/-/blob/master/scripts/voxl-modem#L516 which may be a solution for @Sem-Andeweg

            1 Reply Last reply Reply Quote 2
            • First post
              Last post
            Powered by NodeBB | Contributors