Algo como:
auto lo eth0 eth1
iface lo inet loopback
iface eth1 inet static
address 192.168.32.130
netmask 255.255.255.0
gateway 192.168.32.1
no seu arquivo /etc/network/interfaces
config atribuirá o seu endereço IP estático eth1
.