I subsonic installed on Ubuntu and I can't connect to my music from outside the network using Galaxy S3 phone
I can only connect from my network using wifi
I have port 4040 forwarded and it is open in my router and in Ubuntu machine
xps8300@xps8300-XPS-8300:~$ netstat -anltp | grep "LISTEN"
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 2058/vino-server
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:17500 0.0.0.0:* LISTEN 2140/dropbox
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:63429 0.0.0.0:* LISTEN 3506/python
tcp 0 0 0.0.0.0:63590 0.0.0.0:* LISTEN 2215/skype
tcp6 0 0 :::5800 :::* LISTEN 2058/vino-server
tcp6 0 0 :::4040 :::* LISTEN -
Testing port forwarding with http://www.yougetsignal.com
I get Port 4040 is open on
In subsonic network configuration I have Status: xxxx.subsonic.org responded successfully.
Where could be the problem?