Update Proxmox/ThunderboltNetwork.md

This commit is contained in:
2024-06-16 20:09:10 +00:00
parent d571239cf6
commit 9099703733

View File

@@ -34,21 +34,21 @@ sed '${/^$/d;}' /etc/network/interfaces > temp.txt && mv temp.txt /etc/network/i
nano /etc/network/interfaces
```
**Node 1** at the beginning.
**Node 1** at the beginning below default auto lo.
```python
auto lo:0
iface lo:0 inet static
address 10.0.0.81/32
```
**Node 2** at the beginning.
**Node 2** at the beginning below default auto lo.
```python
auto lo:0
iface lo:0 inet static
address 10.0.0.82/32
```
**Node 3** at the beginning.
**Node 3** at the beginning below default auto lo.
```python
auto lo:0
iface lo:0 inet static