Directadmin license issue on CentOS 7 when using multi ips

Sina

New member
Joined
Apr 23, 2017
Messages
1
CentOS 7 by default use only on network interface for multiple ips, but since directadmin checks the default ip of the interface against the license ip it cause error and directadmin fails to start:
Code:
The ip of this machine (1.2.3.4) does not match the ip in the license file.<br>
Check the value of your ethernet_dev=eno16777728 setting in your /usr/local/directadmin/conf/directadmin.conf file and the output of /sbin/ifconfig<br>

The problem is there seems to be no way to set the default ip. note that outgoing ip can set via routing but directadmin does not take that into account :(

Any idea?
 
Back
Top