>>Что мне нужно сделать чтоб заработала сеть на втором порту eth1 ?
>
>Прописать в /etc/network/interfaces и "сказать" ifup eth1.
>
>Перед тем изучить man interfaces
>
>http://www.opennet.me/openforum/vsluhforumID1/81129.html?n=N... и т.п. Правильно ли будет если прописать вот так:
# 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
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 288.308.143.3
netmask 255.255.255.220
network 81.17.168.176
broadcast 81.17.168.183
gateway 288.308.143.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 142.128.1.1
allow-hotplug eth1
iface eth1 inet static
address 128.740.143.142
netmask 255.255.255.207
gateway 128.740.143.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 288.128.1.1
какие в данном случае надо указывать IP для network и broadcast в настройках eth1