
		LinuxTec
		
		(usa Debian)
		
		Enviado em 18/07/2011 - 14:52h 
		Se sua distro for debian ou ubuntu.
vim /etc/network/interfaces
opback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address           192.168.254.202
netmask           255.255.255.0
gateway           Coloca seu Gateway
network           192.168.254.0
broadcast         192.168.254.255
dns-nameservers   SEU DNS
Segunda placa
opback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth1
iface eth0 inet static
address           10.1.100.1
netmask           255.255.255.0
gateway           Coloca seu Gateway
network           10.1.100.0
broadcast         10.1.100.255
dns-nameservers   SEU DNS
Para fazer o repasse de uma placa para outra utilize iptables.