http://linux.chinaitlab.com/manual/htmlbook/chapter07/hosts.html


  •        hostname - show or set the system's host name       默认显示本机的hostname;-i 显示本机的IP地址。
  •        domainname - show or set the system's NIS/YP domain name
  •        dnsdomainname - show the system's DNS domain name
  •        domainname - show or set the system's NIS/YP domain name
  •        dnsdomainname - show the system's DNS domain name
  •        nisdomainname - show or set system's NIS/YP domain name
  •        ypdomainname - show or set the system's NIS/YP domain name

/etc/hosts

IP地址 主机名/域名 别名

  • 第一部份:网络IP地址;
  • 第二部份:主机名或域名;
  • 第三部份:主机名别名;

主机名通常在局域网内使用,通过hosts文件,主机名就被解析到对应ip;

域名通常在internet上使用,但如果本机不想使用internet上的域名解析,这时就可以更改hosts文件,加入自己的域名解析。

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1       localhost localhost.localdomain

::1             localhost6.localdomain6 localhost6  --- 第三个字段是别名。

172.25.126.1    vmw1

172.25.126.10    vmw10  #aaaaaa 注释

2001::20c:29ff:fe0f:aa4a vm10v6 ----------- IPv6样式!没有掩码!


/etc/sysconfig/network

NETWORKING=yes

HOSTNAME=localhost.localdomain

PEERDNS=no

NISDOMAIN=bjlincase.cn.xxx.com

NETWORKING_IPV6=yes

GATEWAY=135.252.181.1


修改/etc/hosts后,自动生效!



GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐