Update Proxmox/ThunderboltNetwork.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user