Update Proxmox/ThunderboltNetwork.md

This commit is contained in:
2024-06-16 20:00:28 +00:00
parent 5d8aaa728b
commit 669ce82420

View File

@@ -29,6 +29,28 @@ sed '${/^$/d;}' /etc/network/interfaces > temp.txt && mv temp.txt /etc/network/i
nano /etc/network/interfaces
```
**Node 1** at the beginning.
```python
auto lo:0
iface lo:0 inet static
address 10.0.0.81/32
```
**Node 2** at the beginning.
```python
auto lo:0
iface lo:0 inet static
address 10.0.0.82/32
```
**Node 3** at the beginning.
```python
auto lo:0
iface lo:0 inet static
address 10.0.0.83/32
```
On each node at the end.
```python
allow-hotplug en05
iface en05 inet manual