Recent content by HyPX

  1. H

    Share a virtual drive amongst multiple VMs?

    I'm looking to have one main VM manage some configuration files which the other VMs will read (but not modify). I don't want them each connected to over the network, so from their point of view the main VM doesn't exist and the configuration files are being changed like magic lol.
  2. H

    Share a virtual drive amongst multiple VMs?

    Thanks for the suggestion, sounds like an interesting idea. I'll have a go, but it seems to be rather complicated - I'm looking at a guide on how to format to a GFS2 filesystem but it's talking about clustered logical volumes and other things which I have no idea about lol!
  3. 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.
  4. 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...