Navigation:  Administration > Settings >

IP Access

Previous pageReturn to chapter overviewNext page

Configure IP access rules to allow or deny access for the administrators.

 

admin-ipaccess

 

If you do not specify any IP address, the administrators can log on the server from any IP address. But if you set allowed rules, the administrators will only gain access from the IP addresses specified in the allowed rules. If you set denied rules, the administrators will have access to the server from any IP address except those specified in the denied rules. The order of the rules is also critical.

 

For example:

 

Allow  192.168.1.188

Refuse connections from any IP except 192.168.1.188.

 

 

 

 

Administrator from localhost

Remember whatever  IP rules you add, administrators can always login from the local IP address 127.0.0.1

 

 

 

Supported wildcards

 

Wing FTP Server supports IP address ranges and wildcards, which are shown as below:

 

xxx.xxx.xxx.xxx

IP address must be exactly matched(e.g., 192.168.1.1).

 

xxx.xxx.xxx.xxx-yyy

A specified range of IP addresses, e.g. 192.168.1.10-25.

 

xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy

A specified range of IP addresses, e.g. 192.168.1.0-192.168.5.255.

 

*.*.*.* or xxx.*.*.* or xxx.xxx.*.* or xxx.xxx.xxx.*

Any valid IP address value (For example, 192.168.*.* represents any IP between 192.168.0.0 and 192.168.255.255).

 

CIDR convention is also supported :

192.168.0.0/24 (represents any IP between 192.168.0.0 and 192.168.0.255)