making a server?
Bud
Chesterfield, Va
im thinking of making a server to use for a forum or maybe a irc chat and maybe a occasional game server (not alot of people at max 16) anyone have some suggestions, please not too expensive either.
0
Comments
You could build a good server for under $300.
//edited for typos
but do u still have to buy a domain name?
Nope! no-ip.com will give you a subdomain pickyourname.no-ip.com!
Domain names are from $8.95 to $14.95 a year. Any more than that, you're getting ripped off. Armo, domain names were $50 like 5 years ago.
I get my domains from dotster.com because I like their management tools. It costs $13.95 to buy a domain name for a year.
I was getting some weird requests from some of Charter's routers or whatever they have and decided to shut down incase they were snooping around :\ I used a simple Apache package for Windows that ran in the background. It was useful for what I used it for (image hosting, and maybe files for friends). Just make sure to check with your ISP if you care about having your internet connection pulled for 2 years or so (Charter's punishment, but I have a DSL line here also that dad's company pays for, so it was a simply move the router and some cables trick and I was back up again. Heh).
Next you are going to need an OS for the machine, if its high end then it can be anything, if it's low end then it will need to be Windows 2000 (in some form) or Linux.
Buying a domain is only going to work if you have a static IP address, otherwise you will need to use no-ip aswell, and you end up forwarding to a forward to get to the site, which is a complete mess.
Also how do you connect to the internet?
NS
If it is on a machine with modem, all you need to do is install Apache and it will work. If you have a router then it is that plus forwarding the port on the router.
I'm not aware of a way you can use a Domain truely without it being just a redirect if you aren't on a static IP address..... also, se if you can set up an RDNS with your ISP, then when someone resolves your IP to an........ no, wait, won't work, you aren't static.
Yeah, no-ip seems to be the way to go then, you have to keep a little program running that updates their site and tells them where the address needs to point.
NS
It's great to see people asking for upload space when they're sitting on a 512kb/s connection
Just make sure you don't leave your server's ass open to the intarweb
So true.
now start by adding you domain name
add host
mydomain.com (TTL=60) (type=A) (DATA= IP address) then
www.mydomain.com (TTL=60) (type=CNAME) (DATA= IP address) then
mail.mydomain.com (TTL=60) (type=A) (DATA= IP address) then
ftp.mydomain.com (TTL=60) (type=A) (DATA= IP address)
Now you will need to go to your registry co ie:Godaddy.com and add ns1.mydyndns.org ns2.mydyndns.org ns3.mydyndns.org up to ns5 if your registry allows it
you should now be setup and it could take up to 24hrs to take effect
If you are on cable you may not be able to do this as most all cable co's WON'T let you run a server unless you sign up for a business account with a static address (more money in there greedy pockets)
Need anmore help pm me
dyndns has an excellent how to guide to setup your service
Have you already signed up? The instructions I gave you were simple and to the point, you should've been able to setup from that.