Search results

  1. P

    Passthrough a disk with an existing Windows 10 installation?

    Hi, How can I pass through my sata ssd with an existing windows 10 installation to a VM in proxmox? I tried following the docs but I get some mapping table on screen that shows a bunch of pciroot sata messages. conf bios: ovmf boot: c bootdisk: sata0 cores: 8 cpu: kvm64,flags=+aes efidisk0...
  2. P

    Network often not working

    Hi, I installed Proxmox 6.2 and very often networking is not working. When I try to ping it says network is unreachable. ip route show has no route. The network config looks OK and if I set it to DHCP it sometimes works, but most of the time it doesn't. Same goes for a static IP. As soon as I...
  3. P

    Security risk when running router in Proxmox connected directly to the internet?

    Hi, I'm running Pfsense inside proxmox and I was wondering if it would make sense/is secure to cut out my modem and instead have pfsense connect directly to my isp. Current setup: ISP modem | Router | Intel NUC | LAN The NUC has a USB to ethernet adapter for WAN, and is...
  4. P

    External Metric Server - field name documentation?

    Hi, I just configured a metric server on my proxmox test install to see what kind of metrics I can pull. My whole monitoring system is based on Logstash/Elasticsearch and even though the documentation mentions only Influxdb is officially supported, getting the data into Logstash/Elasticsearch...
  5. P

    local-lvm path?

    Hi, I'm struggling with storage and Proxmox. I got a default installation and under storage I see local (directory) and local-lvm (LVM-thin). local has /var/lib/vz as path and local-lvm has no path. The content for local-lvm is disk image so I assume every VM I create is store there. But what...
  6. P

    No access to GUI when using VLANs

    Hi all, This is topic is related to https://forum.proxmox.com/threads/how-do-i-assign-vlans.43948/#post-210768 but as its a different problem I decided to create a new topic. I'm running proxmox on a Intel NUC with 1 NIC. I'm using pfSense inside proxmox to create VLANs. Configuration...
  7. P

    How do I assign VLANs?

    Hi, I'm having problems with Proxmox and VLANs. I have pfsense running inside proxmox and I want other VMs to connect to be assigned to the VLAN by pfsense. I'm running Proxmox on a intel nuc with only 1 NIC. Pfsense config vmbr0 => bridged with eno1, assigned as wan to pfsense vmbr1 =>...