Search results

  1. J

    Microsoft licensing and Proxmox cluster CPU core counts

    Hi, Technically speaking the license are per host, so your license should cover 2 hosts with 24 cores (and no you cannot split like you did, you should have 4 licenses). And technically speaking you can only licence your node which are used to host windows VMs. Source : profesionnal experience...
  2. J

    ACME Certificates & Information disclosure

    Hi, Never said this VM should be on the hypervisor, just put this on separate hardware (just common sense at this point). i never said it's dangerous. My point it's just dumb to use public providers to generate a certificate to use it on lan-only infra. On our infra we use, the certificate...
  3. J

    ACME Certificates & Information disclosure

    Hi, Sorry I don't see the issue. Many tools/Ways exist to do this even in non-domain network. Few examples : - Bastion VM -> Only this VM can access hypervisor infrastructure (and session can be monitored/registered) and has the certificate trusted - Software to manage computers, like WAPT...
  4. J

    ACME Certificates & Information disclosure

    Hi, In that case, why use public CA, it's better to use internal CA which are not known from the internet. If you don't want to publicly "leak" data, why using public infrastructure ? Best regards,
  5. J

    Proxmox File Restore on proxmox cluster

    Hi, what is your exact version of PVE ? Best regards,
  6. J

    Can't login to webgui when totp is enabled

    Hi, Have you check you had the latest version, it's been fixed with last updates. Best regards,
  7. J

    Fresh proxmox install, no web access can only access the web through dhcp

    Hi, Well, with no real data we cannot help you, you need to give all the information. What is your IP, gateway, netmask, host file, resolv.conf, router IP (which should the gateway), hyper-v network config, etc. (preferably in text base with code balise tag rather than screenshot) Best regards,
  8. J

    Fresh proxmox install, no web access can only access the web through dhcp

    Hi, Can you explain more and what you are trying to do exactly ? Here from my point you try to access another LAN without routing between the LAN so yeah it will not work like that by "magic". Note : quoting whole message is useless Best regards,
  9. J

    Fresh proxmox install, no web access can only access the web through dhcp

    Hi, Huh, pve does not set a proxy. I don't know what you are trying, but can you respond to the questions and tell what you are already done as diagnostic and what are the results ? Best regards,
  10. J

    Fresh proxmox install, no web access can only access the web through dhcp

    Hi, Do you ping your router ? If not you should look at your router security, maybe he doesn’t authorize static IP inside it's DHCP pool and then block that IP. Best regards,
  11. J

    Fresh proxmox install, no web access can only access the web through dhcp

    Hi, From what I can see of your screenshot, you are running proxmox inside a hyper-v VM ? Have you checked your hyper-v settings ? Best regards,
  12. J

    Unable to get outside internet connection. on fresh install

    Hi, You should open your thread and give more details about your setup. Best regards,
  13. J

    Unable to get outside internet connection. on fresh install

    Hi, to display the file you need to use a command, for example cat cat /etc/network/interfaces Best regards,
  14. J

    Hole in graphs and several backups in timeout

    Hi, What is your storage configuration ? Best regards,
  15. J

    dhcp Server issues

    Hi, It's a hardware issue, not a proxmox specific issue (same appear on vmware or other OS), if anyone should talk about this issue is miniforum, the hardware vendor, just like asrockind (Cf : https://www.asrockind.com/en-gb/index.php?route=newsblog/faq&faq_id=91). Or just use enterprise grade...
  16. J

    dhcp Server issues

    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 that it's not simply a bug in proxmox (and you...
  17. J

    Unable to have incoming connections. Help

    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 precise the IP of your VM and the external link used...
  18. J

    dhcp Server issues

    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,
  19. J

    dhcp Server issues

    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 as IP and 255.255.255.0 as subnet with a lease time...
  20. J

    Unable to have incoming connections. Help

    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,