Recent content by PonyoHam

  1. P

    Passthrough a disk with an existing Windows 10 installation?

    I don't think so, that is my GPU. Anyway I deleted those entries but no luck. It just doesn't want to boot from my existing Windows install. I tried sata0, scsi5 and virtio. Every time I set the passthrough disk as the boot disk. If I boot from the local-lvm disk I can see and access the passed...
  2. 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...
  3. 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...
  4. P

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

    Thanks for the reply. I finally have some time to get started on this. Yes, the goal is to hardware passthrough the adapter to pfSense to avoid any potential issues. I did a quick test but pfsense isn't accepting the adapter when passing it through. Passthrough works on other VM's and pfSense...
  5. 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...
  6. P

    local-lvm path?

    Thanks, that helps clear things up :) I ended up using gparted and clonezilla to make a new image with a smaller size but I'll try copying the data next time.
  7. 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...
  8. P

    local-lvm path?

    Those links don't really answer my question? root@proxmox:/dev/pve# pvesm path local-lvm:vm-100-disk-1 /dev/pve/vm-100-disk-1 Is this the actual location of the file? Size appears to be 0 and no extension. root@proxmox:/dev/pve# qemu-img resize /dev/pve/vm-100-disk-1 – – -11GB qemu-img...
  9. P

    local-lvm path?

    That only allows you to increase the disk size, not to shrink it. I believe you need to use the cli for that. Even if it could be done from the gui, I still want to know actually where local-lvm stores its data because its not in any of the directories mentioned in the documentation.
  10. 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...
  11. P

    No access to GUI when using VLANs

    Thanks a million! working perfectly now. I really need to learn more about how Linux handles networking.
  12. P

    No access to GUI when using VLANs

    Thanks spirit auto lo iface lo inet loopback iface eno1 inet manual auto vmbr0 iface vmbr1 inet manual bridge_ports eno1 bridge_stp off bridge_fd 0 bridge_vlan_aware yes auto vmbr0.200 iface vmbr0.200 inet static address 192.168.100.240...
  13. P

    How do I assign VLANs?

    @spirit thanks, after trying a lot of different things I did eventually get it working with all the VLANs created on the vmbr0 interface. The only problem I have left is that I can't actually access the proxmox gui anymore because its not a member of the VLAN...
  14. 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...