summaryrefslogtreecommitdiff
path: root/Checklist for network node issues after rebooting.md
blob: 013f1dc5bb40766328e77e59fc51f50b2412fc1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
```