Change Plesk Root IP Address#
mysql> select * from IP_Addresses
-> ;
+----+--------------+---------------+-------+--------------------+-------------------+-------+
| id | ip_address | mask | iface | ssl_certificate_id | default_domain_id | ftps |
+----+--------------+---------------+-------+--------------------+-------------------+-------+
| 1 | xxx.xx.xx.xx | 255.255.254.0 | eth0 | 1 | 0 | false |
| 2 | xxx.xx.xx.xx | 255.255.254.0 | eth0 | 1 | 0 | false |
+----+--------------+---------------+-------+--------------------+-------------------+-------+
2 rows in set (0.00 sec)
mysql> update IP_Addresses set ip_address = 'xxx.xx.xx.xx' where id = 2;
mysql> update IP_Addresses set ip_address = 'xxx.xx.xx.xx' where id = 1;
mysql> delete from IP_Addresses where id = 2;
Back Plesk
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-3) was last changed on 10-Sep-2009 15:51 by Hyve Support