Skip to content

Commit 3829696

Browse files
fix(proxmox): Added note about LACP/LAGG
1 parent 4d648ae commit 3829696

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_posts/2020-11-28-first-11-things-proxmox.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ bridge-vids 20
111111
nano /etc/network/interfaces
112112
```
113113

114-
```
114+
```confg
115115
auto eno1
116116
iface eno1 inet manual
117117
@@ -137,6 +137,9 @@ iface vmbr0 inet static
137137
#lacp nic team
138138
```
139139

140+
**If you're running Proxmox 7, see the modified [config here](https://techno-tim.github.io/posts/proxmox-7/) for LAGG / LACP**
141+
142+
140143
## Cloning
141144

142145
These are the commands I run after cloning a Linux machine so that it resets all information for the machine it was cloned from.

0 commit comments

Comments
 (0)