Skip to content

Commit f64d8c0

Browse files
Update proxmox.md
1 parent c7f4063 commit f64d8c0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/proxmox.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,29 @@ Is the container summary memory usage and swap usage always shows 0?
157157
cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1
158158
```
159159
160+
## Network
161+
162+
### Missing vmbr0
163+
164+
Create vmbr0 network interface in GUI
165+
166+
```
167+
<node> -> Network -> Create
168+
Name: vmbr0
169+
IPv4: 192.168.1.192/24
170+
Gateweay: 192.168.1.1
171+
Bridge Ports: eth0
172+
```
173+
174+
Where `eth0` is the current existing network interface
175+
176+
## [N: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Version' value from '' to '10.0' Error][4]
177+
178+
``` shell
179+
apt-get --allow-releaseinfo-change update"
180+
```
181+
160182
[1]: <https://community-scripts.github.io/ProxmoxVE/>
161183
[2]: <https://github.com/jiangcuo/Proxmox-Port/wiki/Install-Proxmox-VE-on-Debian-bookworm>
162184
[3]: <https://www.raspberrypi.com/software/operating-systems/>
185+
[4]: <https://www.reddit.com/r/debian/comments/ca3se6/for_people_who_gets_this_error_inrelease_changed/>

0 commit comments

Comments
 (0)