Investigating G-CONNECT - No opening yet

When I turn on the device, usually I pass a port scan to check which services are running on the device. g-connect returned this:

 Port Scan has started…
Port Scanning host: 192.168.122.195
Open TCP Port: 21      ftp
Open TCP Port: 22      ssh
Open TCP Port: 53      domain
Open TCP Port: 80      http
Open TCP Port: 139     netbios-ssn
Open TCP Port: 443     https
Open TCP Port: 445     microsoft-ds
Open TCP Port: 548     afpovertcp
Open TCP Port: 6689
Open TCP Port: 8200    trivnet1
Port Scan has completed…






Let's try access ssh:

ssh root@GCONNECT.local
G-Connect version 10.0.x


Hooray! It's alive!!!
I searched in the internet by the string "G-Connect version 10.0.x" but no lucky...

Let's try with other unix users:

ssh guest@gconnect.local
Connection closed by 192.168.122.195


Wow... strange... This "closed connection" behavior repeats with other different users.
Let's try port webports 80/443, I used a /test in the end of URL to force a error.

Not Found

The requested URL /test was not found on this server.

Apache/2.2.3 (Axentra) Server at 192.168.122.195 Port 80


Ok, apache. sounds like a linux...
Let's try port 6689 on browser:
 
 

Hummmmm interesting!! Let's cancel to see the error screen:

Unauthorized

Error 401

mt-daapd: svn-1696 

Hey Firefly / mt-daapd server!!!! Of course I'll try the default user/password. Actually is root user without password... Unfortunately, no lucky...

Let's open the device to try to find some tip... next post