Displaying 20 results from an estimated 1000 matches similar to: "Put virbr0 in promiscusous"
2014 Nov 24
2
Re: Put virbr0 in promiscusous
Hi Michal,
Ok.
Please can you try this scenario once you get free time. Currently my
hypervisor is Ubuntu 14.04 LTS 3.13.0-24-generic.
Meanwhile I will try this with some other Linux kernel also.
Mail me if you find anything related to this. It will be helpful.
Thanks for reply.
Regards,
Sagar
On Mon, Nov 24, 2014 at 3:58 PM, Michal Privoznik <mprivozn@redhat.com>
wrote:
> On
2014 Nov 24
0
Re: Put virbr0 in promiscusous
On 12.11.2014 14:55, Sagar Shedge wrote:
> Hi ,
>
>
> I have two virtual machines VM1 and VM2. Then I have added eth0 of my
> VM to 'default' network.
>
> Use case :-
> I want to monitor all traffic on virbr0('default' network).
>
> Steps followed :-
> 1. Add VM1 eth0 to virbr0
> 2. Add VM2 eth1 to virbr0
> 3. brctl setageing ovsbr0 0 ..(To
2014 Nov 12
2
Do not attempt to add physical NIC to virbr0
Hi,
I got this NOTE on most of the link. But I am not getting reason for this.
Why someone should not add physical NIC to virbr0. I tried to add my eth1
to virbr0 and it get added.
So whether it affects to some functionality of NAT network?
--
Sagar Dilip Shedge,
Pune.
With Regards.
2014 Nov 24
0
Re: Put virbr0 in promiscusous
On 24.11.2014 13:51, Sagar Shedge wrote:
> Hi Michal,
>
> Ok.
>
> Please can you try this scenario once you get free time. Currently my
> hypervisor is Ubuntu 14.04 LTS 3.13.0-24-generic.
> Meanwhile I will try this with some other Linux kernel also.
>
> Mail me if you find anything related to this. It will be helpful.
> Thanks for reply.
I don't think other
2019 May 10
5
Cannot get interface MTU - qemu quest fails to start off OpenVswitch
hi guys
I have a qemu guest and openvswitch bridge and the guest fails to start:
$ virsh start work8
error: Failed to start domain work8-vm-win2016
error: Cannot get interface MTU on 'ovsbr0': No such device
LXC guest which uses the same source network starts just fine.
I'm on Centos 7 with openvswitch-2.9.0-3.el7.x86_64 from
centos-openstack-pike repo and
2013 Apr 05
2
Problem with net-define using Open vSwitch bridge
Hi all,
I used "net-define" to create a network to use to attach VMs to an Open vSwitch bridge. The net-define worked fine, I can see the network in "net-list" (I set it to started and to autostart) but when I try to attach a new VM's NIC to this network (via virt-manager), I'm getting the following traceback:
Unable to complete install: 'Unable to add bridge
2014 Nov 15
0
Re: Do not attempt to add physical NIC to virbr0
On 11/12/2014 08:21 AM, Sagar Shedge wrote:
> Hi,
>
> I got this NOTE on most of the link. But I am not getting reason for this.
> Why someone should not add physical NIC to virbr0.
Well, for a start, if you do that then the dhcp server that is running
on virbr0 will be exposed to the physical network and begin answering
DHCP requests from devices out in the real world. And then you
2019 May 10
1
Re: Cannot get interface MTU - qemu quest fails to start off OpenVswitch
On 10/05/2019 14:44, Michal Privoznik wrote:
> On 5/10/19 3:26 PM, lejeczek wrote:
>> hi guys
>>
>> I have a qemu guest and openvswitch bridge and the guest fails to start:
>>
>> $ virsh start work8
>> error: Failed to start domain work8-vm-win2016
>> error: Cannot get interface MTU on 'ovsbr0': No such device
>
> Well, this means that
2014 Jul 08
2
centos iso to rfs_image
Dear all,
1. Is it possible to convert centos iso file to vmlinuz, initrd and rfs_raw.img.
2. Can I use only vmlinux, initrd and rfs_raw.img to install via pxeboot.
Please share your information regarding this.
Thanks and regards
Dilip Kumar B
L&T Technology Services Ltd
www.LntTechservices.com<http://www.lnttechservices.com/>
This Email may contain confidential or
2009 Aug 24
8
overriding .blank? method
Hi,
Does anyone know a way to override .blank? method that rails provides.
I want to add additional custom checks (specific to my application) to
this method.
Thanks,
Pratik
2009 Dec 05
7
ActionMailer dont function with JRuby?
I have application that i send email normal with native ruby.
But when i execute the sample application with jruby, it dont send email and
dont get error.
What can be wrong?
--
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn: paulo-QE/7f1ia5mR0ubjbjo6WXg@public.gmane.org
--
You received this message because you are subscribed to the Google Groups
2005 Mar 16
3
Cisco gateways and hairpinning
Hello:
Has anyone on this list had to configure hairpinning on a Cisco
gateway running IOS 12.2 or 12.3 and using a PRI for connectivity
to the PSTN? If so could you tell me how it is done? I'm told this
is the source of my call transfer problems and yet I cannot find
clear instructions for how the configuration is done.
Thanks,Steve
--
ISC Network Engineering
The University of
2009 Nov 26
6
will_paginate don't work on jruby platform
Hello all,will_paginate don''t work on jruby platform,
the Model.paginate find works ok, accepts all kinds of params,
this is config.gem
config.gem ''will_paginate'', :version => ''2.3.11'', :source =>
''http://gemcutter.org'',
but <%= will_paginate @collection %> doesn''t work
it always produce nil(so nothing on page).
2009 Aug 28
4
Objects in Views
Hi everyone,
I have recently experienced a strange behavior (strange from my knowledge)
in rails.
In my controllers ''new'' action, I am creating a few instance variables in
the following manner :
@controllerModel = ControllerModel.new
@model1 = Model1.all
@model2 = Model2.all
in my ''new'' view, I am using the @controllerModel to create the form for new
and I
2010 Apr 26
11
Rails I18n
I was just wondering about locales and .yml files. Is it better to
store the multilanguage strings in .yml files than in databases? And
if yes, why?
I was also wondering how rails are loading this files (for example, I
have 4 languages in my web app, each has her own .yml file, will my
rails app loads all the files in ram and then it will call each
variable inside my web app? Or something else?)
2014 Dec 30
2
ifcfg-br options
Hi,
Does anyone know if there is an option for the ifcfg-br file that matches the
brctl setageing parameter?
I am using KVM and am running a DPI guest and need this parameter set to 0 to get
mirrored span port data to cross the bridge to the guest vnet device.
Thanks,
--
Stephen Clark
*NetWolves Managed Services, LLC.*
Director of Technology
Phone: 813-579-3200
Fax: 813-882-0209
Email:
2018 Mar 21
2
[GSoC 2018] A single updater class for Dominators in LLVM
Hi,
I am a first year M.Tech (computer science) student at IIIT Hyderabad. I
am interested in working on the project - single updater class for the
dominator tree in llvm and the algorithm for pruning unwanted changes to
the Post Dominator Tree.
I have gone through the programmers manual of llvm in the past and I
have 3 years experience of working with the LLVM community. I have also
gone
2023 Jul 21
1
Adding SRV records to zone
Hi Sagar,
Are you getting a particular error?
Because the same method should work just fine in NSD. Simply open the
corresponding zone file (as configured in nsd.conf) and put that line
in there.
Best regards,
Jeroen Koekkoek
On Fri, 2023-07-21 at 09:14 +0200, Sagar Acharya via nsd-users wrote:
> How do I add SRV record to my zone file?
>
> Eg. In pdns I have
>
>
2009 Nov 03
4
Rails in css ..
Hello all,
Actually i am having a small problem.. googled it but did''nt find any
clue..
So what i want to do is that i want to insert ruby variable in css style
property.. as like ..
<div class="abc" style="left: <%= @var * 6 %> px;">
But this is not working.. I am doing it because i want to keep the left
property dynamic .. :) Is there any possible way to
2019 Mar 13
1
vlan tagging for openVSwitch
hi everyone,
I'm trying to get vlans tagged in libvirt as my switch's end (yes
traffic will be leaving the host and into network switches) allows only
tagged vlans.
But with network as such:
...
<portgroup name='vlan-55'>
<vlan trunk='yes'>
<tag id='55'/>
</vlan>
</portgroup>
</network>
and guest as: