IP Filter Examples

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Izy
500 Command not understood
Posts: 2
Joined: 2005-10-21 15:12

IP Filter Examples

#1 Post by Izy » 2005-10-21 15:20

Hi!

Occaisionally I'll get the dictionary attacks and would like to just block a range it is coming from.

For instance how would you block 192.168.1.0 to 192.168.1.255?

Would it be...

192.168.1.*

or

192.168.1.0-192.168.1.255

or

192.168.1.0 - 192.168.1.255

or

192.168.1.0/24

or would either of these examples work?

Thanks!

User avatar
botg
Site Admin
Posts: 35555
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2005-10-23 10:47

Example 1 and 2 would work. The two other two possibilities are:

ip/subnet:
192.168.0.1/255.255.255.0

hostname regex:
/dialin-.*-stupidisp\.(com|net)/

Izy
500 Command not understood
Posts: 2
Joined: 2005-10-21 15:12

#3 Post by Izy » 2005-11-03 14:27

Thanks!

davisj
500 Command not understood
Posts: 1
Joined: 2008-11-18 02:00
First name: Jesse
Last name: Davis

Re: IP Filter Examples

#4 Post by davisj » 2009-01-05 22:42

ok, how do i filter entire ranges ie:

200.0.0.0 thru 225.0.0.0

will the dash work for this?

thanks

Post Reply