This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:faq:how_to_cancel_the_ip_accesslimit [2015/07/15 07:21] – created liuxl | en:faq:how_to_cancel_the_ip_accesslimit [2015/07/16 09:51] (current) – [Modify the Setting in Astercc System] liuxl | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== How to Cancel the IP AccessLimit ====== | ====== How to Cancel the IP AccessLimit ====== | ||
| - | IP访问限制是为了指定允许哪些IP登录该系统。 | + | The purpose of IP AccessLimit is to specify which IP can be allowed to log in this system.If you set " |
| - | ===== 在前台页面进行修改 | + | ===== Modify the Setting in Astercc System |
| - | 左侧列表管理,点击[系统设置]->[系统设置]->[系统高级设置],双击IP进行删除,即可取消IP访问限制,如下图: | + | Click [System]->[Settings]->[ADVANCED SETTINGS SYSTEM],you can cancel the limit of IP segment via double-click it,as shown below: |
| - | {{:zh:常见问题及解答:取消ip访问限制01.png?750|}} | + | {{:en:faq:cancel_ip_accesslimit01.png?750|}} |
| - | <note tip> | + | <note tip> |
| - | ===== 在后台数据库进行修改 | + | ===== Modify the Setting in Database System |
| - | 除了在页面进行修改,还可以在后台数据库进行参数的修改,这个方法适用于" | + | Not only can you set up this function in Astercc system,but also manipulate it in MySQL.It applies to not put yourself to access,proceed as follows: |
| - | 首先,登录mysql,进入系统默认数据库:astercc10,默认密码:astercc。 | + | Firstly,you should login the database,the default database is:astercc10,default password is:astercc。 |
| < | < | ||
| - | 其次,查看允许哪些IP可访问该系统,执行以下命令: | + | Secondly,you know which IPs be allowed to visit after execute the command: |
| < | < | ||
| - | 然后,可以执行以下命令,取消IP访问限制,从而使得所有IP可访问该系统: | + | And then,you can disabled the function of IP AccessLimit when execute the command below: |
| < | < | ||
| - | |||