Search results

  1. T

    Beginner's questions concerning PVE networking, assigning a public IP, and connecting to a VPN Server container

    I moved the interface changes to the host and reverted my container's settings and openVPN install. Still no communication from the server when trying to connect with the opvn. I ended up installing tailscale on my VMs, which handles the VPN layer for me and is free for up to 200 devices. I'll...
  2. T

    Beginner's questions concerning PVE networking, assigning a public IP, and connecting to a VPN Server container

    OK, I saw that page and wasn't sure which networking strategy to pick. So my container's network interfaces now looks like this auto lo iface lo inet loopback auto eno1 #public IP address iface eno1 inet static address ###.###.248.100 netmask 255.255.252.0 gateway...
  3. T

    Beginner's questions concerning PVE networking, assigning a public IP, and connecting to a VPN Server container

    Hello all, I'm new to proxmox and its way of managing VMs/containers and am struggling with setting up my desired networking strategy. I have 2 VMs and a container. I want the container to act as a VPN server and be exposed to the public internet so that I can access my local network through...
  4. T

    GPU Passthrough on Dell Latitude E7450

    I also tried changing my VM BIOS from SEAbios to OVMF. While the VM boots up (going straight to EFI setup), adding the GPU PCI causes a boot failure for the same error. [/SPOILER]
  5. T

    GPU Passthrough on Dell Latitude E7450

    I'm trying to passthrough my GPU to my VM using an old Dell laptop I had lying around. I've read through a bunch of forum posts on this exact subject already, but I still can't get my setup to work, or even verify if I have the right equipment. At this point I'm pretty turned around and am not...