rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: hogo on January 24, 2005, 03:49:04 AM

Title: limits
Post by: hogo on January 24, 2005, 03:49:04 AM
will is made permit on download only resolved IP or IP ranges?
Title: limits
Post by: Rafi on January 24, 2005, 07:49:42 PM
Menu->limits->bans and enter IPs or IP ranges (using wild cards)
Title: limits
Post by: hogo on January 25, 2005, 03:23:33 AM
Quote from: "Rafi"
Menu->limits->bans and enter IPs or IP ranges (using wild cards)
what this "(using wild cards)"?
HFS 2 beta 17
Title: limits
Post by: Rafi on January 25, 2005, 04:19:23 AM
Quote from: "hogo"
Quote from: "Rafi"
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)
Title: limits
Post by: hogo on January 25, 2005, 11:02:44 AM
Quote from: "Rafi"
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
Title: limits
Post by: Rafi on January 25, 2005, 05:30:25 PM
Quote from: "hogo"
Quote from: "Rafi"
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.
Title: limits
Post by: rejetto on January 26, 2005, 02:43:15 AM
Quote from: "hogo"
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 ;)
Title: limits
Post by: Rafi on January 26, 2005, 05:50:07 AM
Quote from: "rejetto"
Quote from: "hogo"
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 ?
Title: limits
Post by: rejetto on January 27, 2005, 05:22:56 AM
yes, to invert BOTH
using \ not /
Title: limits
Post by: hogo on February 01, 2005, 03:18:31 AM
Quote from: "rejetto"
yes, to invert BOTH
using \ not /
thank you