diff options
Diffstat (limited to 'Checklist for network node issues after rebooting.md')
-rw-r--r-- | Checklist for network node issues after rebooting.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Checklist for network node issues after rebooting.md b/Checklist for network node issues after rebooting.md new file mode 100644 index 0000000..013f1dc --- /dev/null +++ b/Checklist for network node issues after rebooting.md @@ -0,0 +1,18 @@ +--- +tags: + - groupvps + - ovn +--- +Check if links are up `ip l` +Check contents of `/etc/network/interfaces` as well as the files it sources. +Check if we have routes `ip r +``` +[jasras@n01.network.vps1-cph8 ~]$ ip r +default via 10.67.1.1 dev bond0 mtu 1500 +10.67.1.0/24 dev bond0 proto kernel scope link src 10.67.1.41 +10.67.3.0/24 dev bond0.21 proto kernel scope link src 10.67.3.41 +10.67.4.0/24 dev bond0.22 proto kernel scope link src 10.67.4.41 +10.67.5.0/24 dev bond0.23 proto kernel scope link src 10.67.5.41 +10.68.0.0/20 via 10.68.1.1 dev bond0.300 +10.68.1.0/24 dev bond0.300 proto kernel scope link src 10.68.1.41 +```
\ No newline at end of file |