材料/工具
redhat6.4 x64
方法
在終端中輸入:vi /etc/sysconfig/network-scripts/ifcfg-eth0
開始編輯,填寫ip地址、子網(wǎng)掩碼、網(wǎng)關(guān)、DNS等。其中“紅框內(nèi)的信息”是必須得有的。
編輯完后,保存退出。
重啟網(wǎng)絡(luò)服務(wù)。service network restart或/etc/init.d/network restart
ping網(wǎng)關(guān),ping進(jìn)行測(cè)試。都能ping通表示網(wǎng)絡(luò)正常。
摘要:
---修改ip地址---
即時(shí)生效:
# ifconfig eth0 192.168.1.155 netmask 255.255.255.0
重啟生效:
修改/etc/sysconfig/network-scripts/ifcfg-eth0
---修改default gateway---
即時(shí)生效:
# route add default gw 192.168.1.1
重啟生效:
修改/etc/sysconfig/network-scripts/ifcfg-eth0
---修改dns---
修改/etc/resolv.conf
修改后即時(shí)生效,重啟同樣有效
---修改host name---
即時(shí)生效:
# hostname test1
重啟生效:
修改/etc/sysconfig/network
聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com