cd /usr/local/directadmin/data/admin/ips
service startips restart
nmcli con mod eth0 ipv4.addresses 1.2.3.4/32
nmcli networking off && nmcli networking on
nmcli con show
nmcli
-bash: nmcli: command not found
Yes! It requires 255.255.255.255If I'm not mistaken they mean to change the subnet from 255.255.255.0 to 255.255.255.255 instead.
I don't know if this can be done via the GUI.
Login via SSH.
cd /usr/local/directadmin/data/admin/ips
edit the ip's there and change the subnetmask.
After that, restart the network from DA GUI or use:
service startips restart