Re: [ovirt-users] vdsm hook noipspoof on interface level

2018-04-27 Thread Eitan Raviv
Probably an easier solution than implementing a vdsm hook in code, would be to use network filter parameters in the web-admin UI of the engine. If the vNic profile of the network on the WAN interface (the one you would like to restrict IPs on) has a clean-traffic filter, then you can specify a

Re: [ovirt-users] vdsm hook noipspoof on interface level

2018-04-14 Thread Peter Hudec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Thanks, this was the last part into my puzzle, HOST INTERFACE params. The example hook provided in https://bugzilla.redhat.com/show_bug.cgi?id=1366905#c8, https://bugzilla.redhat.com/attachment.cgi?id=1232201 looks good, but it seems to set the IP

Re: [ovirt-users] vdsm hook noipspoof on interface level

2018-04-13 Thread Eitan Raviv
You might find the following useful: https://ovirt.org/develop/release-management/features/network/networkfilterparameters/ HTH On Thu, Apr 12, 2018, 14:52 Peter Hudec wrote: > Hi, > > I would like to restrict of usage IP address on VMs. Thos could be > achied by usinf

[ovirt-users] vdsm hook noipspoof on interface level

2018-04-12 Thread Peter Hudec
Hi, I would like to restrict of usage IP address on VMs. Thos could be achied by usinf clear-filter instead of vdsm-no-mac-spoofing. I have found noipspoof vdsm hook, https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/noipspoof. This hook but set the filtering on all interfaces, the setting