-
Notifications
You must be signed in to change notification settings - Fork 28
Description
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
- You have explained the issue clearly, and included all relevant info
- You are using the latest version of multitoolbox
- You've checked that this issue hasn't already been raised
- You've checked the official RunOnFlux Discord Pinned messages and FAQ
- You agree to the code of conduct