ip suddenly disappears while running miner. #5738
-
The master Listen IP the worker is seeing suddenly disappears. Looking at ifconfig -a, 10G LAN card recognition improves, but ip suddenly disappears from the device name and vi / etc / netpan / device names are the same. The ip does not come up even if I proceed with netplan apply, and the ip comes up after rebooting the server itself. Has anyone ever experienced such a problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I recently had some problem with IP addresses on my Ubuntu server. If I remember correctly the name of the interface would change and lose its setting. I had to set the interface name based on MAC address - not sure if this is related to your problem. This is the new config:
|
Beta Was this translation helpful? Give feedback.
-
we have changed network names if we change hardware PCIe configurations. maybe have a look at https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ |
Beta Was this translation helpful? Give feedback.
we have changed network names if we change hardware PCIe configurations.
maybe have a look at
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/