Help with ABE Rule

Discussions about the Application Boundaries Enforcer (ABE) module
Jim Too
Senior Member
Posts: 58
Joined: Mon Mar 23, 2009 4:30 pm

Help with ABE Rule

Post 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
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Help with ABE Rule

Post 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.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
Jim Too
Senior Member
Posts: 58
Joined: Mon Mar 23, 2009 4:30 pm

Re: Help with ABE Rule

Post 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
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Help with ABE Rule

Post 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.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
Jim Too
Senior Member
Posts: 58
Joined: Mon Mar 23, 2009 4:30 pm

Re: Help with ABE Rule

Post 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.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
Post Reply