Page 1 of 1

Help with ABE Rule

Posted: Tue Mar 23, 2010 11:27 pm
by Jim Too
I need some help with an ABE rule. The error when ABE is enabled is as follows:

Code: Select all

[ABE] <LOCAL> Deny on {GET http://127.0.0.1:34567/html/plugin_handler.html#http%3A//my.dimdim.com/user/console_handler.html <<< http://my.dimdim.com/user/console_handler.html, http://my.dimdim.com/user/console_handler.html}
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny

Re: Help with ABE Rule

Posted: Thu Mar 25, 2010 2:51 pm
by Giorgio Maone

Code: Select all

Site 127.0.0.1:34567 
Accept from my.dimdim.com
To be put in the SYSTEM ruleset, before any other rule.

Re: Help with ABE Rule

Posted: Mon Mar 29, 2010 10:15 pm
by Jim Too
Giorgio, Thank you for responding. After making the change I am still seeing an error.
System rule set.

Code: Select all

Site 127.0.0.1:34567
Accept from my.dimdim.com
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Deny
User ruleset

Code: Select all

# User-defined rules. Feel free to experiment here.
# NAT Pinning blockage (blocks outbound HTTP traffic to unlikely ports)
Site ^https?://[^/]+:[0-35-7]
Deny

Code: Select all

[ABE] <^https?://[^/]+:[0-35-7]
> Deny on {GET http://127.0.0.1:34567/html/plugin_handler.html#http%3A//my.dimdim.com/user/console_handler.html <<< http://my.dimdim.com/user/console_handler.html, http://my.dimdim.com/user/console_handler.html}
USER rule:
Site ^https?://[^/]+:[0-35-7]
Deny

Re: Help with ABE Rule

Posted: Mon Mar 29, 2010 10:28 pm
by Giorgio Maone
Ah OK, please insert

Code: Select all

Site 127.0.0.1:34567
Accept from my.dimdim.com
in the beginning of the USER ruleset as well.

Re: Help with ABE Rule

Posted: Wed Mar 31, 2010 12:46 am
by Jim Too
Giorgio,
Much thanks. I also had to add 127.0.0.1 to the accept in the user rule but after that screen sharing worked.