Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Fréderich Nord
On Fri, 24 Aug 2012 16:32:48 + (UTC) Markus Ose wrote: > I´m a Network Engineer and Freelancer and I`m a newbie on both sides, > Ubuntu and Open vSwitch. My intention is to get a deeper experience in > network virtualization and therefore I want to install Open vSwitch > on my Ubuntu 12.04 h

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Markus Ose
Thanks guys! Will test this after my weekend and then get back to you. Kind regards Markus Ose -- Markus Ose Mobile +49 (0) 174 3428101 Mail ose.markus[at]gmail.com GTalk ose.markus Skype markusose 2012/8/24 Evan Fraser > Ugh, formatting. Here it is on pastebin in case that's ea

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Evan Fraser
Ugh, formatting. Here it is on pastebin in case that's easier to read: http://pastebin.com/zaZiAtpA Cheers, Evan. Evan Fraser Trade Me | Storage Engineer P +64 4 803 2756 M +64 22 087 4032 E   evan.fra...@trademe.co.nz -Original Message- From: discuss-boun...@openvswitch.org [mailto:

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Evan Fraser
Not sure this will help, but in case... These are the install steps I take on Ubuntu 12.04 to install openvswitch and ensure that the bridge module doesn't load on boot preventing brcompat from loading. modprobe -r bridge apt-get install openvswitch-switch openvswitch-controller openvswitch-brc

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Justin Pettit
Hmm. That seems odd, since it seems like other people have got it set up successfully. It clearly seems to be an issue with your startup scripts. If you want to debug it yourself, you may want to start looking at the ovs-ctl script, which does most of that work. Otherwise, I probably won't h

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Markus Ose
I'm using the 12.04 package Mit freundlichen Grüßen / Kind regards Markus Ose -- Markus Ose, Mobile +49 (0) 174 3428101 Mail ose.mar...@gmail.com GTalk ose.markus Sent by my Galaxy Nexus Am 24.08.2012 20:41 schrieb "Justin Pettit" : > Which version of OVS are you using? Are you using the Ubu

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Justin Pettit
Which version of OVS are you using? Are you using the Ubuntu 12.04 package or one that you downloaded and build yourself? --Justin On Aug 24, 2012, at 11:29 AM, Markus Ose wrote: > Yes, manually with modprobe it works > > Mit freundlichen Grüßen / Kind regards > > > > Markus Ose > > >

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Markus Ose
Yes, manually with modprobe it works Mit freundlichen Grüßen / Kind regards Markus Ose -- Markus Ose Mobile +49 (0) 174 3428101 Mail ose.markus[at]gmail.com GTalk ose.markus 2012/8/24 Justin Pettit > Do you see any errors in your log files? Does it install if you manually > modpr

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Justin Pettit
Do you see any errors in your log files? Does it install if you manually modprobe/insmod it? --Justin On Aug 24, 2012, at 11:17 AM, Markus Ose wrote: > It`s the same. The brcompat module is not loaded yet. > > > > Kind regards > > > > Markus Ose > > > > -- > > Markus Ose > > Mobil

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Markus Ose
It`s the same. The brcompat module is not loaded yet. Kind regards Markus Ose -- Markus Ose Mobile +49 (0) 174 3428101 Mail ose.markus[at]gmail.com GTalk ose.markus 2012/8/24 Iben Rodriguez > > http://blog.scottlowe.org/2012/08/17/installing-kvm-and-open-vswitch-on-ubuntu/ > > (forg

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Iben Rodriguez
http://blog.scottlowe.org/2012/08/17/installing-kvm-and-open-vswitch-on-ubuntu/ (forgot to Ctrl-V) On Fri, Aug 24, 2012 at 11:00 AM, Markus Ose wrote: > Scott´s Guide? Could you provide a link? :-) > > Mit freundlichen Grüßen / Kind regards > > > Markus Ose > > > -- > > Markus Ose > > Mobile +49

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Markus Ose
Scott´s Guide? Could you provide a link? :-) Mit freundlichen Grüßen / Kind regards Markus Ose -- Markus Ose Mobile +49 (0) 174 3428101 Mail ose.markus[at]gmail.com GTalk ose.markus 2012/8/24 Iben Rodriguez > Please try Scott's guide. It is more up to date. > > I'd appreciate your f

Re: [ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Iben Rodriguez
Please try Scott's guide. It is more up to date. I'd appreciate your feedback if it helps or not so we can improve the new user experience. Thanks! I b e n +14087824726 Skype: ibenrodriguez On Fri, Aug 24, 2012 at 9:32 AM, Markus Ose wrote: > Hi, > > I´m a Network Engineer and Freelancer and

[ovs-discuss] Installing Open vSwitch on Ubuntu 12.04

2012-08-24 Thread Markus Ose
Hi, I´m a Network Engineer and Freelancer and I`m a newbie on both sides, Ubuntu and Open vSwitch. My intention is to get a deeper experience in network virtualization and therefore I want to install Open vSwitch on my Ubuntu 12.04 host. I followed the installation description from this link * h

[ovs-discuss] Port mirroring

2012-08-24 Thread Fréderich Nord
Hi all, Imagine the following scenario on a Xen machine: * eth0 connected to vSwitch0 * vSwitch0 has two internal ports veth0, veth1 * it has 'fake' bridges vnet10, vnet20 (with tag 10 and 20) * proxyarp is enabled on those fake bridges; * veth0 is used only for forwarding, * veth1 is used only f

[ovs-discuss] port mirror on bond0

2012-08-24 Thread Oswald, Thomas
hello, I have an issue with a port mirror. I bundled the interfaces eth1, eth2 in bond0. After that I want to see the network traffic on it. "tcpdump -i bond0" doesn't work. I configured a port mirror in the following way: ovs-vsctl add-port br100 eth3 ovs-vsctl -- set Bridge