Search results

  1. B

    [SOLVED] Attached PCI NIC to VM causes network failure

    Hello! I have two NICs enp3s0 and enp2s0 installed on my Proxmox host. The plan is to attach 0000:02:00.0 (enp2s0) as PCI Device directly to a VM: But if I start the VM, all network communication to the host is lost :( root@mc:~# grep PCI_SLOT_NAME /sys/class/net/enp2s0/device/uevent...
  2. B

    [SOLVED] One port host with pfSense

    Hello! I know, there are already many posts to this topic, however I'm stuck with my config. I want to use the one NIC for LAN VLAN (ID 1) and WAN VLAN (ID 100). Therefore I've configured the bridge as VLAN aware: auto lo iface lo inet loopback iface enp3s0 inet manual auto vmbr0 iface vmbr0...
  3. B

    [SOLVED] RTL2838 DVB-T USB dongle as ADS-B receiver in lxc container

    Hi! I'm trying to run an RTL2838 USB dongle within an lxc container. Sadly I'm always getting an error message within the container, which I think is a permission issue: root@fr24:~# rtl_test Found 1 device(s): 0: , , SN: Using device 0: Generic RTL2832U OEM usb_open error -4 Failed to open...