I agree the Proxmox Firewall will help with the host having a LL on those bridges/interfaces, but from a security audit point of view, they may say that's not enough . I think for now I'll go for the sysctl option. Then if needed I can prove the...
Unfortunately it still doesn't work with iface vmbr0 inet manual :confused:
Could it be a router issue? I'm very new to networking in general but trying to learn. :)
Hi,
I don't remember if it was the same error code, but I have the same issue with laptops. The issue was an UEFI partition that is full because the default size with the Windows Installer before W11 25H2 was 100MB, now it's 200MB.
See...
The firewall way works for the underlying bridge.. but it seems that by default vnets allow that traffic (set up using SDN), which to me, is a bug, I'll investigate..
EDIT: Yes.. damned. I'll open a bug but if you have firewall on, on a host...
I'll give you some options:
OPNSense
pfSense
VyOS
Proxmox!
A Debian box is quite capable of being a very decent router and you already have one: Proxmox. However, that is one for the likes of me to run up. What you probably need is something...
I'd recommend Opnsense. It fits all these requirements and it can be installed as a VM on Proxmox VE (just download the iso-vga installer) https://opnsense.org/
It's basically an open source firewall. Among other functions, you can create...
Welcome, @brent729
As from the PC you can't ping the gateway, I would search for the reason in the PC itself or in its network connection (even something low level like a patch cable). Do the LEDs in the switch and in the PC's network card...
There is a bug discussion here, that do not fix it but discusses options: https://bugzilla.proxmox.com/show_bug.cgi?id=1251
Another one, with mostly opinions, and the same idea I gave, use ifupdown2 and an up script...
I just jumped to conclusions. There was a bug causing it to switch between NotStarted and InProgress, but I don't know if it's fixed yet.
This has nothing to do with your Windows issue (a problem unrelated to PVE).
You should ask Microsoft...
You can use the firewall to restrict those access to the host as it is, no code, no edit :P
But it's true it could be disabled using ifupdown2, so that interfaces with something like "enable (or disable) link local v6" have the appropriate...
Hey there,
Looking into the official manual > https://pve.proxmox.com/wiki/Network_Configuration#sysadmin_network_vlan find an example like this:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0.5
iface vmbr0.5 inet static...
I don't understand why this was asked in this thread (and the PVE thread).
Wouldn't this be better suited for Microsoft?
The EFI update won't affect updates until May 2026.
I'm trying to setup VLANs on proxmox, and many tutorials start by creating a management VLAN.
My default interface is:
auto vmbr0
iface vmbr0 inet static
address 192.168.50.50/24
gateway 192.168.50.1
bridge-ports eno1
bridge-stp...
Nothing wrong with passthrough to a VM ;) As said if you happen to run docker containers this is best practice anyhow. If you want to also use something like Immich (which also profits from a GPU but is only available as docker image) this is...
The Wiki gives you keys heh, use a debian live CD or a rescue shell.. you can try efibootmgr -n 0000 to avoid the 0003 entry that is probably unhappy. If that works, well, set the boot order to start with the proxmox entry.
If it fails, mount...
This would work if I understand the documentation section correctly:
So you can loose one HDD or one SSD and your pool will still be ok (although you should replace the failed disc as soon as possible) , if I didn't miss something.
we are using unattended upgrades with enterprise repositories for years without problems.
with community repos we are doing manual upgrades, but never had problems either to be fair.