
Originally Posted by
JPC-Stefan
It is not possible from WHM however you can do it manually from Shell as:
If suppose your cPanel account username is "USER" and domains are:
maindomain.tld
addondomain1.tld
addondomain2.tld
Then you have to edit the following files using vim or pico editor
/var/cpanel/userdata/USER/maindomain.tld
/var/cpanel/userdata/USER/addondomain1.tld
/var/cpanel/userdata/USER/addondomain2.tld
And change the IP field to in each to your desired one.
Rebuild apache configuration file by using:
>/usr/local/cpanel/bin/build_apache_conf
Restart apache service
Edit DNS zone file of each domain and point A record to new IP.