Search results

  1. H

    Share a virtual drive amongst multiple VMs?

    I'd like to create a virtual hard drive and mount it to multiple VMs, some with read-only access. I do not want to share anything with the host and do not want to use networking to accomplish this. Is this something that's possible? Thanks.
  2. H

    nftables interface not available at boot?

    I'm using nftables to implement firewall rules. I have some rules which I need to apply to vmbr1 and the fwbr interfaces. I create my test config file thus: #!/usr/sbin/nft -f flush ruleset table netdev filterearly { chain ingress { type filter hook ingress device...