KVM Network Bridge configuration

 

# This file describes the network interfaces available on your system

# and how to activate them. For more information, see interfaces(5).

 

# The loopback network interface

auto lo br1 eth1 br0 eth0

iface lo inet loopback

# The primary network interface

# allow-hotplug eth1

# iface eth1 inet dhcp

 

iface br1 inet static

address 192.168.2.69

netmask 255.255.255.0

broadcast 192.168.2.255

network 192.168.2.0

bridge_ports eth1

gateway 192.168.2.1

 

iface br0 inet static

address 192.168.3.69

netmask 255.255.255.0

broadcast 192.168.3.255

network 192.168.3.0

bridge_ports eth0

Share

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.