Update Proxmox/ThunderboltNetwork.md

This commit is contained in:
2024-06-16 20:42:28 +00:00
parent a5de27c8a3
commit 59bc7201fe

View File

@@ -2,7 +2,7 @@
Main idea is from [here](https://gist.github.com/scyto/76e94832927a89d977ea989da157e9dc), but I like to be able to copy paste a bit more comfortable.
### On all Nodes
## On all Nodes
Optional package to track which node can see which other one.
```python
@@ -93,7 +93,7 @@ EOF
chmod +x /etc/network/if-up.d/restart-frr
```
### Different settings per Node!
## Different settings per Node!
Adjust the `/etc/network/interfaces`. Remove any section that belongs to any auto added **thunderbolt0** or **thunderbolt1** interface.
@@ -254,7 +254,7 @@ Time for the reboot.
/sbin/reboot
```
### Debugging
## Debugging
```python
# shows the actual configuration
vtysh -c "show running-config"