Playbook for Hetzner VMs being reported as unreachable: Difference between revisions

From Delft Solutions
Jump to navigation Jump to search
(Created page with "# Playbook for debugging Hetzner issue # Check with a separate device that the services being reported as down are unreachable # Manually run `traceroute -I` as root from status.delftinfra.net to a VM that is unreachable. # Determine whether or not there is a hop in the path that is problematic. # Reset the servers DHCP settings if there is an issue using `dhclient eth0`")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
# Playbook for debugging Hetzner issue
==Playbook for debugging Hetzner issue==


# Check with a separate device that the services being reported as down are unreachable
# Check with a separate device that the services being reported as down are unreachable
# Manually run  `traceroute -I` as root from status.delftinfra.net to a VM that is unreachable.  
# Manually run  `traceroute -I` as root from status.delftinfra.net to a VM that is unreachable.
# Determine whether or not there is a hop in the path that is problematic.
# Check the traceroute items already configured on Zabbix to ns1, wouter.dev.delftsolutions.nl and vincent.dev.delftsolutions.nl
# Reset the servers DHCP settings if there is an issue using `dhclient eth0`
# Determine whether or not there is a hop in the path, for any of these traceroutes, that is either the cause of the issue, or a likely contender for further investigation.

Latest revision as of 03:05, 11 March 2024

Playbook for debugging Hetzner issue

  1. Check with a separate device that the services being reported as down are unreachable
  2. Manually run `traceroute -I` as root from status.delftinfra.net to a VM that is unreachable.
  3. Check the traceroute items already configured on Zabbix to ns1, wouter.dev.delftsolutions.nl and vincent.dev.delftsolutions.nl
  4. Determine whether or not there is a hop in the path, for any of these traceroutes, that is either the cause of the issue, or a likely contender for further investigation.