Cubietruck not receiving DHCP address from server

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have a Cubietruck board with 16.04 Ubuntu (armbian base) installed.



In the past I've used the board with a static IP address, defined in /etc/network/interfaces.



Today I wanted to expand my network a bit, and put a dlink router in a kind of repeater/switch mode (no wireless, no dhcp, only extending the network of the main, Mikrotik router). In the meantime, I wanted to change the board from static IP, to DHCP, with a fixed DHCP configured in the router.



My problem: I tried setting both DHCP and static configuration on my board, either connecting to the main router or the repeater, but I could not receive a working IP address.



The configurations I've tried:



for DHCP



auto eth0
allow-hotplug eth0
iface eth0 inet dhcp


for static



auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.88.42
netmask 255.255.255.0
gateway 192.168.88.1 # also tried 192.168.88.2 which is the repeater


On the Mikrotik router, there is no static DHCP address set yet.



What I found while trying:



  • WiFi with wlan0 (originally used through armbian-config) works perfectly with dhcp and no entry in the interfaces file.

  • dhclient tried requesting an older, 192.168.1.42 address, but I removed the dhclient.eth0.leases file

  • dhclient tries querying the 255.255.255.255 address, with no success.

  • ip addr show says the state of the interface is DOWN

  • ifconfig says when listing the interface: Interrupt: 51

Does anybody has any idea what could be my problem?



Edit: With this double router setup, other devices (an RPI2) do work.







share|improve this question

























    up vote
    0
    down vote

    favorite












    I have a Cubietruck board with 16.04 Ubuntu (armbian base) installed.



    In the past I've used the board with a static IP address, defined in /etc/network/interfaces.



    Today I wanted to expand my network a bit, and put a dlink router in a kind of repeater/switch mode (no wireless, no dhcp, only extending the network of the main, Mikrotik router). In the meantime, I wanted to change the board from static IP, to DHCP, with a fixed DHCP configured in the router.



    My problem: I tried setting both DHCP and static configuration on my board, either connecting to the main router or the repeater, but I could not receive a working IP address.



    The configurations I've tried:



    for DHCP



    auto eth0
    allow-hotplug eth0
    iface eth0 inet dhcp


    for static



    auto eth0
    allow-hotplug eth0
    iface eth0 inet static
    address 192.168.88.42
    netmask 255.255.255.0
    gateway 192.168.88.1 # also tried 192.168.88.2 which is the repeater


    On the Mikrotik router, there is no static DHCP address set yet.



    What I found while trying:



    • WiFi with wlan0 (originally used through armbian-config) works perfectly with dhcp and no entry in the interfaces file.

    • dhclient tried requesting an older, 192.168.1.42 address, but I removed the dhclient.eth0.leases file

    • dhclient tries querying the 255.255.255.255 address, with no success.

    • ip addr show says the state of the interface is DOWN

    • ifconfig says when listing the interface: Interrupt: 51

    Does anybody has any idea what could be my problem?



    Edit: With this double router setup, other devices (an RPI2) do work.







    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a Cubietruck board with 16.04 Ubuntu (armbian base) installed.



      In the past I've used the board with a static IP address, defined in /etc/network/interfaces.



      Today I wanted to expand my network a bit, and put a dlink router in a kind of repeater/switch mode (no wireless, no dhcp, only extending the network of the main, Mikrotik router). In the meantime, I wanted to change the board from static IP, to DHCP, with a fixed DHCP configured in the router.



      My problem: I tried setting both DHCP and static configuration on my board, either connecting to the main router or the repeater, but I could not receive a working IP address.



      The configurations I've tried:



      for DHCP



      auto eth0
      allow-hotplug eth0
      iface eth0 inet dhcp


      for static



      auto eth0
      allow-hotplug eth0
      iface eth0 inet static
      address 192.168.88.42
      netmask 255.255.255.0
      gateway 192.168.88.1 # also tried 192.168.88.2 which is the repeater


      On the Mikrotik router, there is no static DHCP address set yet.



      What I found while trying:



      • WiFi with wlan0 (originally used through armbian-config) works perfectly with dhcp and no entry in the interfaces file.

      • dhclient tried requesting an older, 192.168.1.42 address, but I removed the dhclient.eth0.leases file

      • dhclient tries querying the 255.255.255.255 address, with no success.

      • ip addr show says the state of the interface is DOWN

      • ifconfig says when listing the interface: Interrupt: 51

      Does anybody has any idea what could be my problem?



      Edit: With this double router setup, other devices (an RPI2) do work.







      share|improve this question













      I have a Cubietruck board with 16.04 Ubuntu (armbian base) installed.



      In the past I've used the board with a static IP address, defined in /etc/network/interfaces.



      Today I wanted to expand my network a bit, and put a dlink router in a kind of repeater/switch mode (no wireless, no dhcp, only extending the network of the main, Mikrotik router). In the meantime, I wanted to change the board from static IP, to DHCP, with a fixed DHCP configured in the router.



      My problem: I tried setting both DHCP and static configuration on my board, either connecting to the main router or the repeater, but I could not receive a working IP address.



      The configurations I've tried:



      for DHCP



      auto eth0
      allow-hotplug eth0
      iface eth0 inet dhcp


      for static



      auto eth0
      allow-hotplug eth0
      iface eth0 inet static
      address 192.168.88.42
      netmask 255.255.255.0
      gateway 192.168.88.1 # also tried 192.168.88.2 which is the repeater


      On the Mikrotik router, there is no static DHCP address set yet.



      What I found while trying:



      • WiFi with wlan0 (originally used through armbian-config) works perfectly with dhcp and no entry in the interfaces file.

      • dhclient tried requesting an older, 192.168.1.42 address, but I removed the dhclient.eth0.leases file

      • dhclient tries querying the 255.255.255.255 address, with no success.

      • ip addr show says the state of the interface is DOWN

      • ifconfig says when listing the interface: Interrupt: 51

      Does anybody has any idea what could be my problem?



      Edit: With this double router setup, other devices (an RPI2) do work.









      share|improve this question












      share|improve this question




      share|improve this question








      edited May 8 at 0:29
























      asked May 8 at 0:16









      Brabulla

      12




      12

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f442428%2fcubietruck-not-receiving-dhcp-address-from-server%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f442428%2fcubietruck-not-receiving-dhcp-address-from-server%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay