Search results

  1. J

    Asus Z10PE-D16 WS Intel Arc 380 ****Install Success*****

    Introduction: Recently, I took on the task of installing Proxmox 8.2 in my home lab, excited to leverage its powerful virtualization capabilities. However, the journey wasn’t without its challenges. Here’s a breakdown of the setup, the roadblocks I faced, and the adjustments I made to get...
  2. J

    DHCP Blocked by Server Firewall (DC is ok)

    Hi All, I recently upgraded to 7.2-4. I suddenly started having issues with my DHCP server and VM's Containers were not getting ip addresses. I installed DNSMASQ on the host using vmbr0, for some bizarre reason the server firewall under the Data centre level blocks my dhcp server from giving...
  3. J

    MAC OSX Spice Viewer

    Hi All, if there is enough interest I will write up a step-by-step on how to get spice viewer working on MAC-OSX with Multipass. https://www.youtube.com/embed/Z5Hgto4sgAY
  4. J

    [SOLVED] Sharing and LVM Vol On The Node with VM

    Hi All, What's the best way to give a VM access to a 15TB LVM Volume? I tried a virtio passthrough; it loaded the disk into the VM but wouldn't list any subdirectories from the top level directory inside my plex server. Any ideas would be appreciated. I was thinking maybe an sshfs link...
  5. J

    [SOLVED] Hosting Websites Single IP, Proxmox Server and Internal VM

    Hi All, I would appreciate any assistance to help me understand how to get a website to be hosted from a proxmox VM behind a single IP, NAT is working from inside out, jjst trying to get the website to display with an A record pointing to my proxmox server? I have everything working from the...
  6. J

    [SOLVED] LXC Uptime Grafana Query

    Hi All, I have my Proxmox 2nd node all running great and efficiently. I installed Grafana and the latest version of Influxdb inside a container and works like a champ. I have running lxc containers info missing and wondered if anyone has any idea what the correct measurement under system to...
  7. J

    [SOLVED] LXC Container Ubuntu 18.04 Zerotier TAP/TUN Solution

    Hi All, Anyone looking to create a zerotier interface into an unprivileged lxc container can simply update the lxc container as follows Open the config of the container. It is usually located under /etc/pve/lxc sudo nano /etc/pve/lxc/XXX.conf and add the line lxc.mount.entry: /dev/net/tun...
  8. J

    [SOLVED] Moving ISO Location

    Hi All, to move the /var/lib/vz location to another disk like /storage is it a simple matter of changing path /var/lib/vz content iso,backup,vztmpl To >>>>>>> path /storage/vz content iso,backup,vztmpl Do I then have to move all the contents to the new location or does...
  9. J

    [SOLVED] Zerotier and pve-firewall

    Hi All, I am able to use zerotier for ssh and rdp with a NAT based configuration to all my VM's. from my remote laptop over my residential broadband Q. is it possible to allow GUI access with zerotier through pve-firewall to the 8006/GUI? if I turn off pve-firewall I obviously gain access...
  10. J

    [SOLVED] PVE-Firewall and Gui Access

    Hi Guys, I have everything working on proxmox and I am working towards a paid license for proxmox and teaching myself passthrough and the basics, admin isn't my strongest point but I have found Proxmox to be very easy to work with, I can ping internally and do RDP securely to my VM's from my...