I am running a local server, and I want it to be accessible online, however, all ports appear to be closed, and I do not have access to set up port-forwarding. Is there anyway around this?

link|improve this question
Yes, talk to your system administrator. – John Gardeniers Jul 1 '10 at 4:18
feedback

3 Answers

up vote 2 down vote accepted

Not to my knowledge. Your other option is to put it in the DMZ (if the router has the function available), but my guess is that you don't have access to the router in any way, shape, or form if you can't port forward.

link|improve this answer
This looks like the correct answer, however the question is a tad vague. – GruffTech Jul 1 '10 at 6:27
feedback

If you have ssh access from the webserver to a machine outside your firewall, you can setup a port forwarding with it .. If the remote machine's sshd allows that.

link|improve this answer
feedback

Set up a tunnel or VPN connection from a host that does have connectivity.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.