2012年3月15日 星期四

[Linux][Ubuntu][Change NIC Priority via Metric Value]

說實在的不算是設定 priority,只是算讓系統知道說這條路比較好而已。

所以送封包出去時會優先走這條路。

情況是這樣的,我有兩張網卡,兩張各有各的 IP,兩張都可以連線到外邊。

但我想要以 eth0 作為主要連出去的對象。

所以我改了 /etc/network/interfaces 裡 eth0 跟 eth1 的 metric 值。

直接在 eth0 跟 eth1 網路設定中加上「metric 」就好了。

範例如下:

auto eth0
iface eth0 inet static
address 192.168.77.88
netmask 255.255.255.0
gateway 192.168.77.254
metric 1

metric 的值愈小代表路徑愈佳,而我 eth1 的 metric 是設 9999。(印象中是極限了)

所以之後封包船送都會以 eth0 為優先。

沒有留言:

張貼留言