diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-04-30 15:14:56 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-04-30 15:14:56 +0200 |
commit | 4223e9afd4401bd930ca815ffa816eb76fad83f6 (patch) | |
tree | b8907fc631e2ad61b7c8741304b8cd6e6e4a53de /Checklist for network node issues after rebooting.md | |
parent | f43d0473320b9b2297b1a00880316aee9066b81a (diff) |
vault backup: 2025-04-30 15:14:56
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 |