Kermit at UALR


Installing Kermit on your machine

  1. Obtain a copy of Kermit from one of the Computing Services Labs. You will need to supply a diskette.
  2. Create a directory called kermit on your hard drive. Type the following command at the C:\> prompt:
  3. Copy the contents of the floppy disk to the new directory:
  4. Change to the kermit directory:
  5. Edit the MSCUSTOM.INI file:
  6. Type "KERMIT" at the C:\KERMIT> prompt, and hit <return>. The Kermit program is now running. You should see the following prompt:
  7. To dial the UALR modem bank, type the following command at the MS-Kermit> prompt
  8. The Kermit program will enter terminal mode with a status line at the bottom showing the speed and parity.
  9. Press the <return> key to receive the Username: prompt.
  10. Enter your Athena username followed by <return>
  11. The system will now as for your password. Enter your Athena Password followed by <return>
  12. The system should now display a prompt which reads "Ascend1>"
  13. You may telnet or rlogin to machines on campus by specifying their short-form name, or machines off campus by specifying their full name
    e.g.
  14. After you have completed your session on the remote machine and once again have an "Ascend1>" prompt, enter "quit" to finish the session.
  15. Enter <alt>-x to get to the MS-Kermit> prompt and type "quit".

    Modifying an existing Kermit installation for use with UALR's new modems

    1. Change to the kermit directory on your hard drive:
      • cd \kermit
    2. Edit the DIALUPS.TXT file:
      • edit dialups.txt
      • Delete the 3 lines currently in the file and replace them with the line:
        ualr      T223-3771     9600   none
      • Save the changes and exit the DOS editor.