Network/Bridge

From LunaSys
Revision as of 19:18, 17 April 2013 by Eadam (talk | contribs) (→‎Debian)
Jump to navigation Jump to search

Debian

apt-get install bridge-utils
# cat /etc/network/interfaces 

auto lo br0

iface lo inet loopback

iface eth0 inet manual

iface br0 inet static
	bridge_ports eth0	
	address 142.4.209.206
	netmask 255.255.255.0
	network 142.4.209.0
	broadcast 142.4.209.255
	gateway 142.4.209.254

CentOS