[ovirt-users] Promiscuous Mode

2020-08-31 Thread Anton Louw via Users
Hi All, I would like to deploy a VM that will monitor a specific network. I know in VMware you can set the port group to allow Promiscuous Mode. Is there something similar I can do in oVirt? Thanks Anton Louw Cloud Engineer: Storage and Virtualization __ D:

Re: [ovirt-users] Promiscuous mode

2016-09-15 Thread Yaniv Dary
https://www.ovirt.org/feature/networkfilter/ Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109 Tel : +972 (9) 7692306 8272306 Email: yd...@redhat.com IRC : ydary On Thu, Sep 15, 2016 at 5:03 PM, Yaniv Dary wrote:

Re: [ovirt-users] Promiscuous mode

2016-09-15 Thread Yaniv Dary
If you are using 4.0, this is built in to vnic profile and can be changed in the UI. Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109 Tel : +972 (9) 7692306 8272306 Email: yd...@redhat.com IRC : ydary On Fri, Sep 2

Re: [ovirt-users] Promiscuous mode

2016-09-02 Thread Simone Tiraboschi
On Fri, Sep 2, 2016 at 10:11 AM, qinglong.d...@horebdata.cn < qinglong.d...@horebdata.cn> wrote: > Hi, all: > I have a vpn server in a vm, but it could not work normally. It > seems that promiscuous mode must be enabled in nic of the hypervisor. I > do not know how to set the promiscuous m

[ovirt-users] Promiscuous mode

2016-09-02 Thread qinglong.d...@horebdata.cn
Hi, all: I have a vpn server in a vm, but it could not work normally. It seems that promiscuous mode must be enabled in nic of the hypervisor. I do not know how to set the promiscuous mode in ovirt node. Anyone can help? Thanks! ___ Users ma

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread Christopher Young
That may work for me. I'll look into it. This is going to be a production environment (I had previously been running OVirt for over a year with success, but my hypervisors were standard EL7 servers vs. OVirtnode/RHEV-H) so I'm looking for the most "official", clean solution. I will open a ticket

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
I haven't tried it, but here is a guide on how to add a hook to ovirt-node: http://www.ovirt.org/develop/developer-guide/vdsm/hook/qemucmdline/ On 03/05/2016 09:48 PM, Christopher Young wrote: Question: There is no yum functionality on ovirt-node/RHEV-H, so how does one go about this in that s

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread Christopher Young
Question: There is no yum functionality on ovirt-node/RHEV-H, so how does one go about this in that scenario? On Sat, Mar 5, 2016 at 3:32 PM, combuster wrote: > It's great to know that it's working. > > Best of luck Clint. > > > On 03/05/2016 09:09 PM, cl...@theboggios.com wrote: >> >> On 2016-0

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
It's great to know that it's working. Best of luck Clint. On 03/05/2016 09:09 PM, cl...@theboggios.com wrote: On 2016-03-05 13:34, combuster wrote: Correct procedure would be: 1. On each of your ovirt nodes run: yum install vdsm-hook-macspoof 2. On the engine run: sudo engine-config -s "Us

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread clint
On 2016-03-05 13:34, combuster wrote: Correct procedure would be: 1. On each of your ovirt nodes run: yum install vdsm-hook-macspoof 2. On the engine run: sudo engine-config -s "UserDefinedVMProperties=macspoof=^(true|false)$" 3. Edit OpenVPN virtual machine settings and add a custom propert

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
Correct procedure would be: 1. On each of your ovirt nodes run: yum install vdsm-hook-macspoof 2. On the engine run: sudo engine-config -s "UserDefinedVMProperties=macspoof=^(true|false)$" 3. Edit OpenVPN virtual machine settings and add a custom property containing macspoof keyword and set

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread clint
On 2016-03-05 13:13, combuster wrote: Ignore the link (minor accident while pasting). Yum will download the appropriate one from the repos. On 03/05/2016 08:09 PM, combuster wrote: Just the hook rpm (vdsm-hook-macspoof [1]). Ivan On 03/05/2016 08:02 PM, Christopher Young wrote: I had a rela

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
Ignore the link (minor accident while pasting). Yum will download the appropriate one from the repos. On 03/05/2016 08:09 PM, combuster wrote: Just the hook rpm (vdsm-hook-macspoof ). Iv

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
Just the hook rpm (vdsm-hook-macspoof ). Ivan On 03/05/2016 08:02 PM, Christopher Young wrote: I had a related question on this. When it comes to ovirt-node or rhev-h, is there anything

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread Christopher Young
I had a related question on this. When it comes to ovirt-node or rhev-h, is there anything required to be installed on the hypervisor hosts themselves? Thanks, Chris On Mar 5, 2016 1:47 PM, "combuster" wrote: > Hi Clint, you might want to check the macspoof hook features here: > > https://gith

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
Hi Clint, you might want to check the macspoof hook features here: https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof This should override arp/spoofing filtering, that might be the cause of your issues with OpenVPN setup (first guess). On 03/05/2016 07:30 PM, Clint Boggio wrote: I

[ovirt-users] Promiscuous Mode

2016-03-05 Thread Clint Boggio
I am deploying an OpenVPN server in my OVirt environment and I've come to a dead stop with the developer support on a topic related to OVirt configuration. The developer wants me to put the VM's underlying NIC into promiscuous mode. I've seen this in a VMware environment and I know what they are