-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Secondary IP address does not get when USB to ETHERNET device is used #19
Comments
Multiple scripts multitoolbox.sh, nodeanalizerandfixer.sh and install_pro.sh try to locate the physical ethernet adapter on the host using |
i will go in diff direction due not all user are networking expert and solution should work for all |
Agree, that could add a layer of difficulty for less tech-savvy node operators so better keep it simple as default behavior. What's your handle on the Flux discord? I've looked up for XK4MiLX but can't seem to find you. ------------EDIT-------------- |
New solution in development branch => option 10 > Device - create config |
@floriangrousset Are you still having issues with this? |
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
The text was updated successfully, but these errors were encountered: