home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / tcpip / ibmpc / 4814 < prev    next >
Encoding:
Text File  |  1992-08-20  |  3.1 KB  |  68 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!kithrup!hoptoad!decwrl!elroy.jpl.nasa.gov!news.claremont.edu!ucivax!ucla-cs!ucla-mic!ucla-physics!srivasta
  3. From: srivasta@physics.ucla.edu (Srivastava)
  4. Subject: TN3270 frequently locks up: CONFIG advice needed !
  5. Message-ID: <1992Aug20.213240.1821@physics.ucla.edu>
  6. Organization: UCLA Department of Physics
  7. Date: Thu, 20 Aug 92 21:32:40 GMT
  8. Lines: 58
  9.  
  10. Hi, 
  11. We use tn3270(cutcp) on our old PC-AT to communicate with IBM3090 and SUNs 
  12. on ethernet. It works alright, but every once in a while the PC freezes and
  13. requires a reboot. It seems that data is coming too fast for the pc to
  14. handle. I wonder if I can tinker the CONFIG file in some way to make the
  15. communication more reliable (don't mind the slowdown). Your advice will
  16. be greatly appreciated. please answer by e-mail, if possible.
  17. --Sanjay.
  18.  
  19. Listed below is my CONFIG.TEL file.
  20. ----------------------------------------------------------------
  21. myip=128.97.23.120              #  (bootp)
  22. myname=landau.physics.ucla.edu  # put your userid here, used for Rlogin
  23. netmask=255.255.254.0           #  needed if not using BOOTP.
  24. hardware=packet            # (packet)
  25. interrupt=5                     # hardware IRQ interrupt
  26. address=0                       # (0)
  27. ioaddr=340                        # (0)
  28. video=auto                      # video choices  (auto)
  29. tek=yes                         # (yes)
  30. ftp=no                         # (yes)
  31. domaintime=4            # domain name lookup timeout (first retry)
  32. domainretry=4            # domain name max number of retries 
  33. tnmode=auto                     # tn3270 connection mode (auto)
  34.  
  35. # BEGIN MACHINE SPECIFIC PARAMETERS...              
  36.  
  37. name=default            # default entry sets defaults for all following
  38. clearsave=yes                   # save visible lines in scrollback when
  39. scrollback=25            # number of lines of scrollback per session
  40. arptime=10            # arp timeout in seconds
  41. retrans=1                       # starting retransmit time out in ticks
  42. mtu=1024                        # maximum transmit unit in bytes
  43. maxseg=1024            # largest segment we can receive
  44. rwin=2048                       # most bytes we can receive without ACK
  45. contime=20                      # timeout in seconds to try connection
  46. #  Following are individual machine specifications
  47. name=default            #   Not a real machine, default parameters only
  48. host=phgw.physics.ucla.edu    # Actual host name of machine, not session name
  49. hostip=128.97.23.254        # IP address of host, example is for SRI-NIC
  50. nameserver=1            # This machine has a DOMAIN name server for me
  51. gateway=1            # This machine is a gateway for me
  52. duplex=full            # modifier for non-echo mode, forces send
  53. #  Below this line, communication parameters are obtained from default
  54. name=gauss
  55. host=gauss.physics.ucla.edu
  56. hostip=128.97.23.42
  57. nameserver=1
  58. #  Sample MVS SYSTEM  (MVS systems don't negotiate term type correctly)
  59. name=oac1
  60. host=mvs.oac.ucla.edu
  61. hostip=128.97.64.104
  62. ---
  63. -- 
  64. =======================================================================
  65. Sanjay Srivastava        email:  srivasta@gauss.physics.ucla.edu
  66. Dept. of Physics, UCLA.            ibc6sxs@uclamvs.bitnet
  67. =======================================================================
  68.