[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:30780] 2 枚目の NIC の設定



竹田です。
度々済みません。

debianでは2枚目のNICの設定はどうすれば良いのでしょう?

/etc/network/interfacesに以下のように記述していますが
うまく動いてくれません。

# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
# automatically added when upgrading
#auto lo
# automatically added when upgrading
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
## automatically added when upgrading
#auto eth0
# automatically added when upgrading

auto eth0
iface eth0 inet static
        address 192.168.10.2
        netmask 255.255.255.0
        network 192.168.10.0
        broadcast 192.168.10.255
        gateway 192.168.10.1

auto eth1
iface eth1 inet static
        address 192.168.11.107
        netmadk 255.255.255.0
        network 192.168.11.0
        broadcast 192.168.11.255


NICは認識されています。
手動でifconfig www.xxx.yyy.zzzとするとアドレスが設定されます。

しかし、
ifup eth1とすると
Don't seem to be have all the variables for eth1/inet.
となり
ifconfigを引数無しで実行するとeth1が表示されません。

NIC一方はOn boardで
eth0: Intel PCI EtherExpress Pro100
もう一方がPCIで
eth1: OEM i82557/i82558 10/100 Etherne
です。

常にOn boardが先に認識されるのでeth0になっています。

徹底本によるとこれで良いはずなのですが…。

-- 
masaki takeda
goblin@xxxxxxxxxxxxxxxx