2014-05-22 10:20 GMT+08:00 t22330033 :
>
> 2014-05-21 0:25 GMT+08:00 Qin, Xiaohong :
>
> Can you session into dhcp namespace to run tcpdump on that tap interface
>> to see if the dhcp traffic is been exchanged between dns process and VM?
>>
>>
> tcpdump in the dhcp namespace captures nothing no ma
2014-05-21 0:25 GMT+08:00 Qin, Xiaohong :
> Can you session into dhcp namespace to run tcpdump on that tap interface
> to see if the dhcp traffic is been exchanged between dns process and VM?
>
>
tcpdump in the dhcp namespace captures nothing no matter I start an
instance from nova controller or c
On Tue, May 20, 2014 at 8:26 AM, Ben Pfaff wrote:
> On Tue, May 20, 2014 at 08:21:10AM -0700, Jesse Gross wrote:
>> On Tue, May 20, 2014 at 4:26 AM, Ajay Singh (HM0001261)
>> wrote:
>> > Hi,
>> >
>> >
>> >
>> > I have compiled and installed openvswitch-2.1.2 source code on Fedora
>> > machine ver
On Tue, May 20, 2014 at 9:47 PM, Ajay Singh (HM0001261)
wrote:
> Hi Jesse,
>
> Can you suggest the correct version of Fedora on which I can install
> openvswitch and make use of VXLAN.
> It is a blocker for me. Please give me some pointer.
I see, you are using the upstream module. You can use th
On Wed, May 21, 2014 at 06:05:56PM +0200, Dani Camps wrote:
> Could anyone explain how is in-band supposed to
> work? Especially the part where an ARP Request to the controller from a
> connected switch should be treated as a NORMAL packet but still be
> forwarded to the controller?
There's a lot
Hi Diego,
On 5/21/14, 8:04 PM, Diego Montero wrote:
Hi everyone,
I am working with ovs tunneling using lisp. I am able to configure a
tunnel between two ovs (each in a different host) and it works
perfectly. I followed the README-lisp document. Now, I am trying to
configure the tunnel betwe
Hi everyone,
I am working with ovs tunneling using lisp. I am able to configure a tunnel
between two ovs (each in a different host) and it works perfectly. I followed
the README-lisp document. Now, I am trying to configure the tunnel between an
ovs and an openLISP router. The topology is depict
Dear all,
I have the following set up:
-- --
So all switches and the controller live in network 192.168.56.0/24.
In the switches, there is the OVS bridge (e.g. s3) who is assigned the ip
address in the network 192.168.56/24, and then there are additional virtual
interfaces that are a
On Wed, May 21, 2014 at 05:08:33PM +0300, Zoi VASILIOU wrote:
> I cross compile openvswitch for android with the arm-eabi-gcc compiler.
> The openvswitch.ko module is created successfully.
>
> The utilities binaries(ovs-ofctl, ovs-dpctl, ovs-vsctl e.t.c.) are
> created automatically ,after make,
On Wed, May 21, 2014 at 08:36:53AM -0700, Bob Johnson wrote:
> Does someone have a pointer or can provide ideas on how you can
> configure ingress policing per flow (e.g., all traffic to IP X on Port
> Y)?
I don't think you can configure ingress policing per flow. You can
configure outgoing QoS p
I cross compile openvswitch for android with the arm-eabi-gcc compiler.
The openvswitch.ko module is created successfully.
The utilities binaries(ovs-ofctl, ovs-dpctl, ovs-vsctl e.t.c.) are
created automatically ,after make, in the utilities folder.
My question is if the ovs utilities ,compile
Hi Jesse,
Can you suggest the correct version of Fedora on which I can install
openvswitch and make use of VXLAN.
It is a blocker for me. Please give me some pointer.
:)
Regards,
Ajay
-Original Message-
From: Ben Pfaff [mailto:b...@nicira.com]
Sent: 20 May 2014 20:57
To: Jesse Gross
Cc:
Hello OVS Group!
I have looked at the cookbook on QoS rate-limiting here:
http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/
This is for all traffic on an interface.
Does someone have a pointer or can provide ideas on how you can configure
ingress policing per flow (e.g., all t
On Wed, May 21, 2014 at 2:44 AM, Jogi Hofmüller wrote:
> Dear all,
>
> Sorry for barging in ...
>
> Am 2014-05-20 16:33, schrieb Ben Pfaff:
>
>>> Could you check the original post and see what is wrong with the
>>> interface file? It will not build up the same config as running the
>>> openvswitch
Am 2014-05-21 14:13, schrieb Arno Toell:
> Correct. I reported
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743635 a while back
> for that problem, which may, or may not be a bug depending on your point
> of view and configuration as both services can be configured to mutually
> depend on
Please don't drop the list.
You can read the source of ovs-vsctl.c to see an example of using the
OVSDB API for C.
On Wed, May 21, 2014 at 07:57:45AM +, Ellen Rapaport wrote:
> Ovs-vsctl provides CLI, not an API.
>
> I'll be more specific:
> I am porting OpenFlow to a router. The router has
On Wed, May 21, 2014 at 05:48:03PM +0530, Arpit Kumar wrote:
> I am trying to tap into eth0 (default ethernet) by a ovs bridge(say br).
> I want all the packets coming to the machine(i.e. in eth0) and filter out
> few packets and send them to a specific ip address and port.
> This should have no af
Hi,
I am trying to tap into eth0 (default ethernet) by a ovs bridge(say br).
I want all the packets coming to the machine(i.e. in eth0) and filter out
few packets and send them to a specific ip address and port.
This should have no affect the normal networking of the machine.
Is there any way to do
Hi,
I am trying to tap into eth0 (default ethernet) by a ovs bridge(say br).
I want all the packets coming to the machine(i.e. in eth0) and filter out
few packets and send them to a specific ip address and port.
This should have no affect the normal networking of the machine.
Is there any way to do
On 21.05.2014 11:44, Jogi Hofmüller wrote:
> I have issues with a similar setup here. From what I can tell the
> problem is that the networking init script get's executed before the
> openvswitch-switch init script. Hence no opevnvswitch daemons are running.
>
Correct. I reported
https://bugs.
Dear all,
Sorry for barging in ...
Am 2014-05-20 16:33, schrieb Ben Pfaff:
>> Could you check the original post and see what is wrong with the
>> interface file? It will not build up the same config as running the
>> openvswitch commands.
>
> So... what goes wrong?
I have issues with a similar
21 matches
Mail list logo