Skip to content

[BUG] Secondary IP address does not get when USB to ETHERNET device is used #19

Description

@slinkfurball

Environment

Self-Hosted

System

20.04 LTS

Version

v7.2

Describe the problem

When using USB to Ethernet dongle to install the fluxnode (option#2)in multitoolbox, the secondary IP address does not get created for the ethernet interface. I have tried both TP-LINK Model UE-300 USB 3.0 to Gigabit Ethernet Adapter and Belkin USB 2.0 Ethernet Adapter F4U047 100Mbps and both have the same issue.

Users will see "Failed: Could not get Node Tier From Flux OS" in the ~/.fluxbenchmark/debug.log and option #3 does not provide helpful insight as to what the problem maybe. Improvement in option #3 is to report if secondary IP is missing and how to fix it.

Temporary Work around is to add the secondary interface manually at boot up via the following commands:

sudo ip addr add <public IP / Netmask> dev

run the following cmd to see the details of the interface: ip addr
priminary IP: LAN IP/netmask
secondary IP : Public IP/netmask <-- this one is missing after multitoolbox install of fluxnode (option #2)

Additional info

No response

Please tick the boxes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions