home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BFE3100P.ZIP / BFE3100P.EXE / DOCS / GATETIPS.DOC < prev    next >
Text File  |  1994-03-12  |  4KB  |  71 lines

  1.  
  2.          Frequently asked Questions on successfully running BFE/Gateway 
  3.          (Compiled by user submissions to the author and beta testers)
  4.  
  5.                         Last updated: 12 March 1994
  6.  
  7. Q) The BFE gateway system refuses to work for me!  Keeps telling me that it
  8.    is only available in the enhanced version!  What do I do?
  9.  
  10. A) Purchase the enhanced version, of course.  We deliberately separated the
  11.    gateway features, because most users will never have a need for it, at
  12.    least at the moment anyway.  There is a special on upgrading!  See the
  13.    ORDER.DOC file for more information.
  14.  
  15. Q) If a user hangs up while in the middle of a UNIX session, what happens?
  16.  
  17. A) BFE will recognize the fact that the connection has been lost, and
  18.    will hand control back to your BBS to allow for proper logoff procedures
  19.    to be followed.  BFE will send the word "exit" to the UNIX server, in
  20.    an attempt to properly log the user off from his remote shell.
  21.  
  22. Q) I am using Coherent as my UNIX system, and the ANSI terminal emulation is 
  23.    atrocious when dialing in from remote!  Any suggestions?
  24.  
  25. A) The best configuration to use with Coherent is "unixpc" on the Coherent
  26.    side, and ANSI emulation on the remote end.
  27.    
  28.         export TERM=unixpc
  29.         
  30.    Place the above line in your profile or startup script.
  31.       
  32. Q) Can I perform file transfers through the gateway?
  33.  
  34. A) Yes.  This has been tested using several protocols, including X, Y, and
  35.    ZModem.  We used Forsberg's RZ/SZ suite on the UNIX side, and had no
  36.    problems with any standard terminal implementation of the above.  Note
  37.    that your mileage may vary with this, as BFE/gateway was not designed to 
  38.    provide efficient file transfers through port gating.  If it works for you, 
  39.    great, if not, well, FWIW we are looking into making this smoother.
  40.    
  41. Q) Why can't I get BFE/Gateway to run in local mode, so that I can connect to
  42.    the UNIX system as well as my users?
  43.                                                                    
  44. A) Because BFE/Gateway is not a local terminal-emulator, but rather it is
  45.    simply geared toward gating serial connections.  Use Procomm or an
  46.    equivalent terminal package to set up your local terminals.  It's much
  47.    easier...
  48.  
  49. Q) I have created a BFE menu which contains several commands which perform
  50.    various maintenance functions on my UNIX server.  Is there a way to return
  51.    to BFE automatically, i.e. without having to have my UNIX scripts send the
  52.    RETURN2BFE string across the line?  I just want to press the key at the
  53.    BFE menu, and return immediately, without having to see any activity on
  54.    my UNIX system on the remote end.
  55.  
  56. A) Use the PASSIVE version of the Transmit2Gateway() function or the type
  57.    7, Passive Transmit to Gateway menu type.  This will send the command
  58.    to your server, and will return immediately to BFE, and let UNIX do the
  59.    work for you.
  60.  
  61. Q) The ANSI emulation under my version of UNIX is terrible!!  Can I get
  62.    around this?
  63.  
  64. A) Short of rewriting the termcap database, no.  Most ANSI emulators perform
  65.    rather inadequately, in our opinion.  If you will be running full screen
  66.    applications, such as visual shells or full screen editors, your best bet
  67.    would be to switch your terminal package into vt220 or another suitable
  68.    emulation mode. Of course you will need to let UNIX know what emulation
  69.    you are using (try: export TERM=vt220 if using the Korn shell).
  70.  
  71.