Static DHCP lease never distributed

2021-02-09 Thread Brooks Swinnerton
Hi there, I have a libvirt network defined as so: customers And that network is attached to a virtual machine: But for some reason when the domain starts, it never gets an address. If I tcpdump

Re: [libvirt-users] Passing multiple addresses with masks to nwfilter

2020-01-01 Thread Brooks Swinnerton
I was able to resolve this by duplicating the entries: On Wed, Jan 1, 2020 at 3:46 PM Brooks Swinnerton wrote: > Looking at > https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/sect-virtual_netw

Re: [libvirt-users] Passing multiple addresses with masks to nwfilter

2020-01-01 Thread Brooks Swinnerton
Jan 1, 2020 at 12:39 PM Brooks Swinnerton wrote: > Hello, > > I have a nwfilter that I'm using to ensure that libvirt domains can't > spoof IPv6 traffic. It looks like this: > > > > > > > > > The goal is to allow any traffic comi

[libvirt-users] Passing multiple addresses with masks to nwfilter

2020-01-01 Thread Brooks Swinnerton
Hello, I have a nwfilter that I'm using to ensure that libvirt domains can't spoof IPv6 traffic. It looks like this: The goal is to allow any traffic coming from the entire prefix (e.g. 2001:db8::/32). This theoretically would work fine when passing in the variables from the doma