• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Error: Access for administrator from address '85.98.94.154' is restricted in accordan

K

Kepo34

Guest
Hi Guyz,

My problem is very huge! :mad:

I setupped my system, but it says

Error: Access for administrator from address '85.98.94.154' is restricted in accordance with IP Access restriction policy currently applied.

How can i access my system again?!

Note : I'm root on this server...
 
yeah! it okay but, i think some thinks going wrong! :(

[root@7-24sys ~]# mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1667 to server version: 4.1.20

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> delete * from cp_access;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* from cp_access' at line 1
mysql>


what's the problem?! My OS is : CentOS 4.4


# mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa
mysql> select * from cp_access;
mysql> select * from misc where param='access_policy';

are works! there're okay!

and than;

# mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa -- Okay!

mysql> delete * from cp_access; -- not yet! :(

mysql> update misc set val="allow" where param='access_policy'; -- Okay!

What's the problemm?!
 
i have the smae probleam

Error: Access for administrator from address 'ip' is restricted in accordance with the currently used IP access restriction policy.

how dit you fix it ?

i rung centos 6 + plesk 12

thx greetings martin
 
Back
Top