Re: [ovs-discuss] documentation about setting up GRE tunnel

2011-04-11 Thread Justin Pettit
Based on your routing table, I'm guessing that you still have an IP address on eth0. Try clearing it on both sides with: 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.

Re: [ovs-discuss] documentation about setting up GRE tunnel

2011-04-11 Thread benzwt benzwt
Thank for you guys reply so quickly. After I receive your suggestion. I try to bind ip on br0 (or should i create a internal interface vifn on br0 then bind ip on vif0??) ifconfig br0 192.168.200.5 on host2 ifconfig br0 192.168.100.5 on host1 but found that I can't ping these ip from other side!!

[ovs-discuss] Fwd: Problems with WinXP vms

2011-04-11 Thread Tom Brown
-- Forwarded message -- From: Tom Brown Date: Mon, Apr 11, 2011 at 13:30 Subject: Re: [ovs-discuss] Problems with WinXP vms To: Ben Pfaff On Fri, Apr 8, 2011 at 15:43, Ben Pfaff wrote: > On Fri, Apr 08, 2011 at 03:36:34PM -0700, Tom Brown wrote: > > I have been running into pr

Re: [ovs-discuss] vLANS is not working on Gentoo x86_64

2011-04-11 Thread Jesse Gross
On Sat, Apr 9, 2011 at 6:38 AM, benzwt benzwt wrote: > First of all, thank you for your helpful information. > > I'm sorry, I just realized that the e1000e drivers for linux-2.6.35 > and linux-2.6.38 is different, by "diff"ing the codes. > I then suspected that maybe ubuntu(2.6.35) had patched the

Re: [ovs-discuss] Running userspace as nonroot

2011-04-11 Thread Ben Pfaff
On Sat, Apr 09, 2011 at 02:42:10PM -0400, Aaron Rosen wrote: > This patch made it work for me. I have one more question. I'm trying to run > ovs on a cluster of machines that I don't have root on but I can probably > get some permissions changed on some things. > > I'm wondering if you knew what w