linux 配置hostname
題外話:hostname是為了更好的識別伺服器是做什麼的,可以進行域名的設定。------文章起源我需要配置域名。
hostname配置 =主機名配置
檢視hostname
方法一、臨時配置hostname
[root@localhost ~]# hostname muqx
[root@localhost ~]# bash -- 及時生效
進行驗證:
[root@muqx ~]# hostname
muqx
備註:適用於比較著急的情況;伺服器或者虛擬機器不能重啟的情況。
方法二、永久生效配置hostname
1. 修改hosts檔案
原始檔內容:
[root@muqx ~]# cat /etc/hosts
[root@muqx ~]# vi /etc/hosts 或者 [root@muqx ~]# vim /etc/hosts
i 進入編輯模式,在最後一行新增:192.168.1.140 muqx
Esc 退出編輯模式
:wq 儲存退出
或者 [root@muqx ~]# echo 192.168.1.140 muqx >> /etc/hosts
本機ip地址:192.168.1.140
主機名:muqx -- 自己需要的主機名,可以是任意的
格式: ip地址 hostname(主機名)
2.使其生效
#重啟系統
[root@muqx ~]#reboot
#進行驗證
[root@muqx ~]# hostname
muqx
#重啟網路
[root@muqx ~]# systemctl restart network
#進行驗證
[root@muqx ~]# ping muqx
PING muqx (192.168.1.140) 56(84) bytes of data.
64 bytes from muqx (192.168.1.140): icmp_seq=1 ttl=64 time=0.038 ms
64 bytes from muqx (192.168.1.140): icmp_seq=2 ttl=64 time=0.043 ms
64 bytes from muqx (192.168.1.140): icmp_seq=3 ttl=64 time=0.042 ms
64 bytes from muqx (192.168.1.140): icmp_seq=4 ttl=64 time=0.070 ms
^C
--- muqx ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 0.038/0.048/0.070/0.013 ms
遊戲是我的全部圖景,我將演繹所有的遊戲角色,我是每個活著角色的傳奇。 --清 沐 嫻
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29494175/viewspace-2913642/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux修改hostnameLinux
- linux的hostname修改Linux
- Oracle Linux 7 修改 hostnameOracleLinux
- hostname修改理解心得-linuxLinux
- Linux 修改主機名(hostname)Linux
- How to Change hostname in Oracle Linux 7OracleLinux
- 深入理解Linux修改hostnameLinux
- ORACLE_HOSTNAME 未定義,em重新配置Oracle
- <Linux系統hostname命令詳解>Linux
- 修改Linux主機名Hostname (整理)Linux
- 轉:Linux hostname主機名配置檔案與檔案 /etc/hosts解說Linux
- linux 修改hosts檔案以及修改hostnameLinux
- 新版本linux更新hostname的方法Linux
- Linux下 /etc/hostname 格式及解釋Linux
- suse11如何修改hostname[Linux基礎]Linux
- linux CentOS6.x 修改主機名(Hostname)LinuxCentOS
- Linux基礎命令—顯示主機名hostnameLinux
- Linux基礎命令---顯示主機名hostnameLinux
- URL hostname 屬性
- Linux 修改本機 /etc/hosts 的 hostName 後經常不生效Linux
- ubuntu 18.04 更改 hostnameUbuntu
- [HPUX] HP Unix 修改hostnameUX
- anacond 或python3 報check_hostname requires server_hostname錯誤PythonUIServer
- Ubuntu18.04 修改hostnameUbuntu
- 我使用過的Linux命令之hostname - 顯示或設定主機名Linux
- 【Redis】錯誤:failed: Hostname must not be empty or nullRedisAINull
- java.lang.IllegalStateException: Service id not legal hostnameJavaException
- solaris11修改時區、ip、hostname
- 使用hostname方式連線資料庫!資料庫
- How to change VIP and VIP/Hostname in 10g
- linux配置Linux
- linux配置sftpLinuxFTP
- linux配置jdkLinuxJDK
- 配置linux DNSLinuxDNS
- linux配置nginxLinuxNginx
- Linux安全配置Linux
- linux配置sudoLinux
- linux NFS 配置LinuxNFS