On Sat, Feb 02, 2013 at 06:59:33PM +0500, Waqar Ahmed wrote: > This shows my intended network settings. > I can not use ppp0 interface as a port on the bridge. > I can not connect eth1 on bridge as a port because ppp0 is using it. When I > try to connect eth1 to the bridge, the ppp0 link drops. > Can any one suggest how can I provide the Internet connection of ppp0 to > the LAN network (on eth0) using OVS(OpenFlow enabled).
I believe that PPP typically carries IP packets, not Ethernet frames. OVS only works with Ethernet frames. To connect your PPP connection to another interface, I suggest using routing. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
