Hi

I in stalled openbswitch
 using steps given in following link
http://blog.scottlowe.org/2012/08/17/installing-kvm-and-open-vswitch-on-ubuntu/

but now wired net connection on my system not working  i changed interface
file specifying

eth0 as manual insted of ststic still ne not working. My interface file.

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual

# The OVS bridge interface
auto obr0
iface obr0 inet static
address my eth0 i.p.
#network 192.168.1.0
netmask 255.255.255.0
broadcast my broadcast address
gateway my gateway
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
#dns-search mydomain.local
#dns-nameservers 192.168.1.1 192.168.1.2

plz help.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to