พยายามทำด้านล่างบน 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
ให้เหนือข้อผิดพลาด
ใครสามารถช่วยวิธีแก้ปัญหานี้ได้บ้าง