How to handle dynamic client IPs
Moderator: Project members
-
- 504 Command not implemented
- Posts: 7
- Joined: 2021-02-02 10:45
- First name: Tony
- Last name: Hamilton
How to handle dynamic client IPs
I think I have understood the need to manage Dynamic DNS when the external IP of my server is changing, but how do I manage the situation where the external IP of my clients are changing (daily) and, for security reasons, I must set the server to block ALL requests, allowing only certain specified external IPs to connect ?
Re: How to handle dynamic client IPs
If the IPs are all part of a special range, you can whitelist that IP range (use CIDR notation). If they are totally random, you simply cannot filter by IP.
### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###