I live in an apartment complex that manages my Internet. It looks like they have a router for the complex, and then I have a router in my apartment that covers my local network (an Airport Express) mainly because otherwise I can see every computer in the complex otherwise. I'd like to be able to access my server that I've got running from outside my home network, preferably with some type of authentication (that would work primarily on my iPhone). Do y'all have any ideas on how I can make this happen?
|
closed as off topic by mdpc, longneck, RobM, Zoredache, EEAA Nov 15 '12 at 19:57
Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
If the apartment complex's router is running NAT, then eithout the cooperation of your apartment complex, you won't be able to access the server directly. |
|||
|
|
|
If the router of the complex uses NAT (which I guess it does according to the title of the question), the easiest way to accomplish your goal is to ask the operator of the router to configure a DNAT to your router. Then you have to configure another DNAT to your server. As I'm afraid this is not possible, you can do it the other way round, to force the server to connect to any system in the Internet where you have access to and use this Internet server as a kind of "jumping-station". If you don't have such server, you can use a system like Jump Desktop or TeamViewer, even this is no recommendation to use any of these services. |
|||||
|