Make a way to specify which IP should be the default for new subscriptions
Currently the way an IP is chosen from the ip pool allows IPs from alternate interfaces, dedicated IPs, or shared IPs. It would be nice if we had a way to force it to use shared ips for new subscriptions or, just give us a way to set an IP as the default IP for new subscriptions.
You can try to use Event Manager for the event "Default domain created" with the command like:
plesk bin subscription -u ${NEW_DOMAIN_NAME} -ip xxx.xxx.xxx.xxx
--
IG
-
Les Fenison commented
Currently new subscriptions are assigned the first IP that plesk finds that is either shared or dedicated but not inuse. My preference is a shared IP. And certainly never an IP on a different interface such as a LAN interface. We need a way to mark an IP as the default for new subscriptions. It would have to be a shared IP of course.