Navigation:  Domain > Domain Settings >

IP Whitelisting

Previous pageReturn to chapter overviewNext page

IP whitelisting allows specific IPs to access server without any limitation.

whitelist

 

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)