Revision 68 (by dpavlin, 2009/05/14 09:48:02) configure bridge in /etc/network/interfaces (the Debian way)
#allow-hotplug eth0

# man bridge-utils-interfaces
auto br0
iface br0 inet static
	bridge_ports eth0
	bridge_fd 0
	address 10.60.0.92
	netmask 255.255.254.0
	gateway 10.60.0.1