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。










