Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:faq:how_to_cancel_the_ip_accesslimit [2015/07/15 11:07] liuxlen:faq:how_to_cancel_the_ip_accesslimit [2015/07/16 09:51] (current) – [Modify the Setting in Astercc System] liuxl
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: 
 + 
 +{{:en:faq:cancel_ip_accesslimit01.png?750|}} 
 + 
 +<note tip> It means that access of IP is not prohibited when it saves nothing. </note> 
 + 
 +===== Modify the Setting in Database System ===== 
 + 
 +Not only can you set up this function in Astercc systembut also manipulate it in MySQL.It applies to not put yourself to access,proceed as follows: 
 + 
 +Firstly,you should login the database,the default database is:astercc10,default password is:astercc。 
 +<code> mysql -h127.0.0.1 -uroot -pastercc astercc10 -A </code> 
 + 
 +Secondly,you know which IPs be allowed to visit after execute the command: 
 +<code> select * from cc10_settings where item='ip_limit'; </code> 
 + 
 +And then,you can disabled the function of IP AccessLimit when execute the command below 
 +<code> update cc10_settings set itemvalue=NULL where item='ip_limit'; </code>
  
  
  
en/faq/how_to_cancel_the_ip_accesslimit.1436958453.txt.gz · Last modified: (external edit)
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki