Mobile app version of vmapp.org
Login or Join
Radia820

: How to set up a publicly accesible web site that can work behind public firewalls? friends. I'm homeless, and am spending my time creating an MMORPG video game based on Star Trek Online (The

@Radia820

Posted in: #Firewall #Server #WebHosting

friends.

I'm homeless, and am spending my time creating an MMORPG video game based on Star Trek Online (The IP left the country, leaving it wide open for use in the States).

With this, I'd like to create a few web pages for direct entry into my database, host them on my laptop that I take with me everywhere, and post a named link from a dynamic DNS service (such as : startrekonline.freedns.org) or something like that to let people 'contribute' to my database of planets, star systems, cultures, and other in game things when I am online and my machine is up and running.

Since I don't have money, there's no real viable solutions for hosting SQL Server offline, and since I want to add a 'chat with' feature which lets me interact with people should they want to chat about my project.

The backend is SQL Server (2005), the front end of the game is C++ and C# with OpenGl, and the web server is IIS on a windows 7 machine.

So yes, I do understand the web site will ONLY be available when my machine is online. I'm fine with that. And since I what i am doing isn't that much different than a chat or messenger application with formatted messages, I figure it's not gonna upset Starbuck's where I can work with the free wifi.

So here's the problem in a nutshell:

I'd like to post a link to Star Trek blogs and fan fiction sites telling the community about my project, and if my site is down it simply means I'm sleeping in my tent in the park.

Leveraging Free DNS, my IP would become visible to the outside world - but the problem is the firewall, right?

Are there any services which allow me to maintain a link when I am connected, and allow me to redirect that request to my local web server?

If not.

Advice on how it can be done (not why it can't be) would GREATLY be appreciated!

Thank you in advance for your help!

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Radia820

2 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie594

Given your reported lack of resources a free hosting service would be more suitable. As was advised in a previous answer most free wifi hotspots block incoming traffic. Additionally use of a dynamic DNS service will only map the network IP address to a domain name and so any connections to the domain name would be effectively only connecting to the free wifi gateway instead of to your laptop. There are services such as x10hosting which provide free web hosting on a subdomain under their own domain names and as long as you agree to post to their forums on a regular basis. I have used their services before for small communities with no hosting budget and for a free service they are very reliable. Similar services would do what you want for free as well but x10hosting is the specific service I am familiar with.

Disclaimer: I am in no way affiliated with x10hosting and have simply used their services in the past.

10% popularity Vote Up Vote Down


 

@Kimberly868

Since you're using free WiFi which will be blocking inbound traffic and you have no control over the router to setup port forwarding it will be nearly impossible to operate a server in the way you described.

If you found a free or cheap web hosting provider (ideally a package that includes some kind of database, such as MySQL) you could upload scripts and content OK from your laptop and communicate with others on the website with your laptop operating as a client just as everyone else (though perhaps with additional permissions?).

If the primary purpose of your project is exploring a passion rather than earning money, it might be worth considering making this into an open source project, since hosting and collaboration/chat tools are in many cases available for free forever to open source projects (for example, SourceForge).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme