sam
@sam@cablespaghetti.dev
790 following, 702 followers
@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