13

Using the standard Filezilla IP Filter GUI interface seen here, I want to deny all IP addresses in the first box and in the second box allow only one IP# back in.

Am having problems with CIDR notation in the first box to capture all IPs. Looking for help with that, unless there is a better way.

enter image description here

John K
  • 1,673
  • 3
  • 16
  • 20

2 Answers2

19

Wildcards are supported. I just successfully used:

Not allowed IPs:

*

followed by ...

Enable (allow):

192.168.100.139

Well, that was easy.

John K
  • 1,673
  • 3
  • 16
  • 20
  • 1
    You cheated by pushing the Easy Button. – Kalamane Mar 13 '12 at 21:55
  • @Kalamane, that's true but I'd accept other solutions too. The more the merrier. By wildcard is the first way I found, but would like to also see a more IP-based approach. – John K Mar 14 '12 at 01:04
  • 3
    This is so counterintuitive. The UI says it accepts CIDR but 0.0.0.0/0 get rejected... – sdaffa23fdsf Aug 12 '13 at 04:47
  • 1
    What about multiple enabled IP addresses? Spaces aren't working for me. – PeterX Jan 20 '16 at 23:11
  • Multiple allowed IP addresses (or ranges in CIDR notation) should go separate lines. Considering that almost half of the dialog windows is dedicated to explanations, it still leaves many open questions... – Klaws Sep 04 '19 at 07:39
0

I found * for block all and allowed IP's on separate lines to be accepted by Filezilla