Recent content by bgs

  1. B

    [SOLVED] Attached PCI NIC to VM causes network failure

    Hello, thank you for your reply! That's what I've thought about. :confused: It's the only one slot. Better performance for the WAN interface of the virtual router instead of adding it as Network Device.
  2. 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...
  3. B

    [SOLVED] One port host with pfSense

    I made a workaround and assigned the public IP (I'm getting on other devices than pfSense :rolleyes:) as static.
  4. B

    [SOLVED] One port host with pfSense

    Was my design, but I changed it now like you suggested and I've got one step further. :) Thank you! Cisco EPC3212 Maybe with this one too. :( It is initially assigning 192.168.100.10 and some seconds later the real public IP. Windows has no troubles with that but pfsense loses 192.168.100.10...
  5. B

    [SOLVED] One port host with pfSense

    You are right, I've corrected the interfaces to a more reasonable structure: auto lo iface lo inet loopback iface enp3s0 inet manual auto vmbr0.1 iface vmbr0.1 inet static address 192.168.22.2/24 gateway 192.168.22.1 auto vmbr0 iface vmbr0 inet manual bridge-ports...
  6. B

    [SOLVED] One port host with pfSense

    Thank you for your reply. I've tried but hasn't changed anything. :confused:
  7. 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...
  8. B

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

    Thank you for the hint, that lead me to the solution ... for no obvious reason the /dev/bus/usb/ changed from 001 to 002 :( So the final working configuration is: lxc.cgroup2.devices.allow: c 212:* rwm lxc.mount.entry: /dev/dvb dev/dvb none bind,optional,create=dir 0 0 lxc.mount.entry...
  9. B

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

    Yes, it's been in the video group already root@fr24:~# groups root video While testing I found out, that rtl_test executed on the host, sets the group to plugdev (46) :oops: root@pve:~# ls -al /dev/dvb/adapter0/ total 0 drwxr-xr-x 2 root root 120 Jan 21 19:32 . drwxr-xr-x 3 root root...
  10. B

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

    Hi and thank you for this idea. Tried it but still no access in the container: root@fr24:~# ls -al /dev/dvb/adapter0/ total 0 drwxr-xr-x 2 root root 120 Jan 20 09:01 . drwxr-xr-x 3 root root 60 Jan 20 09:01 .. crw-rw---- 1 root video 212, 0 Jan 20 09:01 demux0 crw-rw---- 1 root video...
  11. B

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

    The owner is now root in the container root@fr24:/dev/dvb# ls -l total 0 drwxr-xr-x 2 root root 120 Jan 20 09:01 adapter0 but with no difference o_O
  12. B

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

    lxc.mount.entry: /dev/dvb dev/dvb none bind,create=dir and reboot with directory correctly passed: root@fr24:/dev/dvb# ls -l total 0 drwxr-xr-x 2 nobody nogroup 120 Jan 20 09:01 adapter0 but still not working
  13. B

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

    Tried but still no difference :( The /dev/dvb/adapter0 directory was correctly available in the container before.
  14. B

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

    Okay, I changed it back. Still no luck - I have no clue, what's wrong