Had the same issue. You should check that all pre-requisites are satisfied
while
compiling OvS. If something is missing, ovsdbmonitor will not install.
After installed, if you managed to have it running, please post the connection
string entered in the GUI :D
___
According to me :
An OvS bridge br0 on host0 with ports:
* tap0 of vm0 and tap1 of vm1
An OvS bridge br0 on host1 with ports :
* tap0 of vm2 and tap1 of vm3
On host0:br0:
* port tap0 type tag vlan0
* port tap1 type tag vlan1
* port gr0 type trunk [vlan0, vlan1] remote host1
On host
Thank for you help it works.
De : Jesse Gross
À : DarkBls
Cc : discuss@openvswitch.org
Envoyé le : Mer 7 juillet 2010, 22h 24min 43s
Objet : Re: [ovs-discuss] OpenVPN / OpenVSwtich compatibility
On Wed, Jul 7, 2010 at 1:38 AM, DarkBls wrote:
No ARP answer
Hi.
I'm looking to bridge an OpenVPN tap and a VM tap together.
Here is my config:
[r...@phosphorus openvpn]# ovs-vsctl --db=tcp:192.168.93.201:1977 list-ports br0
tap0
tap1
tapVPN
tap0 and tap1 are two interfaces of a VM
tapVPN is the OpenVPN tap.
I'm trying to ping a VPN client from the VM
Are you saying that a VM interface (tap0 for exemple) are connected to both
bridge or you have a tap0 on the bridge dedicated to guest network and a tap1
on the bridge dedicated for SPAN monitor ?
- Message d'origine
De : Sean Brady
À : "discuss@openvswitch.org"
Envoyé le : Mer 23 j
Hi.
I'm planning to make something like the architecure described in the joined PDF.
I have 4 VM each one on their own physical server. A fith server is used to
have a central OvS with 2 bridges.
VM1 and VM2 are on the same set
VM3 and VM4 are on the same set.
A VLAN used on a set must not be
802.1Q and GRE with key and it
works. Need to try a full star architecture now.
De : Dan Wendlandt
À : DarkBls
Cc : discuss
Envoyé le : Mar 29 juin 2010, 1h 53min 49s
Objet : Re: [ovs-discuss] Re : Re : ip_gre_mod.ko module
On Fri, Jun 25, 2010 at 6:03 A
nd br3) only ?
De : Jesse Gross
À : DarkBls
Cc : Justin Pettit ; discuss@openvswitch.org
Envoyé le : Mar 22 juin 2010, 0h 01min 22s
Objet : Re: [ovs-discuss] Re : ip_gre_mod.ko module
On Mon, Jun 21, 2010 at 3:47 AM, DarkBls wrote:
>
>ovs-vs
I tried ovsdbmonitor but no luck.
I have a "openvswitch-1.0.1/ovsdb/ovsdbmonitor/ovsdbmonitor.in" but no
"ovsdbmonitor" in "/usr/local/bin/"
- Message d'origine
De : Ben Pfaff
À : Justin Pettit
Cc : DarkBls ; discuss@openvswitch.org
Envoyé le : V
r ~]# ovs-dpctl dump-flows dp0
return nothing
- Message d'origine ----
De : DarkBls
À : Justin Pettit
Cc : discuss@openvswitch.org
Envoyé le : Lun 21 juin 2010, 12h 47min 57s
Objet : Re : [ovs-discuss] ip_gre_mod.ko module
I try to make a GRE tunnel between two OvS on two server (
to send an arping through tap0 but it doesn't work.
I must have missed something since I don't see any port 47 opened on any server
- Message d'origine
De : Justin Pettit
À : DarkBls
Cc : discuss@openvswitch.org
Envoyé le : Lun 21 juin 2010, 11h 56min 53s
Objet : R
Hi,
I'm trying to make a GRE tunnel between two OvS instance. I don't have
ip_gre_mod.ko in my "openvswitch-1.0.1/datapath/linux-2.6/" directory (only
brcompat_mod.ko and openvswitch_mod.ko).
What did I miss in the building process ?
___
dis
It's own configuration database, we cannot have a centralized one ?
What is the purpose of ptcp:ip:port then ? Just to be able to have several
instance of ovs-server on the same physical server ?
- Message d'origine
De : Ben Pfaff
À : DarkBls
Cc : discuss@openvswitch.org
Hi.
I'm trying to figure out how to deal with the configuration database.
So far I've two servers: Phosphorus and Sulphur
Phosphorus host the configuration database and an OvS instance which has :
[r...@phosphorus ~]# ovs-vsctl add-br br0
[r...@phosphorus ~]# ovs-vsctl add-port br0 eth1
[r...@p
With a bit more thinking, since we have a centralized configuration database,
there is no benefit to have the feature of switch stacking over a cascading.
But we need the spanning tree to be able to make a redudant topology.
De : Jesse Gross
À : DarkBls
Cc
e and counting), I'm interrested to have your point of
view on this.
I have some drawing if you want to.
Cheer.
- Message d'origine
De : Justin Pettit
À : DarkBls
Envoyé le : Ven 21 mai 2010, 9h 45min 42s
Objet : Re: Re : Re : [ovs-discuss] OvS 1.0.0 Compile error on fedora 13
Inte
I will keep you informed for sure. I'm working for a big project (several
hundred of VM to manage ) and I need something robust, felxible and fast for
network virtualisation.
- Message d'origine
De : Justin Pettit
À : DarkBls
Cc : Ben Pfaff ; discuss@openvswitch.org
Envoy
I confirme it compiles with
Just have now to understand how to tackle the rest of configuration trap :D (DB
creation, GRE switch virtual cascading ...)
- Message d'origine
De : Ben Pfaff
À : Justin Pettit
Cc : DarkBls ; discuss@openvswitch.org
Envoyé le : Mer 19 mai 2010
Hi.
I just tested to compile OvS 1.0.0 on Fedora 13 beta with no luck :
[...]
gcc -Wstrict-prototypes -Wall -Wno-sign-compare -Wpointer-arith
-Wdeclaration-after-statement -Wformat-security -Wswitch-enum
-Wunused-parameter -Wstrict-aliasing -Wbad-function-cast -Wcast-align
-Wstrict-prototypes -W
I though ovS would support GRE directly as a virtual stack feature between OvS
instances too.
- Message d'origine
De : "Lee, Jeongkeun"
À : "discuss@openvswitch.org"
Envoyé le : Jeu 25 mars 2010, 9 h 10 min 54 s
Objet : [ovs-discuss] GRE tunnel with 0.99.2 snapshot
Hi,
Does the cu
Hi,
so far, as I know here are the way to distribute OvS among several hardware
(with supported OvS feature):
centralized controller with OpenFLow
Ethernet Over GRE
What about a solution à la KVM/QEMU with multicast group ? It's a pretty nice
way to takle the issue too. A virtual switch stacki
Was thinking about doing a python centralised server with the configuration
stored in a sqlite database for exemple.
- Message d'origine
De : Ben Pfaff
À : DarkBls
Cc : discuss@openvswitch.org
Envoyé le : Ven 22 Janvier 2010, 18 h 13 min 04 s
Objet : Re: [ovs-discuss] Re : Re :
I see, so if I want to have a fully centralized datase configuration for all my
OvS (hardware distributed) I must wait to have OpenFlow configuration protocol
added, right ? (and code my own configuration server ?)
- Message d'origine
De : Justin Pettit
À : DarkBls
Envoyé le
Hi,
I know that GRE is already there in the unstable branch and will be "available"
(documented) in the stable branch within a couple of month.
Can someone explain me what is the OvS support of GRE exactly ? Does'nt this
already work ? :
Server A with OvS (#1)
GRE tunnel to Server B disp
Thx for the precision. I think I'm too lazy or not skileld enough to look at
the source code to get how to make it works. I may wait for the stable release
and some kind of doc.
- Message d'origine
De : Ben Pfaff
À : DarkBls
Cc : "cas...@nicira.com" ; discuss@op
Supported ? I didn't found anything there : http://openvswitch.org/?page_id=14
De : "cas...@nicira.com"
À : DarkBls
Envoyé le : Jeu 21 Janvier 2010, 21 h 40 min 54 s
Objet : Re: Re : Re : [ovs-discuss] Tr : IEEE 802.1ad
GRE is supported. We
Sorry was talking about "802.1QinQ" and not "802.1ad"
- Message transféré
De : DarkBls
À : discuss@openvswitch.org
Envoyé le : Mer 20 Janvier 2010, 17 h 44 min 09 s
Objet : IEEE 802.1ad
Hi,
is 802.1.ad (a.k.a double VLAN tag) supported by openVSwitch ?
If not,
Hi,
is 802.1.ad (a.k.a double VLAN tag) supported by openVSwitch ?
If not, if there a way with EBTable to remove the outter tag before beeing
processed my OpenVSwitch ?
Thank you.
___
discuss mailing list
discuss@openvswitch.org
http://ope
over etc..). Is the the feature officially supported ?
- Message d'origine
De : Ben Pfaff
À : DarkBls
Cc : discuss@openvswitch.org
Envoyé le : Mardi, 6 Octobre 2009, 18h17mn 45s
Objet : Re: Re : [ovs-discuss] A few question and experience about Open vSwitch
DarkBls writes
:132310 (129.2 KiB) TX bytes:0 (0.0 b)
- Message d'origine
De : Ben Pfaff
À : DarkBls
Cc : discuss@openvswitch.org
Envoyé le : Lundi, 5 Octobre 2009, 18h38mn 39s
Objet : Re: [ovs-discuss] A few question and experience about Open vSwitch
DarkBls writes:
> I've also try to m
I'm interrested in Open vSwitch. But after reading and playing a bit with it, I
have still a question.
The README
(http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=README;hb=HEAD)
talk about distribution across several phys servers:
>In addition to exposing standard contr
31 matches
Mail list logo