2013-06-28

CentOS新增網卡及指定對外網卡

CentOS新增網卡

1. 設定
yum install system-config-network-tui

 a. Network Configuration
    # system-config-network-tui,選擇『Network Configuration』

 b. Device Configuration


 c. New Device


 d. Ethernet


 e. Name & Device
 
















3. 完成確認
 a. 確認裝置已新增並儲存離開


 b. # vi /etc/sysconfig/network-scripts/ifcfg-eth1
修改 ONBOOT=yes
開機時才會自動將這張網卡啟動

 

指定對外網卡方式

方法1

vi /etc/sysconfig/network
加入GATEWAYDEV=eth0 (你要對外的那一張網卡)
這是將默認gateway設定用對外網卡

route
就可以看是不是設定正確走你想要的route出去


方法2

vi /etc/sysconfig/network-scripts/ifcfg-eth1 (內部使用之網卡)
將gateway刪掉 就出不去啦 就會走唯一可以到外部的那張網卡

參考:
http://www.dotblogs.com.tw/ghoseliang/archive/2012/09/26/75062.aspx
http://www.hksilicon.com/kb/articles/22317/Centos
http://linux.vbird.org/linux_server/0130internet_connect.php

沒有留言:

張貼留言