Search results

  1. S

    Unattended install of Ceph using pveceph

    I am attempting to write an Ansible playbook that sets up my Proxmox cluster. One issue I'm running into is pveceph install doesn't have a non-interactive option. I've tried setting DEBIAN_FRONTEND=noninteractive on the task like this: - name: Install Ceph environment: DEBIAN_FRONTEND...
  2. S

    WAN NIC for pfSense VM keeps dropping connection

    Yeah the cable will be the next thing I'll be replacing. The router is being virtualized on the Proxmox instance; enp8s0 is the WAN interface of the virtualized pfSense instance. /etc/network/interfaces # network interface settings; autogenerated # Please do NOT modify this file directly...
  3. S

    WAN NIC for pfSense VM keeps dropping connection

    I have a Proxmox system running a pfSense VM that I use as my router. I have two Intel 82574L NICs, one for WAN, one for LAN. Seemingly at random, the NIC that's used as the WAN interface will drop and reacquire the link every few seconds for a few minutes. The NICs are setup as dedicated...