I just had this happen to a 2nd node. This one while still setting it up, before joining cluster.
I had this happen to a node I had & I tried a bunch of things but eventually ended up migrating everything off it & re-installing. I thought it had happened as a result of an in-place-upgrade to 8.2.2 from 8.1.something. After taking it down I decided to re-start everything with a new setup. I took down both of my newer nodes, leaving just my original one. I plan to get these 2 going then do the same with that one, except when I re-add it it will be on a different machine.
Here's what happened
Seemingly at random, no new config changes, my node started having a problem with getting updates. I went through these steps, checked network settings, looked online for answers but eventually gave up. Now I'm going through this with a new node that I'm still in the process of setting up. It's been about a week since I set it up initially, but I haven't really finished the setup until now. The other one was updated to 8.2.2 for probably about a week, maybe a bit more or less before it had the same problem.
Here's the steps I've gone through, I'm sharing them with the new node because it's in front of me, but I did the same plus much more, unsuccessfully, with the other.
I went into the CLI & tried a ping
I'm accessing the CLI via Windows Terminal SSH so I am connected to the network but
Does anyone know what I'm doing wrong or how to fix this?
I had this happen to a node I had & I tried a bunch of things but eventually ended up migrating everything off it & re-installing. I thought it had happened as a result of an in-place-upgrade to 8.2.2 from 8.1.something. After taking it down I decided to re-start everything with a new setup. I took down both of my newer nodes, leaving just my original one. I plan to get these 2 going then do the same with that one, except when I re-add it it will be on a different machine.
Here's what happened
Seemingly at random, no new config changes, my node started having a problem with getting updates. I went through these steps, checked network settings, looked online for answers but eventually gave up. Now I'm going through this with a new node that I'm still in the process of setting up. It's been about a week since I set it up initially, but I haven't really finished the setup until now. The other one was updated to 8.2.2 for probably about a week, maybe a bit more or less before it had the same problem.
Here's the steps I've gone through, I'm sharing them with the new node because it's in front of me, but I did the same plus much more, unsuccessfully, with the other.
I went into the CLI & tried a ping
Bash:
root@boxmox:~# ping 1.1.1.1 -c 4
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
From 169.254.108.185 icmp_seq=1 Destination Host Unreachable
From 169.254.108.185 icmp_seq=2 Destination Host Unreachable
From 169.254.108.185 icmp_seq=3 Destination Host Unreachable
From 169.254.108.185 icmp_seq=4 Destination Host Unreachable
--- 1.1.1.1 ping statistics ---
4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3084ms
pipe 4
I'm accessing the CLI via Windows Terminal SSH so I am connected to the network but
- I tried a local Ping as well
Bash:
root@boxmox:~# ping 192.168.10.1 -c 4
PING 192.168.10.1 (192.168.10.1) 56(84) bytes of data.
64 bytes from 192.168.10.1: icmp_seq=1 ttl=64 time=0.557 ms
64 bytes from 192.168.10.1: icmp_seq=2 ttl=64 time=0.631 ms
64 bytes from 192.168.10.1: icmp_seq=3 ttl=64 time=0.603 ms
64 bytes from 192.168.10.1: icmp_seq=4 ttl=64 time=0.612 ms
--- 192.168.10.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3106ms
rtt min/avg/max/mdev = 0.557/0.600/0.631/0.027 ms
- I went & checked my network settings, compared them with the original node that's working fine, nothing is different
- I tried turning off
vLAN
Aware but that didn't change anything - I turned off, rebooted, left off for an hour, no change
- I tried a different network cable, no change
Does anyone know what I'm doing wrong or how to fix this?
Last edited: