- 檢視設定 /etc/sysconfig/network-scripts/ifcfg-eth1:在安裝完了網路卡的驅動程式之後,在 /etc/sysconfig/network-scripts/ 中,應該會有 ifcfg-eth1 這一個檔案。這一個檔案可以設定如下(當然,你也可以依自己的喜好設定):
- 啟動第二張網路卡:使用 『ifup eth1』 來啟動之。
[root@xxx network-scripts]# more ifcfg-eth1 DEVICE=eth1 BOOTPROTO=static BROADCAST=192.168.1.255 IPADDR=192.168.1.2 NETMASK=255.255.255.0 NETWORK=192.168.1.0 ONBOOT=yes |
參考
http://linux.vbird.org/linux_server/redhat6.1/linux_22nat.php#2nd_netcard
沒有留言:
張貼留言