This is an old revision of the document!


How to Cancel the IP AccessLimit

The purpose of IP AccessLimit is to specify which IP can be allowed to log in this system.If you set “192.168.1.175” to AccessLimit only,you should write it as:192.168.1.175-175.

Modify it in Astercc System

Click [System]→[Settings]→[ADVANCED SETTINGS SYSTEM],you can cancel the limit of IP segment via double-click it,as shown below:

It means that IP access is not prohibited when it saves nothing.

在后台数据库进行修改

除了在页面进行修改,还可以在后台数据库进行参数的修改,这个方法适用于“未将自己IP设为可访问”的情况,步骤如下:

Firstly,you should login the database,the default database is:astercc10,default password is:astercc。

 mysql -h127.0.0.1 -uroot -pastercc astercc10 -A 

Secondly,查看允许哪些IP可访问该系统,执行以下命令:

 select * from cc10_settings where item='ip_limit'; 

And then,you can disabled the function of IP AccessLimit when execute the command below:

 update cc10_settings set itemvalue=NULL where item='ip_limit'; 

en/faq/how_to_cancel_the_ip_accesslimit.1437027083.txt.gz · Last modified: (external edit)
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki