Re: [ovs-discuss] gre tunnel create problem

2012-06-09 Thread Jesse Gross
On Jun 10, 2012, at 1:14 PM, ravi kerur wrote: > I had another question? does OVS support split tunneling i.e. would > like to have specific traffic via tunnel ports and other type traffic > via normal eth0 ports. Yes, they both just ports so you should be able to write flows to direct traffic t

Re: [ovs-discuss] gre tunnel create problem

2012-06-09 Thread ravi kerur
>>>>> type=gre options:local_ip=192.168.1.100 remote_ip=192.168.1.101 >>>>>>> >>>>>>> The gre0 port should exist in "ovs-dpctl show" and "ovs-vsctl show". >>>>>>> Do the similar thing on 192.168.1.100. >>>>

Re: [ovs-discuss] gre tunnel create problem

2012-06-09 Thread Justin Pettit
r thing on 192.168.1.100. >>>>>> >>>>>> Now,you can ping from each vm. >>>>>> >>>>>> >>>>>> On 2012-6-6, at 上午1:12, ravi kerur wrote: >>>>>> >>>>>> Faicker, >>>

Re: [ovs-discuss] gre tunnel create problem

2012-06-07 Thread Justin Pettit
;>> Faicker, >>>> >>>> Can you share your configuration with general public so everyone can >>>> benefit from it. At least I am having similar issues and still not >>>> working correctly. In your case have you setup flows using ovs-ofctl >>

Re: [ovs-discuss] gre tunnel create problem

2012-06-06 Thread ravi kerur
not >>> working correctly. In your case have you setup flows using ovs-ofctl >>> to match certain tunnel parameters? >>> >>> Thanks, >>> Ravi >>> >>> >>> >>> >>> From: discuss-boun...@openvswitch.org >>>

Re: [ovs-discuss] gre tunnel create problem

2012-06-05 Thread faicker mo
match certain tunnel parameters? >> >> Thanks, >> Ravi >> >> >> >> >> From: discuss-boun...@openvswitch.org >> >> [mailto:discuss-boun...@openvswitch.org] On Behalf Of faicker mo >> >> Sent: Tuesday, June 05,

Re: [ovs-discuss] gre tunnel create problem

2012-06-05 Thread ravi kerur
-boun...@openvswitch.org] On Behalf Of faicker mo > > Sent: Tuesday, June 05, 2012 6:49 AM > > To: Ben Pfaff > > Cc: discuss@openvswitch.org > > Subject: Re: [ovs-discuss] gre tunnel create problem > > > > > I solved it. > > > I compile the 1.4.1

Re: [ovs-discuss] gre tunnel create problem

2012-06-05 Thread faicker mo
; >> >> >> >> From: discuss-boun...@openvswitch.org >> [mailto:discuss-boun...@openvswitch.org] On Behalf Of faicker mo >> Sent: Tuesday, June 05, 2012 6:49 AM >> To: Ben Pfaff >> Cc: discuss@openvswitch.org >> Subject: Re: [ovs-discuss] gre tunnel create pr

Re: [ovs-discuss] gre tunnel create problem

2012-06-05 Thread faicker mo
I solved it. I compile the 1.4.1 source files, and used the openvswitch.ko module to replace the default kernel module in linux 3.3.7. Now, it's OK. Only this command is enough: ovs-vsctl add-port br0 gre0 -- set interface gre0 type=gre options:remote_ip=192.168.1.101 On 2012-6-4, at 下午6:59, f

Re: [ovs-discuss] gre tunnel create problem

2012-06-04 Thread faicker mo
I have to edit this because the port is wrong. Sorry for my modifying the log. the port is netvm and linux creates a default port named gre0. On 2012-6-4, at 下午6:54, faicker mo wrote: > I'm sorry, I have another question following this. > When I added the gre tunnel port on bridge, some errors o

Re: [ovs-discuss] gre tunnel create problem

2012-06-04 Thread faicker mo
I'm sorry, I have another question following this. When I added the gre tunnel port on bridge, some errors occurred: - 56 Jun 4 18:33:42 archlinux ovs-vswitchd: 00062|dpif|WARN|system@br0: failed to add gre0 as port: Invalid argument 57 Jun 4 18:33:42 archlinux o

Re: [ovs-discuss] gre tunnel create problem

2012-06-01 Thread Ben Pfaff
I was thinking that we should document it alongside each place where we mention a feature. For example, in ovs-vswitch.conf.db(5) we would mention support for GRE in the same place that we describe GRE. On Fri, Jun 01, 2012 at 02:15:56PM -0700, Justin Pettit wrote: > I was thinking the same thing

Re: [ovs-discuss] gre tunnel create problem

2012-06-01 Thread Justin Pettit
I was thinking the same thing. Do you think we put it in the website FAQ or a document in the repo? --Justin On Jun 1, 2012, at 2:14 PM, Ben Pfaff wrote: > We need to document which features work with the upstream kernel module > and which only with the separate one. So far I don't think we

Re: [ovs-discuss] gre tunnel create problem

2012-06-01 Thread Ben Pfaff
We need to document which features work with the upstream kernel module and which only with the separate one. So far I don't think we do that. On Fri, Jun 01, 2012 at 09:34:05AM -0700, Justin Pettit wrote: > My guess is that you're both using the upstreamed OVS kernel module, > which does not hav

Re: [ovs-discuss] gre tunnel create problem

2012-06-01 Thread faicker mo
Thank you very much. I solved my problem. my OVS version is 1.4.1.Kernel version is 3.3.7. On 2012-6-2, at 上午12:34, Justin Pettit wrote: > My guess is that you're both using the upstreamed OVS kernel module, which > does not have the built-in support for tunneling. You can use Linux's native

Re: [ovs-discuss] gre tunnel create problem

2012-06-01 Thread Justin Pettit
My guess is that you're both using the upstreamed OVS kernel module, which does not have the built-in support for tunneling. You can use Linux's native GRE tunnels and just attach them as you would other interfaces to OVS. You'll lose the ability to dynamically set the key and create tunnels t

Re: [ovs-discuss] gre tunnel create problem

2012-06-01 Thread Madko
I have exactly the same problem on Fedora 17 (kernel 3.3.7), https://bugzilla.redhat.com/show_bug.cgi?id=821159 2012/6/1 faicker mo > I create gre tunnel like this: > > ovs-vsctl add-port br0 gre0 -- set interface gre0 type=gre > options:remote_ip=192.168.1.101 > > But I found: > > ovs-vsctl sh

[ovs-discuss] gre tunnel create problem

2012-06-01 Thread faicker mo
I create gre tunnel like this: ovs-vsctl add-port br0 gre0 -- set interface gre0 type=gre options:remote_ip=192.168.1.101 But I found: ovs-vsctl show 8a59928b-ebf3-44f9-85d4-80fdac32207f Bridge "br0" Port "br0" Interface "br0" type: internal Port