|
发表于 2005-10-14 09:14:28
|
显示全部楼层
我的机器里有三块网卡(eth0 via-rhineII ; eth1 tulip ; eth2 8139)
没有问题啊
[img]
marco@loveDebian:~$ cat /etc/network/interfaces
# 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
#iface dsl-provider inet ppp
# provider dsl-provider
# please do not modify the following line
# pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf
auto eth0
iface eth0 inet static
address 192.168.0.25
netmask 255.255.255.0
auto eth1
iface eth1 inet static
address 192.168.1.25
netmask 255.255.255.0
auto eth2
iface eth2 inet static
address 192.168.2.25
netmask 255.255.255.0
marco@loveDebian:~$
[/img] |
|