Page 1 of 1

Allow all IPs in local Netzwerk

Posted: Mon Apr 18, 2011 9:03 pm
by silver
Hi folks,

I've a small question to you.

I want to allow scripts from all hosts located in my local network with ip range 10.0.1.0/24
I created a USER ABE rule that looks like:

Code: Select all

#--- lan ---
Site 10.0.1.0/24
Allow from 10.0.1.0/24
Accept
The debugger throws an error at the line that begins with ,,Allow...''
If I remove that line, JavaScripts, located on websites in this network are blocked.

Could you please tell me what I have to do to get things work.

Thanks a lot
silver

Re: Allow all IPs in local Netzwerk

Posted: Mon Apr 18, 2011 10:17 pm
by Giorgio Maone
"Accept", not "Allow", see http://noscript.net/abe/ :

Code: Select all

Site 10.0.1.0/24
Accept from 10.0.1.0/24
Deny

Re: Allow all IPs in local Netzwerk

Posted: Mon Apr 18, 2011 10:25 pm
by silver
But with this rule scripts on an website stored on 10.0.0.5 are still blocked...

I think I have something misunderstood...

Re: Allow all IPs in local Netzwerk

Posted: Mon Apr 18, 2011 10:27 pm
by silver
Sorry I didn't find an edit button...

I wanted to say:
Scripts on a website stored at 10.0.1.5 are still blocked

Re: Allow all IPs in local Netzwerk

Posted: Sun Apr 24, 2011 11:24 am
by dhouwn
silver wrote:Sorry I didn't find an edit button...
You need to register if you want to be able to edit your posts.
Scripts on a website stored at 10.0.1.5 are still blocked
What are you trying to do? Access them from the WAN?