Navigation:  Domain > Users >

User > IP Access

Previous pageReturn to chapter overviewNext page

Configure IP access rules to allow or deny access for this user.

 

user-ipaccess

 

You can define IP access rules to allow/deny users' access based on IP address for this user.

 

If you do not specify any IP address, this user can log in from any IP address. But if you set allowed rules, the user can only access from the IP addresses in the allowed rules. If you set denied rules, the user can obtain access by all IP addresses except those in the denied rules.

 

For example:

 

Allow  127.0.0.1

Refuse connection from any IP except 127.0.0.1.

 

 

 

 

 

Supported wildcards

 

IP address ranges and wildcards are supported by Wing FTP Server, 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)