rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: hogo on January 24, 2005, 03:49:04 AM
-
will is made permit on download only resolved IP or IP ranges?
-
Menu->limits->bans and enter IPs or IP ranges (using wild cards)
-
Menu->limits->bans and enter IPs or IP ranges (using wild cards)
what this "(using wild cards)"?
HFS 2 beta 17
-
Menu->limits->bans and enter IPs or IP ranges (using wild cards)
what this "(using wild cards)"?
HFS 2 beta 17
Wild cards = *, ? instead of part of the IP or /IP to invert the logic (=except)
-
Wild cards = *, ? instead of part of the IP or /IP to invert the logic (=except)
for instance I must write 192.168.*.* or *192.168.1.1-192.168.255.255?
to allow only 192.168.x.x
-
Wild cards = *, ? instead of part of the IP or /IP to invert the logic (=except)
for instance I must write 192.168.*.* or *192.168.1.1-192.168.255.255?
to allow only 192.168.x.x
No , I think you must write: \192.168.*.* (meaning - ban ALL except...)
By the way, if you are behind a router, you are protected by it's NAT anyway, and if you WANT ot allow connection from the outside you MUST forward the port HFS is using INSIDE the router to your HFS-PC.
-
for instance I must write 192.168.*.* or *192.168.1.1-192.168.255.255? to allow only 192.168.x.x
both are accepted ;)
-
for instance I must write 192.168.*.* or *192.168.1.1-192.168.255.255? to allow only 192.168.x.x
both are accepted ;)
don't you have to invert them to *allow* access ?
-
yes, to invert BOTH
using \ not /
-
yes, to invert BOTH
using \ not /
thank you