sam
@sam@cablespaghetti.dev
790 following, 702 followers
@sam sounds like the theoretically unlikely* situation of two independent devices trying to use the same v6 address.
*Unlikely given the depth and breadth of the namespace, but...
Have you set a static address on this one?
@sam
While it's in faulty state, can you run tcpdump to see if traffic is actually getting to it?
Via a v4 connection, obviously! Something like this:
tcpdump -n -i eth0 '(tcp and port 22) or icmp'
Make an SSH connection and see if the inbound SYN packet reaches the interface, or the interface itself responds with an RST or ICMP port/host unreachable.
No packets? Provider.
Packets and ICMP? Your problem!
@WiteWulf