home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / NIXG100A.ZIP / TIPS.DOC < prev   
Text File  |  1994-01-26  |  3KB  |  60 lines

  1.  
  2.            Frequently asked Questions on successfully running NIX/Gate
  3.           (Compiled by user submissions to the author and beta testers)
  4.  
  5.                       Last updated: 20 January 1994
  6.  
  7. Q) If a user hangs up while in the middle of a UNIX session, what happens?
  8.  
  9. A) Well, NIX/Gate will recognize the fact that the connection has been lost,
  10.    and will hand control back to your BBS to allow for proper logoff
  11.    procedures to be followed.  At this point, your UNIX shell is still
  12.    active, and currently, there is no way to correct it.  That is, unless
  13.    you configure your UNIX system to respawn the getty for the port.  This
  14.    is usually not a problem under most UNIX implementations (AIX and XENIX
  15.    come to mind), but unfortunately, since we are not actually "connecting"
  16.    (i.e. raising DTR), this may be a bit of a problem.  We are open to
  17.    suggestions on how to handle this, but for now, just make sure to let
  18.    your users know how to log off properly!
  19.       
  20. Q) Why can't I see what the user is doing on the local console?  How about a
  21.    log file, pal?  
  22.    
  23. A) Due to the fact that under certain terminal emulations, "speed" is of the
  24.    essence, we found that performance suffered when "snoop" mode was enabled
  25.    for sysop monitoring or logging was enabled.  We are working on it, 
  26.    though...
  27.  
  28. Q) I am using Coherent as my UNIX system, and the ANSI terminal emulation is 
  29.    atrocious when dialing in from remote!  Any suggestions?
  30.  
  31. A) The best configuration to use with Coherent is "unixpc" on the Coherent
  32.    side, and ANSI emulation on the remote end.
  33.    
  34.         export TERM=unixpc
  35.         
  36.    Place the above line in your profile or startup script.
  37.       
  38. Q) Can I perform file transfers through the gateway?
  39.  
  40. A) Yes.  This has been tested using several protocols, including X, Y, and
  41.    ZModem.  We used Forsberg's RZ/SZ suite on the UNIX side, and had no
  42.    problems with any standard terminal implementation of the above.  Note 
  43.    that your mileage may vary with this, as NIX/Gate was not designed to be
  44.    a file transfer engine.  If it works for you, great, if not, well, FWIW
  45.    we are looking into making this smoother.
  46.    
  47.    Helpful Tip:  Set the BREAK OUT key to zero (0).  In essence, this
  48.    prevents the user from returning to BFE, but you probably wouldn't do
  49.    too many file transfers with a valid break key (for obvious reasons).
  50.    We are open to suggestions on this one.
  51.  
  52. Q) Why can't I get NIX/Gate to run in local mode, so that I can connect to
  53.    the UNIX system as well as my users?
  54.                                                                    
  55. A) Because NIX/Gate is not a local terminal-emulator, but rather a product
  56.    which is geared toward gating serial connections.  Use Procomm or an
  57.    equivalent terminal package to set up your local terminals.  It's much
  58.    easier...
  59.    
  60.