Skip to main content
RunBook Academy

← All checklists in Proxmox VE

QuarterlyNetworking

Network readiness checklist

14 items ·3 critical ·4 warn ·7 info

Network readiness checklist

Quarterly review of the network layer (switches, routers, APs, firewalls) that underpins the cluster. Network issues account for many PVE outages; this check reduces surprises.

When to run

  • Quarterly as part of operational hygiene
  • After any network hardware change
  • After any unexplained outage
  • After any firmware upgrade

Critical3 items

Warning4 items

  1. for h in <hops>; do echo -n "$h: "; ping -c1 -M do -s $((<mtu>-28)) $h 2>/dev/null | grep -oP "mtu \K\d+" || echo "FAIL"; done

Info7 items

  1. dig axfr @<ns> <zone>
  2. mtr -n <peer-node> --report --report-cycles 100