Ubuntu 12.04で以下を実行しようとしています。
eth0とeth1を構成しようとすると、eth0は正常に機能しますが、eth1をもたらすことができませんでした。
以下は設定/etc/network/interfaces
です:
auto eth0 eth1
iface eth0 inet static
address 172.19.20.186
netmask 255.255.255.252
network 172.19.20.184
broadcast 172.19.20.187
gateway 172.19.20.185
iface eth1 inet static
address 172.18.182.55
netmask 255.255.254.0
gateway 172.18.182.1
up route add -net 172.19.26.0/23 gw 172.19.20.185 dev eth0
up route add -net 172.19.24.0/23 gw 172.19.20.185 dev eth0
up route add default gw 172.18.182.1 dev eth1
ときは、/etc/init.d/networking restart
エラーの下に与えて、行われます。
$ /etc/init.d/networking restart
RTNETLINK answers: File exists
Failed to bring up eth1
偶数ifdown eth1
でifup eth1
上記のエラーが発生します。
誰でもこれを解決する方法を助けることができますか?
確認したい2つのこと1. eth1ではなくethIのタイプミスである可能性があります。2.仮想マシンにネットワークインターフェイスを追加しなかった可能性があります