[RESOLVED] Allow ABE to only one local IP?

Discussions about the Application Boundaries Enforcer (ABE) module
privacyguy
Posts: 2
Joined: Tue Oct 18, 2016 6:27 pm

[RESOLVED] Allow ABE to only one local IP?

Post by privacyguy »

Hello,

I am trying to achieve the following. I have got a standard SYSTEM in the ABE's settings:

# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Deny

Now, I need to add an exception to this in order to allow ANY external website to access my LOCAL resource with the IP of 10.0.0.20

What would be the correct code to allow this?

Thanks
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Safari/602.1.50
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: Allow ABE to only one local IP?

Post by barbaz »

add to the very top of SYSTEM

Code: Select all

Site 10.0.0.20
Accept
*Always* check the changelogs BEFORE updating that important software!
-
privacyguy
Posts: 2
Joined: Tue Oct 18, 2016 6:27 pm

Re: Allow ABE to only one local IP?

Post by privacyguy »

barbaz wrote:add to the very top of SYSTEM

Code: Select all

Site 10.0.0.20
Accept
Many thanks, it is working like a charm!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Safari/602.1.50
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: Allow ABE to only one local IP?

Post by barbaz »

You're welcome! Image
*Always* check the changelogs BEFORE updating that important software!
-
Post Reply