"vnet2"
> >> ovs_version: "2.1.0"
> >>
> >>
> >> On cloud1 after the host gets it's IP address from the dhcp server
> >> running
> >> in our network, it can no longer connect to anything. I've checked
> >> iptables
w: http://databus.ro/blog
in: http://www.linkedin.com/pub/valentin-bud/9/881/830
t: https://twitter.com/valentinbud
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
On Tue, Nov 20, 2012 at 7:02 PM, Ben Pfaff wrote:
> On Tue, Nov 20, 2012 at 11:57:53AM +0200, Valentin Bud wrote:
> > I want to dump the statistics of a port which is connected to a VM. I
> > use fake bridges, vlan5 in my situation is a fake-bridge in the bridge
> > br0.
Hello World,
I have and OpenvSwitch 1.8.0, installed from sources, on a CentOS 6.3
machine.
```
$ uname -a
Linux andreea.xxx.com 2.6.32-279.9.1.el6.x86_64 #1 SMP Tue Sep
43 25 21:43:11 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
$ ovs-vsctl --version
ovs-vsctl (Open vSwitch) 1.8.0
Compiled Sep 3 20
Hi there,
You have to NAT your private class configured for VM on your public
interface and enable IP forwarding.
Debian/CentOS
# itpables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
# cat > /proc/sys/net/ipv4/ip_forward < wrote:
> I create two vms and add the vnics to the ovs bridge with VLAN t
Hello World once again,
On Mon, Sep 10, 2012 at 3:58 PM, Valentin Bud wrote:
> Hello World again,
>
> Inline response follows.
>
> On Mon, Sep 10, 2012 at 3:33 PM, Valentin Bud wrote:
>
>> Hello World,
>>
>> Since this is my first post on this list I'd li
Hello World again,
Inline response follows.
On Mon, Sep 10, 2012 at 3:33 PM, Valentin Bud wrote:
> Hello World,
>
> Since this is my first post on this list I'd like to start it by thanking
> you for all the hard work you've put in this useful and beautiful
> te
Hello World,
Since this is my first post on this list I'd like to start it by thanking
you for all the hard work you've put in this useful and beautiful
technology.
I have just installed openvswitch 1.8 from source on a Debian Squeeze
6.0.5. I have followed the well documented
procedure available