Search results

  1. D

    Proxmox inventory source: Access PVE network configuration to set ansible_host with compose

    Hello, I'm dealing with proxmox inventory source in ansible. I have collection community.proxmox in it's latest version 1.3.0. As I learned from community.proxmox.proxmox inventory docs, We are able to set ansible_host with compose. I have my ansible.cfg: [defaults] inventory =...
  2. D

    Pass USB Device to unprivileged LXC

    I have a question very similar to this one: Pass USB Device to LXC I have my externel disk enclosure that is plugged in USB on host: root@pve:~# lsusb Bus 004 Device 006: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge...
  3. D

    Bridge NIC Passthrough for use in LXC

    Hi to all, After struggling with briding WAN/LAN in pfsense/OPNSense VM I decided to use NIC passthrough for my LAN interface. I had heavy packet loss when using bridge LAN interface in pfsense/OPNsense, this topic on reddit gave me hints and I had no more issues after using NIC passthrough for...
  4. D

    Mknod in an unprivileged lxc container

    Hi, I'm facing some issues trying to build a sock5 proxy container (with docker-ce) inside an unprivileged lxc container. I put the feature "mknod=1" (which is experimental I get it.) No matter this feature, the command mknod performed inside my lxc container returns an error ~# mknod...