home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / network / kali / cruiser.faq next >
Text File  |  1995-07-27  |  8KB  |  192 lines

  1.                  Connecting To Kali - A Netcruiser's Guide
  2.                  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  3.  
  4. I'm writing this because a strange thing happened to me today. I was
  5. chatting on IRC on the #DESCENT channel when I noticed the topic was
  6. "Netcruiser's who want to use Kali...  you can't!", or something to
  7. that
  8. effect.
  9.  
  10. Well this is an account of the trials and obstacles I (a simple
  11. Netcruiser account user) went through to finally log on to (and 
  12. successfully play games on) Kali. Yes it can be done.
  13.  
  14.  
  15. Background
  16. -=-=-=-=-=-    
  17.  
  18.     I am not a computer expert by any means. I am a maintenance man at
  19.     Toyota Motor Manufacturing in Georgetown, KY. If you own a Camry or
  20.     one of the new Avalons, then you've seen some of our fine, quality
  21.     vehicles. I am a computer hobbyist who, when I get my mind set on 
  22.     something, intend to accomplish it. I was tired of hearing "you're
  23.     a Netcruiser? Oh! you can't Kali!", "you can't Kali! Get a real
  24.     account!".  Well, I had a real account and I've used it to connect 
  25.     to Kali and play several times. If you have a Netcom Netcruiser 
  26.     account and you're interested in using Kali, then read on.
  27.  
  28.  
  29. Equipment & Software Needed
  30. -=-=-=-=-=-=-=-=-=-=-=-=-=-
  31.  
  32.     I have a standard, $19.95 a month Netcruiser account.
  33.     A different IP address, which is assigned by my Internet host,
  34.     everytime I login.
  35.     A Supra 144i, 14.4k fax / modem.
  36.     The latest Kali package (KALI109H.ZIP as far as I know).
  37.     The PPP / modem packet driver PPP.ZIP
  38.     The Kali chat program, KALI.ZIP
  39.     The Kali ping program, PING.EXE
  40.  
  41. Setting Up The Software
  42. -=-=-=-=-=-=-=-=-=-=-=-
  43.  
  44.     KALI.CFG
  45.  
  46.         Nickname = B. Followell
  47.         ; serial =
  48.         ; key =
  49.         ; port = 2213
  50.  
  51.         This file clears out the 15 min. Kali time limit when the correct
  52.         serial # and key # are entered. You don't get those until you 
  53.         register Kali, so, don't enter anything. The only thing you need to
  54.         change in this file is the Nickname. If you don't, I'll log on one of
  55.         these days and think I'm logged about 20 times! I'm not sure exactly
  56.         how many characters it will accept, but, I'd limit it to about 15.
  57.  
  58.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  59.  
  60.     DIAL.PPP
  61.  
  62.         send "atz\r"
  63.         recv 3000 "OK\r\n"
  64.         send "atdt{yourdialup#}\r"
  65.         recv 60000 "login: "
  66.         send "#{username}\r"
  67.         recv 6000 "Password: "
  68.         send "{password}\r"
  69.  
  70.         This file may take a little experimentation, but, since we're all 
  71.         talking about Netcom, I think it'll probably be ok. You'll need to
  72.         replace {yourdialup#} with your local access phone number (you can
  73.         find it by loading Netcruiser and looking under Settings). Replace
  74.         {username} with your valid username. Make sure you keep the # in 
  75.         front of your username. That's what logs you onto a PPP connection.
  76.         Replace {password} with your valid password. And no, you don't need
  77.         the braces around these things when you replace them. If you have any
  78.         problems, keep in mind that the last 2 send commands, print the host
  79.         prompts on your screen just like they're supposed to appear. You may
  80.         want to log on with a standard communications package first just to
  81.         verify that these actually look like the prompts your host gives.
  82.   
  83.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  84.    
  85. DIAL.BAT
  86.  
  87.         ppp /c 2 /d script /s 14400
  88.         
  89.         This is just a handy batch file you'll have to enter yourself if you
  90.         want to use it. It'll save you typing a long line of command switches
  91.         and parameters required by PPP.EXE everytime you want to connect. The
  92.         /c # sets the com port of your modem and the /s # sets the baud rate
  93.         you want to connect at.
  94.   
  95.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  96.   
  97. WATTCP.CFG
  98.  
  99.         my_ip   = 204.31.246.34
  100.         netmask = 255.255.255.0
  101.         gateway = 204.31.246.1
  102.  
  103.         When you connect, the host will send something like this:
  104.         
  105.         PPP session from (163.179.80.2) to 204.31.246.55 ipx 0 beginning....
  106.  
  107.         Your IP address is the "to" value or in this case 204.31.246.55
  108.         Your gateway number will be similar but the last number will be a 1.
  109.         The gateway address for the IP address above would be 204.31.246.1
  110.         Your gateway should never change unless you move or try a different
  111.         dialup number. Your IP address will change everytime, but, only the
  112.         last number should change. For example, you may be on 204.31.246.55
  113.         this session and then 204.31.246.23 then next time. I left the 
  114.         netmask value alone and it worked fine for me.
  115.  
  116.  
  117. Running Kali
  118. -=-=-=-=-=-=-
  119.  
  120.     o  Boot your PC so that it's ready to play Descent, Doom2, Heretic or
  121.          whatever you're wanting to play.
  122.     
  123.     o  Go to the directory that contains the PPP driver and run DIAL.BAT. If
  124.          everything is going alright, you should connect to a PPP line on
  125.          your host.
  126.     
  127.     o  Your host will display the IP address for your current session. Write
  128.          down the IP address. Then, edit WATTCP.CFG and change the my_ip line
  129.          so that the IP address matches yours for this session. Save it and
  130.          exit.
  131.     
  132.     o  Run KALI.EXE
  133.          KALI {IP address of the Kali server}
  134.          I know of one at 204.96.20.10 There are supposed to be others, but,
  135.          I havn't been able to connect to them.
  136.  
  137.     o   You should see a little message about "looking for nodes...."
  138.           Once you are connected to the Kali server your screen will
  139.           display a list of users connected to the Kali server, their IP
  140.           addresses, and their current status.
  141.  
  142.     o  You should start KCHAT.EXE to set up your games. This is and IRC type
  143.          chat program that lets you talk to other Kali players to setup games
  144.          etc.
  145.  
  146.     o  Once you get a game decided upon and eveything set, exit Kchat and run
  147.          your game like you normally would for a network game.
  148.  
  149.     o That should be it! 
  150.  
  151.  
  152. Looking Back
  153. -=-=-=-=-=-=-
  154.  
  155.     I won't swear that everyone will be able to follow these instructions to
  156.     log on, but, I think most people on the net should be able to figure it
  157.     out. I also won't swear that this will answer all of your questions or 
  158.     help you make your games run faster or help you set your games up 
  159.     properly. All of that is beyond the scope of this file. It was just meant 
  160.     to get you online with Kali. The rest will take some experimentation on
  161.     your part.
  162.     I will, however, be more than happy to help anyone I can. If you have a
  163.     problem, a question about something in this file, something you think
  164.     should be added to this file, by all means, email me! I can also be
  165.     found quite often on IRC channels #doom or #descent.
  166.     Again, I this doesn't help everyone, I'm sorry. This is my first attempt
  167.     at an FAQ / how to file. I'm sure it will go through future revisions.
  168.     Also, if anyone finds the IP addresses of other Kali servers, email me
  169.     with the details so I can add them to this file.
  170.  
  171.  
  172. Credits
  173. -=-=-=-
  174.  
  175.     Michael Sutton - caustic@teleport.com, who wrote the "How to Setup and
  176.       Run Kali with PPP" file that helped me and is the basis for this file.
  177.       "Thanks loads Michael! I couldn't have done it without you!"
  178.  
  179.     Merit Network, Inc., for their fine PPP packet driver.
  180.  
  181.     Jay Cotton - jay@calc.vet.uga.edu, for his fine piece of software. Of 
  182.       course I'm talking about Kali itself. Everyone register. I mean it's 
  183.       only $20!  I'm sending my check in Monday!
  184.  
  185.     I'm sure there are others that I forgot to mention. If anyone is offended
  186.       then, my apologies. Email me and I'll put you in the next revision.
  187.  
  188.   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  189.  
  190.           This file was written and is maintained by Byron Followell
  191.                            followel@ix.netcom.com
  192.