sudo vi /etc/network/interfaces Enter
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static # 固定 (靜態) IP。
address 140.127.ooo.xxx # IP 位址。
netmask 255.255.255.0 # 網路遮罩。
gateway 140.127.qqq.ppp # 預設閘道。
改電腦名稱
# hostname
server01
用 hostname 指令修改的 hostname 只會臨時有效, 當重新啟動系統後便會用回原來的 hostname, 要永久生效, 可以修改 /etc/named 檔案:
# vi /etc/hostname
將 “server01” 改成 “server02”, 並儲存檔案, 然後開啟 /etc/hosts 檔案:
# vi /etc/hosts
最後輸入以下指令, 便會直接讀入 /etc/hostname 的內容並立即更新 hostname, 而不用 hostname 指令都可以:
# /etc/init.d/hostname.sh start
沒有留言:
張貼留言