Dear OVS developers,
I have download a package(1.0 compliant SNAC Binary x86_64) from
http://www.openflow.org/wp/snac/, and the nox_core and nox-monitor is
now up and running.
Would you guys give me a direction to proceed further ?
By the way, I faced many problems during the installing of SNAC.
; ifconfig eth0 0
>
> Your default route is still trying to go out eth0, so you may need to adjust
> that if removing the IP address from eth0 doesn't automatically do it.
>
> --Justin
>
>
> On Apr 11, 2011, at 10:13 PM, benzwt benzwt wrote:
>
>> Th
ysical NICs.
>
> --Justin
>
>
> On Apr 10, 2011, at 10:25 PM, benzwt benzwt wrote:
>
>> Dear openvswitch developers,
>>
>> we have 2 hosts, host1 is 192.168.100.1 the other is host2 192.168.200.2
>>
>> host1 has a vm 10.10.10.1
>> host2
, state:0x1
OFPT_GET_CONFIG_REPLY (xid=0x3): frags=normal miss_send_len=0
On Sat, Apr 9, 2011 at 12:58 AM, Ben Pfaff wrote:
> On Fri, Apr 08, 2011 at 03:13:57PM +0800, benzwt benzwt wrote:
>> I have surfed an tutorial about create GRE using OVS.
>
> Can you direct us to this tutoria
that the 8021q wasn't patched.
I'll try to build e1000e module from linux-2.6.35 and test the VLANs.
thank you very much.
On Sat, Apr 9, 2011 at 12:53 AM, Ben Pfaff wrote:
> On Fri, Apr 08, 2011 at 09:49:03PM +0800, benzwt benzwt wrote:
>> I think the problem is not on the n
On Thu, Apr 7, 2011 at 12:23 AM, Ben Pfaff wrote:
> On Wed, Apr 06, 2011 at 06:40:30PM +0800, benzwt benzwt wrote:
>> In short, the vLANs is working only if the VMs are running on the same
>> gentoo host.
>
> You may be running into a VLAN-related bug in some Linux network
&
800, benzwt benzwt wrote:
>> In short, the vLANs is working only if the VMs are running on the same
>> gentoo host.
>
> You may be running into a VLAN-related bug in some Linux network
> drivers. You can use the ovs-vlan-test program to check for that. If
> that's the
Hi,
I have surfed an tutorial about create GRE using OVS.
The commands are as follows:
ovs-vsctl create interface type=gre name =gre0 option="remote_ip=x.x.x.x"
But, the latest ovs-vsctl(build from lastest snapshot) doesn't have
the option "create".
Where can I get the latest documentation abou
hi openvswitch users,
I have two servers, one running linux kernel 2.6.38(gentoo) and the
other running ubuntu (10.10)
I tried to setup a vLANs environment using latest snaphot
(openvswitch-HEAD-19a87e3).
I followed the steps written in Install.Linux, and everything was good
on the both servers.