directadmin

如果您收到消息: The ip of this machine () does not match the ip in the license file 当试图启动DirectAdmin(或(1.2.3.4)而不是())时,您的directadmin.conf文件中的ethernet_dev设置未正确设置。 输入:

IP与许可证文件中的IP不匹配

来源:梦飞科技 作者:梦飞 浏览量:175 更新:2018-05-14
如果您收到消息:

The ip of this machine () does not match the ip in the license file

当试图启动DirectAdmin(或(1.2.3.4)而不是())时,您的directadmin.conf文件中的ethernet_dev设置未正确设置。
 
输入:

/sbin/ifconfig

查看您的IP所在的设备名称。 常见设备名称/格式为:eth0,eth0:1,eth1,venet0:0等。请注意,您可以指定子设备名称以获取不同的IP。
 
知道设备名称后,编辑/usr/local/directadmin/conf/directadmin.conf
更改(或添加)设置:

ethernet_dev=eth0

在那里你要用你应该使用的以太网设备的名称替换eth0。
部分文章来源与网络,若有侵权请联系站长删除!