ABE and NetGear Stora

Discussions about the Application Boundaries Enforcer (ABE) module
mrpaul
Posts: 1
Joined: Mon Dec 27, 2010 4:40 am

ABE and NetGear Stora

Post by mrpaul »

Trying to figure out how to get ABE to allow NetGear's Stora device to work. It looks like you go to the mystora.com site, enter your credentials, and it redirects to the Stora device on your local network. The error I get is (with foobar and variants replacing potential unique/sensitive info)

Request {GET http://192.168.1.5/ <<< http://192.168.1.5/?AUTH=foobar1&hipname=foobar2, https://www.mystora.com/homebase/, https://www.mystora.com/homebase - 6} filtered by ABE: <192.168.1.5> Deny

below are what I've put in my SYSTEM section, above the LOCAL definition. When I uncomment the last Accept, it works, so I know my site definition and location in the config is good, but I can't seem to figure out a correct rule (don't really want an Accept ALL from *)

Site 192.168.1.5
Accept ALL from .mystora.com
Accept ALL from mystora.com
Accept ALL from LOCAL
Accept ALL from 192.168.1.5
Accept ALL from https://www.mystora.com/homebase/
Accept ALL from SELF https://www.mystora.com/homebase/
# (obviously, I don't really understand when to use SELF)
#Accept ALL from *
Deny

Any advice would be appreciated!

Thanks - Mr Paul
Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

Re: ABE and NetGear Stora

Post by al_9x »

Code: Select all

Site 192.168.1.5
Accept from https://www.mystora.com/
This should be enough.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Post Reply