jamesrdelaney
10 years agoVisitor
Port 8060
Hi I have a Roku 4200 running on the locat network: 172.150.1.195 I am timing out when I try to telnet on port 8060 telnet 172.150.1.195 8060 And I get nothing using a GET to from the brows...
"TheEndless" wrote:
8060 is the ECP port. I don't think you can telnet to 8060, so that failed connection is probably expected.
$ telnet 192.168.1.25 8060
Trying 192.168.1.25...
Connected to roku-2xs.gateway.pace.com.
Escape character is '^]'.
GET /query/apps HTTP/1.0
HTTP/1.1 200 OK
Server: Roku UPnP/1.0 MiniUPnPd/1.4
Content-Length: 2492
Cache-Control: no-cache
Content-Type: text/xml; charset="utf-8"
<apps>
<app id="12" type="appl" version="3.1.6040">Netflix</app>
...
</apps>
Connection closed by foreign host.
$