Setting IP address filters
To limit which public IP addresses are allowed to make incoming FileMaker Pro, FileMaker Go, and FileMaker WebDirect connections to your custom apps, you can enable IP address filtering for your FileMaker Cloud host.
To access IP address filtering, in Admin Console, click the Configuration > FileMaker Clients tab.
Note Making changes to the IP Address Filtering option requires you to restart the FileMaker Cloud web server.
Enable or disable IP address filtering
-
Set IP Address Filtering to Enabled or Disabled.
Add or edit an IP address filter
-
Do one of the following:
-
To add an IP address filter, click Add.
-
To edit an IP address filter, double-click the entry.
-
-
Click Add to create a new IP address filter entry.
-
Enter IP Address (required), Suffix, and Note values.
-
Click Save.
See Notes below for more information about adding an IP address range.
Delete an IP address filter
-
Do one of the following:
-
To delete a single IP address filter enty, select its checkbox.
-
To delete all entries, select the checkbox next to the IP Address heading.
-
-
Click Delete to remove the selected IP address filter entries.
Bulk update the IP address filters
-
Click Download Template to save a CSV file to your computer.
-
Add entries to the template file, then save and close it.
For example, if you want to add an entry for a single IP address and another for an IP address range, the file could contain these lines:
CopyAddress,Suffix,Note
190.1.1.1,,single IP address
190.1.2.0,24,IP address range from 190.1.2.1 to 190.1.2.254 -
Click Bulk Update.
-
Click Browse, then select the edited template file.
-
Click Confirm.
See Notes below for more information about adding an IP address range.
Notes
-
Only IPv4 addresses are supported, not IPv6 addresses.
-
Multiple IP address ranges can be specified.
-
There are no restrictions on the number of IP address filter entries that can be added.
-
When you provide an IP address Suffix, you are providing an IP address range. For example using the IP address
190.1.2.0
and suffix24
creates an IP address range of190.1.2.1
to190.1.2.254
.