diff --git a/Proxmox/ThunderboltNetwork.md b/Proxmox/ThunderboltNetwork.md index 27d9f7a..eff2b5a 100644 --- a/Proxmox/ThunderboltNetwork.md +++ b/Proxmox/ThunderboltNetwork.md @@ -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 @@ -26,65 +26,6 @@ thunderbolt-net EOF ``` -Adjust the `/etc/network/interfaces`. Remove any section that belongs to any auto added **thunderbolt0** or **thunderbolt1** interface. - -**Node 1** -```python -sed -i '/iface lo inet loopback/a\ -\ -auto lo:0\niface lo:0 inet static\n address 10.0.0.81/32' /etc/network/interfaces -sed -i '/^source \/etc\/network\/interfaces\.d\/\*$/d' /etc/network/interfaces -sed '${/^$/d;}' /etc/network/interfaces > temp.txt && mv temp.txt /etc/network/interfaces - -tee -a /etc/network/interfaces < temp.txt && mv temp.txt /etc/network/interfaces - -tee -a /etc/network/interfaces < temp.txt && mv temp.txt /etc/network/interfaces - -tee -a /etc/network/interfaces < temp.txt && mv temp.txt /etc/network/interfaces + +tee -a /etc/network/interfaces < temp.txt && mv temp.txt /etc/network/interfaces + +tee -a /etc/network/interfaces < temp.txt && mv temp.txt /etc/network/interfaces + +tee -a /etc/network/interfaces <