資料來源:
http://linux.vbird.org/linux_server/0140networkcommand.php#network_setup_ip
方式一:
設定檔在 / etc / sysconfig / network-scripts 裡 ifcfg-ethx
指令:
[root@ ~]# ifup {interface}
[root@ ~]# ifdown {interface}
如:
[root@ ~]# ifup eth0
方式二:
使用 ifconfig 可以手動的啟動、觀察與修改網路介面的相關參數
如:
ifconfig eth0 192.168.100.100