Page 1 of 1

[RESOLVED] Allow ABE to only one local IP?

Posted: Tue Oct 18, 2016 6:30 pm
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

Re: Allow ABE to only one local IP?

Posted: Tue Oct 18, 2016 9:23 pm
by barbaz
add to the very top of SYSTEM

Code: Select all

Site 10.0.0.20
Accept

Re: Allow ABE to only one local IP?

Posted: Tue Oct 18, 2016 10:05 pm
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!

Re: Allow ABE to only one local IP?

Posted: Tue Oct 18, 2016 10:22 pm
by barbaz
You're welcome! Image