Locking down a box on the web
Posted
by
glowcoder
on Server Fault
See other posts from Server Fault
or by glowcoder
Published on 2011-03-14T23:33:29Z
Indexed on
2011/03/15
0:11 UTC
Read the original article
Hit count: 532
I'm a Java developer who is looking to put a game on the web. I'm not much of a web or server guy, though, and frankly I seem a little lost at where I should start with putting something on the web.
My application works fine on my machine, and I'm sure I can make it work fine on any box I put it on. But the security of that box is pretty important.
If I sign up for a standard hosting package (let's say from GoDaddy or something) can I simply tell them "make port 12345 open for communication" and let them handle the rest of the security details? If I can't, what are the things I'm going to need to know to prevent my game server from getting hacked to shreds? (Links to solid resources fine by me!)
Thanks!
© Server Fault or respective owner