My chumby/dash also has this problem -- 'internet is unreachable'. (Got power cycled...)
When I do a packet trace I see it successfully gets it's ip address via dhcp, resolves names via DNS, send/receives packets to/from the internet, and finally gets a 403 forbidden from the sony servers.
Here is the DNS response:
q: A? ssm.internet.sony.tv. 3/0/0 ssm.internet.sony.tv. A 52.32.16.43, ssm.internet.sony.tv. A 34.211.155.181, ssm.internet.sony.tv. A 54.186.97.48 (86)
Here is a get to 52.32.16.43:
GET /DASH/index.html HTTP/1.1
User-Agent: curl/7.16.2 (mipsel-unknown-linux-gnu) libcurl/7.16.2 OpenSSL/0.9.7l zlib/1.2.3 c-ares/1.3.2
Host: ssm.internet.sony.tv
Accept: */*
and here is the response:
HTTP/1.1 403 Forbidden
Content-Type: text/html
Date: Fri, 18 May 2018 02:11:30 GMT
Server: nginx
Content-Length: 162
Connection: keep-alive
It then tries the other addresses, which fail, and then gives up...
So, more than one dash has the problem.
Thanks!