linux hostname -i与主机IP不一致
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux hostname -i与主机IP不一致相关的知识,希望对你有一定的参考价值。
1、问题:
开发反馈服务器执行hostname -i与主机IP不一致
当时为了测邮箱服务器手动将hostname设置成mail了
2、解决:
在/etc/hosts设置映射
先hostname查出主机名为mail
然后/etc/hosts添加
192.168.10.131 mail
3、重新登录验证
以上是关于linux hostname -i与主机IP不一致的主要内容,如果未能解决你的问题,请参考以下文章