Displaying 2 results from an estimated 2 matches for "nwfelemsrulesprotomac".
2017 May 07
3
Re: nwfilter and address of network ip address
...f qemu guest agent is installed on the
client,
$ virsh domifaddr DOMAIN
So that you can pass IP to the XML, and somehow you can trigger the update
of
NWFILTER with some magic, quite a hack.
Or, you could just use client's MAC addr to define the filter:
https://libvirt.org/formatnwfilter.html#nwfelemsRulesProtoMAC
But I don't think there is direct way to specify a client's domain name in
the NWFILTER XML definition as of now.
P.S. I am new to libvirt, so everything above could be wrong.
Dan
_______________________________________________
> libvirt-users mailing list
> libvirt-users@redhat.c...
2014 Jun 30
0
NWFilter mac address matches chain
The documentation indicates ( via
http://libvirt.org/formatnwfilter.html#nwfelemsRulesProtoMAC ) that
<mac> rule types should go in the 'root' chain, however one of the
example rules ( from
http://libvirt.org/git/?p=libvirt.git;a=blob_plain;f=examples/xml/nwfilter/no-mac-broadcast.xml;hb=HEAD
) has the mac address match in the ipv4 chain.
Which is the correct chain for the...