Page 1 of 1
Can't connect from school network

Posted:
Thu Jan 10, 2013 3:06 pm
by Nick0Teen
Hi, my subsonic server is using port 4040 and I can acces it from anywhere (3g, wi-fi) except the school network, probably because it's blocking all ports ecxept 80 and 443. But I can't forward 80 because it already in use and I'm not allowed to forward 443. Is there any other way to keep using 4040 without something like VPN or proxy (because I still want to use iSub)?
Re: Can't connect from school network

Posted:
Thu Jan 10, 2013 3:46 pm
by bushman4
No. You cut out the only two ways I know in your last sentence... VPN or Proxy (reverse proxy, actually).
Glenn
Re: Can't connect from school network

Posted:
Thu Jan 10, 2013 3:49 pm
by daneren2005
Lookup how to setup a reverse proxy with something like Apache or Nginx. It will allow you to access subsonic from domain.com/subsonic instead of domain.com:4040
Re: Can't connect from school network

Posted:
Thu Jan 10, 2013 4:02 pm
by bushman4
daneren2005 wrote:Lookup how to setup a reverse proxy with something like Apache or Nginx. It will allow you to access subsonic from domain.com/subsonic instead of domain.com:4040
... but it will probably break minisub...
Glenn
Re: Can't connect from school network

Posted:
Thu Jan 10, 2013 4:19 pm
by daneren2005
True. There is probably a way to setup a reverse proxy to minisub as well. Or you might just move minisub out to it's own separate directory under /var/www which is how it was designed to be used originally anyways.
Re: Can't connect from school network

Posted:
Thu Jan 10, 2013 5:23 pm
by Nick0Teen
Thanks for the replies, but there's one problem I think. If you set up a reverse proxy, it has to be on the server which has port 80 forwarded, right? I kinda don't have access to that server...
Re: Can't connect from school network

Posted:
Thu Jan 10, 2013 5:26 pm
by daneren2005
Lol then you are probably SOL. You can't change the behavior of a server without access to it...
Re: Can't connect from school network

Posted:
Thu Jan 10, 2013 5:38 pm
by Nick0Teen
I have access to the server which runs subsonic and I can forward whatever I want.. exept port 80 and 443. It's in use by some not editable camera system, so yeah...

Re: Can't connect from school network

Posted:
Sat Jan 12, 2013 1:43 am
by iwill
bushman4 wrote:daneren2005 wrote:Lookup how to setup a reverse proxy with something like Apache or Nginx. It will allow you to access subsonic from domain.com/subsonic instead of domain.com:4040
... but it will probably break minisub...
Glenn
I actually didn't even consider this as the reason that MiniSub stopped working for me... why exactly does putting Subsonic behind a reverse proxy break MiniSub?
Re: Can't connect from school network

Posted:
Thu Jan 24, 2013 5:47 pm
by Nick0Teen
I do have acces to the server with port 80 now, but I couldn't figure out how to use exteral-ip.com/subsonic ... How to do this? The server which has port 80 forwarded is a Synology server (running linux).
EDIT: is it true I just have to do this:
ProxyPass /subsonic
http://internal-ip:4040ProxyPassReverse /subsonic
http://internal-ip:4040