ABE and WD My Cloud

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: ABE and WD My Cloud

Re: ABE and WD My Cloud

by Thrawn » Sat Jun 21, 2014 1:53 am

Giorgio could answer best, but my $0.02 is that ABE is funny about redirects. It's not that the IP address is not LOCAL; it's that the combination of IP address and wd2go.com needs to be specifically allowed on its own line.

Re: ABE and WD My Cloud

by barbaz » Fri Jun 20, 2014 3:26 pm

Glad we got this resolved, but could someone please explain to me why 192.168.1.68 isn't LOCAL in that last situation? Thanks in advance.

Re: ABE and WD My Cloud

by notyetanotherid » Fri Jun 20, 2014 1:06 pm

Perfect! Thanks.

Re: ABE and WD My Cloud

by barbaz » Thu Jun 19, 2014 2:45 pm

Try

Code: Select all

Site 192.168.1.68
Accept GET from 192.168.1.68 https://www.wd2go.com/

Re: ABE and WD My Cloud

by notyetanotherid » Thu Jun 19, 2014 2:12 pm

Yes. Just done it now with the leading dot version and this is the console output:

Re: ABE and WD My Cloud

by barbaz » Wed Jun 18, 2014 10:41 pm

Weird...

Just to verify, is the error message in the Browser Console the same as in your OP if you add either of my exceptions?

Re: ABE and WD My Cloud

by notyetanotherid » Wed Jun 18, 2014 10:06 pm

Unfortunately both of those versions cause the button click action to get denied by the LOCAL rule as per previously.

I am sure that I am missing something obvious ...

Re: ABE and WD My Cloud

by barbaz » Wed Jun 18, 2014 2:45 pm

Code: Select all

Site 192.168.1.68
Accept GET from .wd2go.com
you were missing the leading dot needed to specify that you want subdomains of "wd2go.com" also

really, best practice would be this more restrictive exception

Code: Select all

Site 192.168.1.68
Accept GET from https://www.wd2go.com/

ABE and WD My Cloud

by notyetanotherid » Wed Jun 18, 2014 11:47 am

Western Digital My Cloud is a NAS device accessible from the internet, via wd2go.com.

If on my local network I go to www.wd2go.com, login, and select my NAS device and then click on 'View Shares', ABE blocks the request:
[ABE] <LOCAL> Deny on {GET http://192.168.1.68/LandingPage?deviceU ... c900e03954 <<< https://www.wd2go.com/deviceLanding.do?displayId=138, https://www.wd2go.com/getDevicesInternal.do# - 6}
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny

If I add an ABE system rule at the start:
Site 192.168.1.68
Accept GET

it works fine; obviously I don't want such a general rule, but:
Site 192.168.1.68
Accept GET from wd2go.com

fails, as do variations on the URL. What am I doing wrong?

Top