|
|||||||
This is a discussion on "Ok so I have a noob question!" in the Top Mud Sites MUD Administration forum : Alrite, I downloaded the Dawn of Time codebase and got it compiled and running using this guide: http://www.dawnoftime.org/download/d...gwin-notes.txt Dawn of Time isn't necessarily the codebase I will be using, I just decided to try it out because it seemed interesting and had a good guide for setting it up. I used Cygwin, got it all compiled, and when I got to the last step of the guide (typed ./dawn 4000 to start it up on port 4000) it gave me a bunch of output ending in this: :: switching to daemon mode (... |
|
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today! If you have any problems with the registration process or your account login, please contact us. If you are a registered member of the old TMS forums, please click here
|
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 | ||
|
New Member
Join Date: May 2009
Posts: 9
![]() |
Alrite, I downloaded the Dawn of Time codebase and got it compiled and running using this guide:
http://www.dawnoftime.org/download/d...gwin-notes.txt Dawn of Time isn't necessarily the codebase I will be using, I just decided to try it out because it seemed interesting and had a good guide for setting it up. I used Cygwin, got it all compiled, and when I got to the last step of the guide (typed ./dawn 4000 to start it up on port 4000) it gave me a bunch of output ending in this: Quote:
So I went back to Cygwin and typed: telnet <my ip address> 4000 And I got this output: Quote:
![]() |
||
|
|
|
|
|
#2 |
|
Member
Join Date: Jan 2006
Posts: 213
![]() |
Re: Ok so I have a noob question!
Try using either "localhost" or "127.0.0.1" as your address (without the quotes).
Not a Cygwin expert (I prefer AndLinux), and I do not know the particulars of your software/hardware (firewalls, security, routers, etc.) setup, so I cannot answer the question fully. |
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2009
Posts: 9
![]() |
Re: Ok so I have a noob question!
'localhost' worked, thanks!
I have a couple more questions though: How do I disconnect the MUD? Also, how can I create a script that will attempt to connect it every 5 mins, in case it goes down? This is mentioned here: http://www.dawnoftime.org/getting_st...ental%20Notes: Thanks! |
|
|
|
|
|
#4 | ||
|
Member
Join Date: Jan 2006
Posts: 213
![]() |
Re: Ok so I have a noob question!
Welcome.
Quote:
1) A command from the admin-staff character from within the game (in DoT I think this is "shutdown", believe it or not). This is the preferred method. 2) Using "kill" on the process from your Cygwin shell. Read up on "ps" and "kill" at Linux sites. Quote:
|
||
|
|
|