Код: Выделить всё
# 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
auto eth0
iface eth0 inet static
address 192.168.94.3
netmask 255.255.255.0
network 192.168.94.0
broadcast 192.168.94.255
gateway 192.168.94.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.94.232
dns-search kusok.com
# The secondary network interface
auto eth1
iface eth1 inet static
adress 10.0.0.100
netmask 255.255.255.0
network 10.0.0.0
broadсast 10.0.0.255
Вторая карточка никак не хочет подниматься при загрузке. %(
Можно, конечно, прописать её в какой-нибудь загрузочный скрипт, но хотелось бы, чтобы всё было "как положено". Заранее Спасибо.