Re: [ovs-discuss] network problem with vxlan

2014-05-22 Thread Qin, Xiaohong
network problem with vxlan 2014-05-19 23:58 GMT+08:00 Qin, Xiaohong mailto:xiaohong@emc.com>>: You have to start with the dhcp problem first in your case. “ip netns” on your controller node should list a dhcp name space, ip netns qdhcp-3fc234e5-335f-463d-ba1d-bcf1bdd8f479 qrouter-6df76

Re: [ovs-discuss] network problem with vxlan

2014-05-20 Thread Qin, Xiaohong
Subject: Re: [ovs-discuss] network problem with vxlan 2014-05-19 23:58 GMT+08:00 Qin, Xiaohong mailto:xiaohong@emc.com>>: You have to start with the dhcp problem first in your case. “ip netns” on your controller node should list a dhcp name space, ip netns qdhcp-3fc234e5-335f-463

Re: [ovs-discuss] network problem with vxlan

2014-05-19 Thread Qin, Xiaohong
You have to start with the dhcp problem first in your case. “ip netns” on your controller node should list a dhcp name space, ip netns qdhcp-3fc234e5-335f-463d-ba1d-bcf1bdd8f479 qrouter-6df76d30-17fc-4024-8d01-4cfe007ab531 then session into that dhcp name space, sudo ip netns exec qdhcp-3fc234e

Re: [ovs-discuss] VLAN tagged and untagged with VM and real switch

2014-04-21 Thread Qin, Xiaohong
The first transparent bridge was developed by DEC and first switch was by Kalpana. Dennis Qin -Original Message- From: Brian Candler [mailto:b.cand...@pobox.com] Sent: Monday, April 21, 2014 10:27 AM To: Qin, Xiaohong; Alex; discuss openvswitch.org Subject: Re: [ovs-discuss] VLAN tagged a

Re: [ovs-discuss] VLAN tagged and untagged with VM and real switch

2014-04-21 Thread Qin, Xiaohong
I was quickly scanning through this FAQ link, https://raw.githubusercontent.com/openvswitch/ovs/master/FAQ found this Q/A paragraph, Q: I thought Open vSwitch was a virtual Ethernet switch, but the documentation keeps talking about bridges. What's a bridge? A: In networking, the terms "brid

Re: [ovs-discuss] openvswitch on the latest Linux kernel 3.7

2013-01-08 Thread Qin, Xiaohong
ovs-vsctl show a5532ff9-1024-4d26-856f-09e8dcc3d67d ovs_version: "1.4.0+build0" Is this expected or I still miss something here? Thanks. Dennis Qin -Original Message- From: Jesse Gross [mailto:je...@nicira.com] Sent: Tuesday, January 08, 2013 10:59 AM To: Qin, Xiaoho

Re: [ovs-discuss] openvswitch on the latest Linux kernel 3.7

2013-01-08 Thread Qin, Xiaohong
b...@nicira.com] Sent: Monday, January 07, 2013 4:52 PM To: Qin, Xiaohong Cc: Jesse Gross; discuss@openvswitch.org Subject: Re: [ovs-discuss] openvswitch on the latest Linux kernel 3.7 On Mon, Jan 07, 2013 at 07:50:33PM -0500, Qin, Xiaohong wrote: > 2013-01-07T17:33:11Z|3|ovsdb_idl|WARN|synt

Re: [ovs-discuss] openvswitch on the latest Linux kernel 3.7

2013-01-07 Thread Qin, Xiaohong
en Pfaff [mailto:b...@nicira.com] Sent: Friday, January 04, 2013 5:15 PM To: Jesse Gross Cc: Qin, Xiaohong; discuss@openvswitch.org Subject: Re: [ovs-discuss] openvswitch on the latest Linux kernel 3.7 On Fri, Jan 04, 2013 at 05:10:07PM -0800, Jesse Gross wrote: > On Fri, Jan 4, 2013

Re: [ovs-discuss] openvswitch on the latest Linux kernel 3.7

2013-01-04 Thread Qin, Xiaohong
/openvswitch.ko How do I modify the user module config file to use this kernel module instead? Thanks. Dennis Qin -Original Message- From: Jesse Gross [mailto:je...@nicira.com] Sent: Thursday, January 03, 2013 4:59 PM To: Qin, Xiaohong Cc: Bryan Osoro (bosoro); discuss@openvswitch.org; B

Re: [ovs-discuss] openvswitch on the latest Linux kernel 3.7

2013-01-03 Thread Qin, Xiaohong
the error message below). Thanks. Dennis Qin -Original Message- From: Jesse Gross [mailto:je...@nicira.com] Sent: Thursday, January 03, 2013 4:50 PM To: Qin, Xiaohong Cc: Bryan Osoro (bosoro); discuss@openvswitch.org; Balcha, Muralidhar Subject: Re: [ovs-discuss] openvswitch on the latest Li

Re: [ovs-discuss] openvswitch on the latest Linux kernel 3.7

2013-01-03 Thread Qin, Xiaohong
.6.18 and later. On 1/3/13 4:51 PM, "Qin, Xiaohong" wrote: >Hi All, > >I would like to install the latest openvswitch on my Ubuntu box. It's >running the latest Linux kernel 3.7 and I ran this CLI command, > >sudo apt-get install make fakeroot dkms openvswi

[ovs-discuss] openvswitch on the latest Linux kernel 3.7

2013-01-03 Thread Qin, Xiaohong
Hi All, I would like to install the latest openvswitch on my Ubuntu box. It's running the latest Linux kernel 3.7 and I ran this CLI command, sudo apt-get install make fakeroot dkms openvswitch-switch openvswitch-datapath-dkms linux-headers-$kernel_version it failed with the following error me