Allow all IPs in local Netzwerk

Discussions about the Application Boundaries Enforcer (ABE) module
silver

Allow all IPs in local Netzwerk

Post 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
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
User avatar
Giorgio Maone
Site Admin
Posts: 9526
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Allow all IPs in local Netzwerk

Post 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
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
silver

Re: Allow all IPs in local Netzwerk

Post 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...
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
silver

Re: Allow all IPs in local Netzwerk

Post 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
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
dhouwn
Bug Buster
Posts: 968
Joined: Thu Mar 19, 2009 12:51 pm

Re: Allow all IPs in local Netzwerk

Post 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?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Post Reply