Search results

  1. R

    VM wont start after apt update and upgrade

    I cant access the web gui but can telnet here is the error I am getting along with the errors at boot. root@pve:~# systemctl status pveproxy.service ● pveproxy.service - PVE API Proxy Server Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled) Active...
  2. R

    Proxmox & pfsense configuration

    I found the problem. I used this guide for the install https://docs.netgate.com/pfsense/en/latest/recipes/virtualize-proxmox.html which had me use VirtIO for my network devices. I switched them to Intel E1000 which resolved the issue. The install guide must be old because it was way off...
  3. R

    Proxmox & pfsense configuration

    There was no reason I created the additional VMBR2 other than I just followed the Proxmox/Pfsense install guide which had me create the 2 bridges. I went ahead and did a re-installed pfsense using VMBR0 (LAN) and VMBR1 (WAN) for pfsense. Current config: I am looking to use 2 gateways...
  4. R

    Proxmox & pfsense configuration

    I did verify the pfsense LAN is configured for 192.168.02/24. Also, I just checked a physical machine and changed the gateway to 192.168.0.2 which worked! All its traffic went through pfsense > Public IP2. The issue now is only with the VM's. When the VM's are using vmbr0 (192.168.0.1...
  5. R

    Proxmox & pfsense configuration

    Thanks for your quick response. I actually can't reach the pfsense from a VM on vmbr2
  6. R

    Proxmox & pfsense configuration

    I have an existing network that I am routing out my traffic to a public IP 1 using a physical router. I am trying to set up a Proxmox VM using Pfsense so I can move traffic through it using public IP 2. I would like to be able to configure my network devices and VMs to point to either the...