Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:faq:how_to_cancel_the_ip_accesslimit [2015/07/15 11:08]
liuxl
en:faq:how_to_cancel_the_ip_accesslimit [2017/12/12 03:05] (current)
Line 3: Line 3:
 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. 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 =====+===== Modify ​the Setting ​in Astercc System =====
  
-Click [System]->​[Settings]->​[ADVANCED SETTINGS SYSTEM],双击IP进行删除,即可取消IP访问限制,如下图: +Click [System]->​[Settings]->​[ADVANCED SETTINGS SYSTEM],you can cancel the limit of IP segment via double-click itas shown below
-左侧列表管理,点击[系统设置]->​[系统设置]->​[系统高级设置],双击IP进行删除,即可取消IP访问限制如下图+
  
-{{:zh:常见问题及解答:取消ip访问限制1.png?750|}}+{{:en:faq:cancel_ip_accesslimit01.png?750|}}
  
-<note tip> ​IP访问限制为空时,表示任何IP都可访问该系统。 ​</​note>​+<note tip> ​It means that access of IP is not prohibited when it saves nothing. ​</​note>​
  
-===== 在后台数据库进行修改 ​=====+===== Modify the Setting in Database System ​=====
  
-除了在页面进行修改还可以在后台数据库进行参数的修改这个方法适用于"​未将自己IP设为可访问"​的情况,步骤如下+Not only can you set up this function in Astercc systembut also manipulate it in MySQL.It applies to not put yourself to accessproceed as follows
  
-首先登录mysql进入系统默认数据库:astercc10,默认密码:astercc。+Firstlyyou should login the databasethe default database is:astercc10,default password is:astercc。
 <​code>​ mysql -h127.0.0.1 -uroot -pastercc astercc10 -A </​code>​ <​code>​ mysql -h127.0.0.1 -uroot -pastercc astercc10 -A </​code>​
  
-其次查看允许哪些IP可访问该系统,执行以下命令+Secondlyyou know which IPs be allowed to visit after execute the command
 <​code>​ select * from cc10_settings where item='​ip_limit';​ </​code>​ <​code>​ select * from cc10_settings where item='​ip_limit';​ </​code>​
  
-然后可以执行以下命令,取消IP访问限制,从而使得所有IP可访问该系统+And thenyou can disabled the function of IP AccessLimit when execute the command below
 <​code>​ update cc10_settings set itemvalue=NULL where item='​ip_limit';​ </​code>​ <​code>​ update cc10_settings set itemvalue=NULL where item='​ip_limit';​ </​code>​
- 
- 
- 
  
  
  
en/faq/how_to_cancel_the_ip_accesslimit.1436958525.txt.gz · Last modified: 2017/12/12 03:11 (external edit)
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki