馬仔資訊隨手記
Would you like to react to this message? Create an account in a few clicks or log in to continue.
馬仔資訊隨手記

馬仔資訊隨手記


您沒有登錄。 請登錄註冊

更改主機名稱與主機 ip

向下  內容 [第1頁(共1頁)]

1更改主機名稱與主機 ip Empty 更改主機名稱與主機 ip 周一 8月 10, 2015 5:12 am

Admin


Admin

主機名稱的設定檔也有二個,這二個檔案都位在根目錄下的etc目錄,檔案路徑及檔名分別是:
1./etc/hosts
2./etc/hostname

vi /etc/network/interfaces
代碼:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static  # 固定 (靜態) IP
address 163.23.XXX.XXX # IP 位址
netmask 255.255.255.192   # 網路遮罩
gateway 163.23.xxx.126 # 預設閘道
service networking restart #重新啟動網路設定

vi /etc/hosts
127.0.0.1 vm.msps.chc.edu.tw msps localhost
163.23.117.XXX vm.msps.chc.edu.tw vm

vi /etc/resolv.conf
search msps.chc.edu.tw
nameserver 168.95.1.1
nameserver 163.23.117.xxx

修改後,重新啟動電腦
sync;sync;sync;reboot

http://computer.jges.mlc.edu.tw/index.php/ubuntu/112-ubuntu-14-04-%E8%A8%AD%E5%AE%9Ahostname

https://kinhorse.666forum.com

回頂端  內容 [第1頁(共1頁)]

這個論壇的權限:
無法 在這個版面回復文章