Hi,
I know it's a consumer hardware/computer, not a server.
When you tried this, the "other" has the same L2 connection as the proxmox server ?
Well, I don't know your background, but I know that the same setup is working in my case, so I know...
Hi,
The NAT seems right if the HomeAssistant VM is 192.168.1.222 and you are not behind a CGNAT.
For the UptimeRobot for me, it's normal since your monitor is HTTP/HTTPS (which look at 80 and 443 if I'm right) and not port monitor.
Can you...
Hi,
Wrong assumption, like said earlier proxmox modify nothing in the packet, it just passthrough.
Well, good luck for your deployment (i assume your minisforum was just a lab and not the actual servers).
Best regards,
Hi,
Your wireshark capture looks normal, DHCP discovers with "0.0.0.0" as the source is normal since your client is asking to get an IP.
And after that the offer is sending the result to your client who says, your client will have 10.184.68.10...
Hi,
Can you explain more about what is your setup ?
From what I understand, you try to access "Nabu Casa" which is on the VM of the posted network config, but the connection failed ?
Best regards,
Hi,
Something seems off with your result.
If I'm reading correctly, you say that you have to activate the firewall and allow DHCP to work and if you disable it it stops working ?
Can you please give the result of this command when it's not...
Hi,
Well, it's a bridge so unless a firewall is activated on proxmox (or something was installed on the host), nothing should filter packet since bridge only forwards and nothing more.
I quote what a proxmox staff said :
Cf ...
Hi,
You need to filter on ports 67 AND 68 in wireshark (capture all, stop, and filter after capture).
And at the same time do it on the host when forcing client to request IP via DHCP, and post both results (in code tag preferably).
And make...
Hi,
you should do the tcpdump inside your VM that act as DHCP as well, and use this filter tcpdump -i {INTERFACE} port 67 or port 68 -vv
This way we should see the exchange between the client and the server, and we need to see this inside the...
Hi,
Why did you touch the service ?
You should either disable it via GUI, or via cli pvesh set /nodes/{node}/firewall/options -enable false
and check via either GUI or CLI pve-firewall status && pvesh get /nodes/{node}/firewall/options
Have you...
Hi,
You should tell more about your setup, and especially your firewall rules and network setting (DHCP working on your router doesn't mean your network is fine, for example if you have DHCP-snooping enable on the router).
Best regards,
Hi,
What is the symptom ?
What the dev tool says when uploading ?
Note : the message is always displayed, it's not necessarily mean that your file system is full, just a reminder if you’re not supervising your storage.
Best regards,
We are pleased to announce the first beta release of Proxmox Backup Server 4.0! The 4.x family is based on the great Debian 13 "Trixie" and comes with a 6.14.8 kernel and OpenZFS 2.3.3.
Note: The current release of Proxmox Backup Server 4.0 is a...
Hi,
Yes, that it.
Do you use at some point a script that modifies the GUI (like deleting the warning message or other UI customization) ?
Best regards,
Hi,
It's working on my side with fresh Win10 ISO (from Microsoft), and the latest VirtIO drivers (from : https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.271-1/).
I just have to look in the amd64 ->...