Recent Changes - Search:

Softwares

.

Bonding-for-kvm-on-ubuntu

Main.Bonding-for-kvm-on-ubuntu History

Show minor edits - Show changes to output

December 02, 2014, at 06:50 AM by 122.167.169.74 -
Added lines 1-25:
[@
shibu@dellv3546 ~ $ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

#The primary network interface
auto eth0
iface eth0 inet manual

#Configure bridge for kvm
auto br0
iface br0 inet static
address 192.168.1.41
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 8.8.8.8 8.8.4.4
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
shibu@dellv3546 ~ $
@]
Edit - History - Print - Recent Changes - Search
Page last modified on December 02, 2014, at 06:50 AM