Welcome to City-Data.com Forum!
U.S. CitiesCity-Data Forum Index
Go Back   City-Data Forum > General Forums > Science and Technology > Computers
 [Register]
Please register to participate in our discussions with 2 million other members - it's free and quick! Some forums can only be seen by registered members. After you create your account, you'll be able to customize options and access all our 15,000 new posts/day with fewer ads.
View detailed profile (Advanced) or search
site with Google Custom Search

Search Forums  (Advanced)
 
Old 09-09-2008, 10:29 AM
 
877 posts, read 2,077,373 times
Reputation: 468

Advertisements

Being a huge geek, I have been playing with a MUD program (for those who can remember back to the '90s), and I want to make it publicly available. Since this is a hobby, I don't want to pay for a remote server, and would like to run the server out of my house.

I currently have a linux box (Ubuntu) which I would use as the server, but I'm not sure where to start. I'd like to offer public access to a few limited ports with other ports being password protected. Also, I would like to allow remote FTP access for other users, either to their own account or to a shared folder.

Eventually I'd like to provide a website, possibly with forums, and add a mail server.

Security is another concern, the server will share a network with my home PC, and I don't want any carryover.

Storage space, processing power, and RAM are not a concern. The box has 1 GB of RAM and a two-year-old Athalon 64-bit processor, and several hundred GB of hard drive space.

Any help is appreciated, thank you.
Reply With Quote Quick reply to this message

 
Old 09-09-2008, 03:04 PM
 
11,715 posts, read 40,451,929 times
Reputation: 7586
How do you plan on connecting it to the Internet? Residential ISPs don't allow servers and many actively block ports. Servers need lots of upload bandwidth which is tough to get on a home ISP account.

Since you most likely have a dynamic IP address, the mail server won't work because dynamic IPs are usually blacklisted meaning other mail servers your server tries to communicate with will refuse to accept your mail. You'd have to relay outgoing mail through your ISP's mail server if they'll allow it. The dynamic IP also means that no one will be able to find your server unless you use dynamic DNS.

Any server you put on the net will get hacked so you'd better put in in a DMZ so when it does get hacked, they don't get access to your internal LAN. Expect that FTP server to get pounded around the clock from IP addresses all over the world.
Reply With Quote Quick reply to this message
 
Old 09-09-2008, 04:37 PM
 
Location: Tyler, TX
23,862 posts, read 24,111,507 times
Reputation: 15135
As EC said, you're going to have some challenges to overcome if you want to do this from home. I also inferred from your post that you're not very experienced with linux, although I could be wrong.

My recommendation is to shelve the idea until you get a more appropriate Internet connection or find yourself a virtual hosting deal where you can install and run whatever you want. You'll also want to get very comfortable with iptables.

Most of what you want to do can be done on a residential connection, but unless you REALLY know what you're doing, you're likely to end up with more headaches than happy MUD players.

BTW, which MUD were you going to run? I used to be a HUGE MajorMud addict, and considered running one of the free *nix MUDs a few years ago - don't remember which one, though.
Reply With Quote Quick reply to this message
 
Old 09-15-2008, 09:50 AM
 
877 posts, read 2,077,373 times
Reputation: 468
Quite a bit of negativity here. I guess I'll have to venture into the black heart of Google to find my answers. Thanks anyway.

swagger: tbaMUD | Continued development of the CircleMUD core is a good base (Circle derivative), and is still being updated. It runs clean on UBUNTU, where others would require quite a bit of tweaking just to get them to the point where they would start up.

Alternatively, you could run an older code base (DIKU, GW, etc.) on an older OS. It would save a lot of headache.
Reply With Quote Quick reply to this message
 
Old 09-15-2008, 10:01 AM
 
Location: Lemon Grove, CA USA
1,055 posts, read 4,117,121 times
Reputation: 960
It isn't negativity it is truth. Many residential ISPs have a no server clause in their contracts and you won't have the bandwidth you need. Also, dynamic IP is a problem but not insurmountable since you can use a service like dyndns to resolve the dynamic IP to a host name.

As for the actual server. Once you set it up you will need to do port forwards through your router to the server. The rest will be done by the software on the server.

Security shouldn't be an issue. As long as you lock down the server your network won't suffer.
Reply With Quote Quick reply to this message
 
Old 09-15-2008, 11:00 AM
 
Location: US
1,193 posts, read 3,993,497 times
Reputation: 832
Well you -can- run a server at home if you have the right ISP. My ISP offers a business class connection where you get a static IP and all the benefits that go with that. You will probably end up paying double the price of a residential grade connection for the same speed though.

For security I would buy one of those cheap-o linksys routers that you can re-flash with third party firmware. Then you can setup VLANs and so on...

But yeah, don't be surprised when you go to your website one day and see some weird wolf or llama and "TuRkisH Hackerz 4 l1f3!" as your new homepage. If you become remotely popular it will happen, so backup early and often.

Last edited by J Arp; 09-15-2008 at 11:01 AM.. Reason: Leet speak is filtered? Hah!
Reply With Quote Quick reply to this message
 
Old 09-15-2008, 12:26 PM
 
Location: Lemon Grove, CA USA
1,055 posts, read 4,117,121 times
Reputation: 960
Yes getting business class from your ISP will solve many of those problems but is much more expensive. It is what I use at home for just that reason since I'm a consultant and do much of it from the house... also I run servers when needed to demo stuff for clients or to access files on the road.
Reply With Quote Quick reply to this message
 
Old 09-15-2008, 05:50 PM
Bo Bo won $500 in our forum's Most Engaging Poster Contest - Tenth Edition (Apr-May 2014). 

Over $104,000 in prizes has already been given out to active posters on our forum and additional contests are planned
 
Location: Ohio
17,107 posts, read 38,111,983 times
Reputation: 14447
Most home Internet connections have upload speeds that are 10-20% of the download speed they provide. Even if the ISP is especially generous about tolerating servers, the typical consumer broadband upload speed won't be enough for you to run a server from home that supports many remote connections.

Some ISPs like Comcast take an especially dim view of servers and will cancel your account and blackball you from being their customer if they catch you running one.

If you want to run server scripts, get a hosting account and run them remotely from a datacenter.
Reply With Quote Quick reply to this message
 
Old 09-15-2008, 07:09 PM
 
Location: Tyler, TX
23,862 posts, read 24,111,507 times
Reputation: 15135
Quote:
Originally Posted by zman0 View Post
Quite a bit of negativity here. I guess I'll have to venture into the black heart of Google to find my answers. Thanks anyway.
Ok, here's what I'm doing at home, on a residential connection.

The Internet comes in via cable to a linux machine with two NICs. One facing the 'net, the other facing my LAN.

On that machine, I have my phone system running, which handles all the inbound lines (about a dozen VoIP numbers from three different providers), all the IVRs, queues, extensions and whatnot needed for the house and three different businesses, a proxy server (so I can keep an eye on where the kids are surfing), inbound/outbound fax server, plus web, mail, dns, samba, dhcp, cups, etc. It also does all the port forwarding for the various services I'm running inside the LAN that need to be accessible from the outside world.

On the LAN, I have my Media Center, which has to be accessible from the outside world, a development server that runs occasionally when I'm working on a project (right now it's running W2k3/apache for a website I'm working on for a client) that also has to be accessible from the outside world, a bunch of desktops/laptops doing regular computing stuff, a total of ten phones in the house plus two off-site that all connect to the linux gateway/firewall system, a few networked printers, a couple of wireless routers/APs and some other odds and ends here and there. For a home network, it's pretty involved.

There's a number of things I'm accessing from the outside world, but none of them run on standard ports (those are all blocked by the ISP) and none of them get a significant amount of traffic. I have SSH setup on the server so I can get into the network and if necessary, tunnel through that connection to get to the things I don't want to open to the outside world. There's a port forwarded for the web server running on the Media Center, one for the development server, and a couple others for other things. All the firewalling and port forwarding, as well as NAT, is done via iptables.

I wouldn't attempt running anything that saw a lot of incoming traffic on a residential connection - I'm not interested in losing my account or being forced to upgrade to a "business class" connection (which is just a fancy way of saying that you get to pay twice as much or more for a static IP).

So all this stuff (including what you want to do) can be done on a residential connection, but there are risks involved, both with maintaining the status of your cable/dsl account and with your environment getting hacked. I would strongly advise against running a web server on a residential connection, unless it's there for a very specific purpose and isn't there to be accessed by the world at large. As for mail, forget it. You can run your own outbound mail server for the machines in the house, but using it as a MX server for a domain name is almost certainly a recipe for disaster. Get a hosting account at hostgator or something if you're going to run a website/mail.

I guess the bottom line and what I'm trying to get at is if you're asking here for advice/instruction on setting up your network for a MUD, you're probably not really ready to do it. There's more to running a server than installing the software and turning it on - you have to thoroughly understand certain concepts that the average desktop user doesn't really understand or even know exists (e.g. security).

We all have to start somewhere, but we're trying to save you the headaches we've been through and the 3am phone calls from the ISP (been there - not fun). I strongly recommend taking a look at the virtual server offerings out there. You'll have root access, be able to install whatever software you want and it'll be in a suitable environment for such a venture. Maybe you could offer free access for a few months, until people are hooked, then start charging $5/mo or something to defray the costs.

Anyway, I've rambled enough. Whatever you decide, I wish you luck.
Reply With Quote Quick reply to this message
Please register to post and access all features of our very popular forum. It is free and quick. Over $68,000 in prizes has already been given out to active posters on our forum. Additional giveaways are planned.

Detailed information about all U.S. cities, counties, and zip codes on our site: City-data.com.


Reply
Please update this thread with any new information or opinions. This open thread is still read by thousands of people, so we encourage all additional points of view.

Quick Reply
Message:


Over $104,000 in prizes was already given out to active posters on our forum and additional giveaways are planned!

Go Back   City-Data Forum > General Forums > Science and Technology > Computers
Similar Threads

All times are GMT -6. The time now is 06:06 AM.

© 2005-2024, Advameg, Inc. · Please obey Forum Rules · Terms of Use and Privacy Policy · Bug Bounty

City-Data.com - Contact Us - Archive 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 - Top