• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

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