after creating database i follow these steps on host-1 and host-2 just change in ip address of tunnel,br0 and br1 ovs-vsctl --no-wait init ovs-vsctl add-br br0 ovs-vsctl add-br br1 ovs-vsctl set bridge br0 datapath_type="netdev" ovs-vsctl set bridge br1 datapath_type="netdev" ovs-vswitchd --overwrite-pidfile --detach ifconfig br0 192.168.1.235 netmask 255.255.255.0 ifconfig br1 192.168.122.1 netmask 255.255.255.0 route add default gw 192.168.1.1 br0 ovs-vsctl add-port br0 eth0 ovs-vsctl add-port br1 gre1 -- set interface gre1 type=gre options:remote_ip=192.168.1.13 so is that any wrong in above for user space?
On Tue, Oct 29, 2013 at 9:48 PM, Jesse Gross <je...@nicira.com> wrote: > On Tue, Oct 29, 2013 at 12:08 AM, john paul <jpav...@gmail.com> wrote: > > I have some doubt ,for setup gre or vxlan do i need openvswitch kernel > > module? > > Yes. > > > currently i am using openvswitch-1.9.0 user module, as i mention with two > > ubuntu host 12.04 with two VM , > > Based on your command output, it doesn't appear that you've configured > OVS to use the userspace datapath. >
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss