【Linux】Solaris10配置主机名hostname,解决hostname为unknown问题

1. 问题现象


主机名(hostname)显示为unknown


2. 解决方法


我的环境之所以是为unknown,一个是没有设置主机名,二个是使用的是DHCP指派ip方式

下面介绍解决方法步骤:


第一个过程:修改主机名配置文件以及新建节点文件


vi /etc/hosts

bash-3.00# cat /etc/hosts
#
# Internet host table
#
::1             localhost
127.0.0.1       localhost
192.168.1.111   devin-wu-svr    # Added by DHCP


vi /etc/nodename

vi /etc/hostname.e1000g0

bash-3.00# cat /etc/nodename
devin-wu-svr
vi /etc/hostname.e1000g0

bash-3.00# cat /etc/hostname.e1000g0
devin-wu-svr


第二个过程:配置网络网关、默认路由

vi /etc/netmasks

bash-3.00# cat /etc/netmasks
#
# The netmasks file associates Internet Protocol (IP) address
# masks with IP network numbers.
#
#       network-number  netmask
#
# The term network-number refers to a number obtained from the Internet Network
# Information Center.
#
# Both the network-number and the netmasks are specified in
# "decimal dot" notation, e.g:
#
#               128.32.0.0 255.255.255.0
#
192.168.1.0 255.255.255.0

vi /etc/defaultrouter

bash-3.00# cat /etc/defaultrouter
192.168.1.1


第三个过程:reboot重启系统,使之生效。


参考资料:http://www.linuxdiyf.com/viewarticle.php?id=106062

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值