Plesk for Linux
kb: technical
Applicable to:
- Plesk for Linux
Symptoms
-
An IP address can't be removed from Plesk
Error: ifmng failed: 203.0.113.2: cannot delete main IP on interface
-
It's not the server's main IP address
# plesk db "select ip_address,main from IP_Addresses"
+---------------+-------+
| ip_address | main |
+---------------+-------+
| 203.0.113.2 | false |
| 203.0.113.3 | true |
+---------------+-------+
2 rows in set (0.00 sec)
Cause
The IP address from the error was manually configured on the server on the non-alias network interface. Plesk cannot delete such an IP address to avoid situations where the server has no IP address left.
Resolution
The IP address needs to be removed from the system directly first, and then it can be removed from Plesk.
Comments
0 comments
Please sign in to leave a comment.