home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / dcom / servers / 155 < prev    next >
Encoding:
Text File  |  1992-11-17  |  5.5 KB  |  121 lines

  1. Newsgroups: comp.dcom.servers
  2. Path: sparky!uunet!newsstand.cit.cornell.edu!empire.cce.cornell.edu!ron
  3. From: ron@empire.cce.cornell.edu (Ron Pool)
  4. Subject: Re: Desparately seeking... transparent connection from Annex 3 to Sun
  5. Message-ID: <1992Nov17.153209.11828@empire.cce.cornell.edu>
  6. Organization: Cornell Cooperative Extension
  7. X-Newsreader: TIN [version 1.1 PL6]
  8. References: <1992Nov17.104817.28310@panix.com>
  9. Date: Tue, 17 Nov 1992 15:32:09 GMT
  10. Lines: 109
  11.  
  12. Alexis Rosen (alexis@panix.com) wrote:
  13. : We recently bought an Annex III. We were assured by various people at
  14. : Xylogics that we would have "no problem" doing 8-bit clean connections to our
  15. : Sun so that users could download binaries with zmodem or xmodem or whatever.
  16.  
  17. We're using an Annex 3 w/ a bank of 8 modems with most connections going to a
  18. Sun  SPARCstation 2 running SunOS 4.1.3.  Zmodem works fine without need to
  19. tell zmodem not to use any characters.
  20.  
  21. : Well, now we have this very fine expensive server and no way to do what we
  22. : need. Xylogics tech support is trying, but so far none of their ideas seem
  23. : to work. I am _not_ using Xon/xoff or telnet_crlf, and the attention char
  24. : is turned off (by being set to "" or to ^@, I've tried both) as it the
  25. : telnet escape char (set to u). Flow control is "eia" in both directions, as
  26. : we use hardware flow control. Rlogin just doesn't do the trick- zmodem
  27. : downloads fail instantly- and telnet isn't any better.
  28. : I don't understand why telnet isn't doing the trick- there shouldn't be any
  29. : in-band data that matters to it at this point. Anyone know what's wrong? If
  30. : you are successfully doing 8-bit xfers, what is your port setup and what
  31. : macro (if any) are you using?
  32.  
  33. Here's the settings for one of our ports.  All ports have the same setting
  34. on our Annex.  The IP addresses listed here are not our real ones, BTW.
  35.  
  36. xxx: Annex-3-UX R6.2, 16 ports
  37.  
  38. annex xxx port 1:
  39.                speed: 38400                       data_bits: 8
  40.            stop_bits: 1                              parity: none
  41.          imask_7bits: N                       control_lines: both
  42.                 type: dial_in                          mode: cli
  43.     forwarding_timer: 5                      cli_inactivity: 1
  44.     inactivity_timer: 15                     port_multiplex: N
  45.      allow_broadcast: Y                 broadcast_direction: port
  46.    max_session_count: 1                  input_flow_control: eia
  47.     input_start_char: ^Q                    input_stop_char: ^S
  48.  output_flow_control: eia                 output_start_char: ^Q
  49.     output_stop_char: ^S                 ixany_flow_control: N
  50.           long_break: N                         short_break: N
  51.     attn_char_string: ""                          user_name: ""
  52.             term_var: "vt100"             input_buffer_size: 8
  53.  bidirectional_modem: N                            location: "800 #"
  54.    input_is_activity: Y                  output_is_activity: Y
  55.   reset_idle_time_on: output                   cli_security: N
  56.     connect_security: Y                port_server_security: N
  57.        port_password: "<unset>"           dedicated_address: 0.0.0.0
  58.       dedicated_port: telnet                         prompt: ""
  59.     newline_terminal: N                                echo: Y
  60.         map_to_lower: N                        map_to_upper: N
  61.           char_erase: Y                          line_erase: Y
  62.        hardware_tabs: Y                          cli_imask7: Y
  63.           erase_char: ^?                         erase_word: ^W
  64.           erase_line: ^U                     redisplay_line: ^R
  65.        toggle_output: ^O                      telnet_escape: U
  66.        local_address: 123.456.789.012        remote_address: 123.456.789.013
  67.     slip_subnet_mask: 0.0.0.0           slip_load_dump_host: 0.0.0.0
  68.          slip_metric: 0                     slip_allow_dump: N
  69.        slip_mtu_size: small             slip_do_compression: Y
  70. slip_allow_compression: Y                        slip_no_icmp: N
  71.             slip_tos: Y                       slip_security: N
  72.     forwarding_count: 0                            need_dsr: N
  73.        dptg_settings: "CCCCCCCCSSSSSSSS"
  74.          telnet_crlf: N                         latb_enable: N
  75.     dialup_addresses: N
  76.  
  77. Here's the macro we use to have users connect to our Sun; hostname and IP
  78. address have again been changed.
  79.  
  80. alias "Connect to soho"
  81.   keyin "1" 1-16,v@129.985.432.198
  82.   keyin "empire" 1-16,v@129.985.432.198
  83. {
  84. >
  85. >Connecting to empire...
  86. >
  87. <telnet 129.985.432.198
  88. }
  89.  
  90. All of this works very well for us.  Some problems you might be having:
  91.  
  92.   o Local or remote modems are doing xon/xoff flow control, even though Annex
  93.     isn't.
  94.  
  95.   o Local or remote modems are not doing cts/rts flow control and are losing
  96.     data -- especially likely at high speeds.
  97.  
  98.   o Remote host (eg, a PC or Mac) is not able to keep up with the modems at
  99.     high speeds.  Eg, we've seen old IBM PC/XTs drop characters at as low as
  100.     4800 bps under older terminal emulators.
  101.  
  102.   o Zmodem is misconfigured on the Sun side -- maybe not properly setting
  103.     the line raw.
  104.  
  105. Something that worked for me in diagnosing this kind of problem in the past
  106. was to write a program that put /dev/tty completely raw and then put out every
  107. character from 0 to 255 ascii; I'd run this program from a machine with a
  108. terminal emulator set to display all characters numeric codes as received.
  109.  
  110. I've also written code to do the reverse.  BTW, I used a Mac running White
  111. Knight for the remote end as Whit Knight has adequate scripting and other
  112. tools for doing this sort of thing.
  113.  
  114. Good luck!
  115. -- 
  116.  
  117. --
  118. Ron Pool; Electronic Technology Group; B-15 Wing Hall; Ithaca, NY 14853
  119. Internet: ron@cce.cornell.edu
  120.