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