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:

> 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, 2016 at 11:27 AM, Simone Tiraboschi 
> wrote:
>
>>
>>
>> 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 mode in ovirt node. Anyone can
>>> help? Thanks!
>>>
>>
>> you have to install vdsm-hook-macspoof on all the hosts of that cluster
>> and configure it this way
>>  https://github.com/oVirt/vdsm/blob/master/vdsm_hooks/macspoof/README
>> for that VM or just for one of its interfaces.
>>
>>
>>>
>>> --
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 mode in ovirt node. Anyone can
> help? Thanks!
>

you have to install vdsm-hook-macspoof on all the hosts of that cluster and
configure it this way
 https://github.com/oVirt/vdsm/blob/master/vdsm_hooks/macspoof/README
for that VM or just for one of its interfaces.


>
> --
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 with RH on that one, but if anyone knows of an
alternative or any reason why I should do something different, please
let me know.

Many thanks,

Chris

On Sat, Mar 5, 2016 at 4:47 PM, combuster  wrote:
> 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 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-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 property
> containing macspoof keyword and set the value "true" for it.
>
> If you want to remove filtering for a single interface, then replace
> steps 2 and 3 as outlined in the README.
>
> Kind regards,
>
> Ivan
>
> On 03/05/2016 08:21 PM, cl...@theboggios.com wrote:
>>
>> 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 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://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof [2]

 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 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
 asking me to do, and I'm wondering if there is a clear way to do
 this in my OVirt environment.

 I found "port mirroring" but no "promiscuous mode"

 Cheers and thank you !
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users [3]

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users [3]
>>>
>>>
>>>
>>>
>>> Links:
>>> --
>>> [1]
>>>
>>>
>>> http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/noarch/vdsm-hook-macspoof-4.16.10-0.el7.noarch.rpm
>>> [2] https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof
>>> [3] http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>>
>> Thank you very much. Reading the README it appears that there is a
>> series of commands to run on the engine to make the options to remove
>> filtering from the vNIC, or the whole VM available. What purpose is
>> filled
>> by the two scripts that are included in the git, and where do I put
>> them so
>> that they will be utilized if that's even necessary ?



 Ivan, because of YOU, I get me weekend back ! It works and OVPN is up
 and
 running.

 Thank you SO MUCH !
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 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-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 property
containing macspoof keyword and set the value "true" for it.

If you want to remove filtering for a single interface, then replace
steps 2 and 3 as outlined in the README.

Kind regards,

Ivan

On 03/05/2016 08:21 PM, cl...@theboggios.com wrote:

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 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://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof [2]

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 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
asking me to do, and I'm wondering if there is a clear way to do
this in my OVirt environment.

I found "port mirroring" but no "promiscuous mode"

Cheers and thank you !
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]




Links:
--
[1]

http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/noarch/vdsm-hook-macspoof-4.16.10-0.el7.noarch.rpm
[2] https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof
[3] http://lists.ovirt.org/mailman/listinfo/users



Thank you very much. Reading the README it appears that there is a
series of commands to run on the engine to make the options to remove
filtering from the vNIC, or the whole VM available. What purpose is filled
by the two scripts that are included in the git, and where do I put them so
that they will be utilized if that's even necessary ?



Ivan, because of YOU, I get me weekend back ! It works and OVPN is up and
running.

Thank you SO MUCH !


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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-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 property
>>> containing macspoof keyword and set the value "true" for it.
>>>
>>> If you want to remove filtering for a single interface, then replace
>>> steps 2 and 3 as outlined in the README.
>>>
>>> Kind regards,
>>>
>>> Ivan
>>>
>>> On 03/05/2016 08:21 PM, cl...@theboggios.com wrote:

 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 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://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof [2]
>>
>> 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 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
>> asking me to do, and I'm wondering if there is a clear way to do
>> this in my OVirt environment.
>>
>> I found "port mirroring" but no "promiscuous mode"
>>
>> Cheers and thank you !
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users [3]
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users [3]
>
>
>
>
> Links:
> --
> [1]
>
> http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/noarch/vdsm-hook-macspoof-4.16.10-0.el7.noarch.rpm
> [2] https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof
> [3] http://lists.ovirt.org/mailman/listinfo/users



 Thank you very much. Reading the README it appears that there is a
 series of commands to run on the engine to make the options to remove
 filtering from the vNIC, or the whole VM available. What purpose is filled
 by the two scripts that are included in the git, and where do I put them so
 that they will be utilized if that's even necessary ?
>>
>>
>>
>> Ivan, because of YOU, I get me weekend back ! It works and OVPN is up and
>> running.
>>
>> Thank you SO MUCH !
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 "UserDefinedVMProperties=macspoof=^(true|false)$"

3. Edit OpenVPN virtual machine settings and add a custom property
containing macspoof keyword and set the value "true" for it.

If you want to remove filtering for a single interface, then replace
steps 2 and 3 as outlined in the README.

Kind regards,

Ivan

On 03/05/2016 08:21 PM, cl...@theboggios.com wrote:

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 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://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof [2]

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 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
asking me to do, and I'm wondering if there is a clear way to do
this in my OVirt environment.

I found "port mirroring" but no "promiscuous mode"

Cheers and thank you !
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]




Links:
--
[1]
http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/noarch/vdsm-hook-macspoof-4.16.10-0.el7.noarch.rpm 
[2] https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof

[3] http://lists.ovirt.org/mailman/listinfo/users



Thank you very much. Reading the README it appears that there is a 
series of commands to run on the engine to make the options to 
remove filtering from the vNIC, or the whole VM available. What 
purpose is filled by the two scripts that are included in the git, 
and where do I put them so that they will be utilized if that's even 
necessary ?



Ivan, because of YOU, I get me weekend back ! It works and OVPN is up 
and running.


Thank you SO MUCH !


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 property
containing macspoof keyword and set the value "true" for it.

If you want to remove filtering for a single interface, then replace
steps 2 and 3 as outlined in the README.

Kind regards,

Ivan

On 03/05/2016 08:21 PM, cl...@theboggios.com wrote:

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 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://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof [2]

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 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
asking me to do, and I'm wondering if there is a clear way to do
this in my OVirt environment.

I found "port mirroring" but no "promiscuous mode"

Cheers and thank you !
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]




Links:
--
[1]
http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/noarch/vdsm-hook-macspoof-4.16.10-0.el7.noarch.rpm 
[2] https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof

[3] http://lists.ovirt.org/mailman/listinfo/users



Thank you very much. Reading the README it appears that there is a 
series of commands to run on the engine to make the options to remove 
filtering from the vNIC, or the whole VM available. What purpose is 
filled by the two scripts that are included in the git, and where do I 
put them so that they will be utilized if that's even necessary ?



Ivan, because of YOU, I get me weekend back ! It works and OVPN is up 
and running.


Thank you SO MUCH !
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 the value "true" for it.


If you want to remove filtering for a single interface, then replace 
steps 2 and 3 as outlined in the README.


Kind regards,

Ivan

On 03/05/2016 08:21 PM, cl...@theboggios.com wrote:

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 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://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof [2]

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 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
asking me to do, and I'm wondering if there is a clear way to do
this in my OVirt environment.

I found "port mirroring" but no "promiscuous mode"

Cheers and thank you !
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]




Links:
--
[1]
http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/noarch/vdsm-hook-macspoof-4.16.10-0.el7.noarch.rpm 


[2] https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof
[3] http://lists.ovirt.org/mailman/listinfo/users



Thank you very much. Reading the README it appears that there is a 
series of commands to run on the engine to make the options to remove 
filtering from the vNIC, or the whole VM available. What purpose is 
filled by the two scripts that are included in the git, and where do I 
put them so that they will be utilized if that's even necessary ?


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 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://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof [2]

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 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
asking me to do, and I'm wondering if there is a clear way to do
this in my OVirt environment.

I found "port mirroring" but no "promiscuous mode"

Cheers and thank you !
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]




Links:
--
[1]
http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/noarch/vdsm-hook-macspoof-4.16.10-0.el7.noarch.rpm
[2] https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof
[3] http://lists.ovirt.org/mailman/listinfo/users



Thank you very much. Reading the README it appears that there is a 
series of commands to run on the engine to make the options to remove 
filtering from the vNIC, or the whole VM available. What purpose is 
filled by the two scripts that are included in the git, and where do I 
put them so that they will be utilized if that's even necessary ?

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 
).


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 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://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 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 asking me to do, and I'm wondering if there is a clear
way to do this in my OVirt environment.

I found "port mirroring" but no "promiscuous mode"

Cheers and thank you !
___
Users mailing list
Users@ovirt.org 
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org 
http://lists.ovirt.org/mailman/listinfo/users





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 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://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 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 asking me to do, and I'm wondering if there is a clear way
to do this in my OVirt environment.

I found "port mirroring" but no "promiscuous mode"

Cheers and thank you !
___
Users mailing list
Users@ovirt.org 
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org 
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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://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 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 asking me
>> to do, and I'm wondering if there is a clear way to do this in my OVirt
>> environment.
>>
>> I found "port mirroring" but no "promiscuous mode"
>>
>> Cheers and thank you !
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 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 asking me to 
do, and I'm wondering if there is a clear way to do this in my OVirt 
environment.

I found "port mirroring" but no "promiscuous mode"

Cheers and thank you !
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users