우분투 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
위의 오류를 제공합니다.
누구 든지이 문제를 해결하는 방법을 도울 수 있습니까?
두 가지 확인해야 할 사항 1. eth1이 아닌 ethI의 오타 일 수 있음 2. 가상 머신에 네트워크 인터페이스를 추가하지 않았을