I seem to be having a problem with the Subsonic redirect. It works fine if I am on my home network, but as soon as I try to access through either iSub, or from a computer not on my home network, I cannot connect. I have my own personal redirect through "No-IP", and that works fine, either on or off my home network.
I've traced the problem to what seems to me the Subsonic redirect uses the actual "private" IP address of my SS server, and not my "public" IP address at port 4040.
So if I use "myhost.subsonic.org", I am routed to my 192.168.x.x IP address, which of course won't work externally due to the nature of IP, but if I use "myhost.no-ip.com", it routes to my public IP address, which works anywhere.
Is there any way to configure Subsonic to use the external IP address instead of the internal one?