Bug with failed admin restore on shared IP
/usr/local/directadmin/data/admin/ips
[root@usa ips]# cat 154.27.66.71
gateway=
global=no
netmask=255.255.255.128
ns=
reseller=
status=free
value=zextradata
i just make status free and value empty and worked ip was unlocked
gateway=
netmask=/25
ns=
reseller=
status=server
value=4
gateway=
netmask=255.255.255.128
ns=
reseller=
status=free
value=
gateway=
global=no
netmask=255.255.255.128
ns=
reseller=
status=free
value=
gateway=
global=no
netmask=255.255.255.128
ns=
reseller=
status=owned
value=free
gateway=
global=no
netmask=255.255.255.128
ns=
reseller=
status=free
value=
For fixing the IP Manager, you can edit the files:
/usr/local/directadmin/data/admin/ips/*
and set them to the values you need.
Sample server IP:
gateway=
netmask=255.255.255.0
ns=
reseller=
status=server
value=7
The status can be server, free, shared, or owned.
The "value" can be a number if shared, or the name of a user if owned, or blank for free. Reseller is the name of the reseller that manages that IP. ns is just cosmetic, add the ns1.domain.com if you want.
Comments
Post a Comment