File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,29 @@ Is the container summary memory usage and swap usage always shows 0?
157
157
cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1
158
158
` ` `
159
159
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
+
160
182
[1]: < https://community-scripts.github.io/ProxmoxVE/>
161
183
[2]: < https://github.com/jiangcuo/Proxmox-Port/wiki/Install-Proxmox-VE-on-Debian-bookworm>
162
184
[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/>
You can’t perform that action at this time.
0 commit comments