home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / sysv386 / 17410 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  2.4 KB

  1. Path: sparky!uunet!shady!kevin
  2. From: kevin@shady.UUCP (Kevin Smith)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: Problems connecting 2 Unix systems with 14.4k modems
  5. Message-ID: <54@shady.UUCP>
  6. Date: 15 Dec 92 14:55:40 GMT
  7. References: <1992Nov25.190136.23061@mintaka.lcs.mit.edu>
  8. Reply-To: kevin%shady@uunet.uu.net (Kevin Smith)
  9. Organization: ShadeTree Software, Inc.
  10. Lines: 53
  11.  
  12. In article <1992Nov25.190136.23061@mintaka.lcs.mit.edu> feoh@hal.gnu.ai.mit.edu (Chris Patti) writes:
  13. :>Hello.
  14. :>
  15. :>My boss is having a rather large, hairy problem which is keeping a major
  16. :>project from running its course to completion..
  17. :>
  18. :>He's using twho AT&T Unix System V R 3.2 systems connected to two Boca 14.4K
  19. :>modems.
  20. :>
  21. :>The goal is to have one Unix system call the other using 'cu' and have the 
  22. :>receiving end answer using uugetty..
  23. :>
  24. :>The problem is that just when it seems like the connection is about to be
  25. :>made, the receiving end hangs up on the sender.. These are two identically
  26. :>configured modems of identical type...
  27. :>
  28. :>Does anyone have any idea what might lie at the root of this problem??
  29. :>
  30. :>Forther, would anyone using a similar setup be kind enough to share their
  31. :>configuration files so we'd have something to go by?
  32. :>
  33. :>Thanks immensely in advance,
  34. :>    Chris Patti
  35. :>    feoh@gnu.ai.mit.edu
  36. :>    chrisp@ncm.interlan.com
  37. :>
  38. :>P.S. should you want to mail  my boss directly his adress is:
  39. :>                 timj@ncm.interlan.com
  40.  
  41. This can sometimes be one of the following:
  42.  
  43. The modem is timing out waiting for the carrier.  This is evidenced by
  44. seeing "NO CARRIER" from the modem while uucico is waiting for
  45. "CONNECT".  You can fix this by extending the timeout on the modem with
  46. an ATS7=60 or ATS7=90 in the dialer script.
  47.  
  48. uucico times out waiting for "CONNECT".  uucico built-in timeouts are
  49. often not enough with multiple modem speeds, long distance companies,
  50. MNP protocol negotiations.  The time uucicio will wait can be artifically
  51. extended by adding delays to the dial script so it looks like it
  52. took longer to dial than it actually did.
  53.  
  54.     ... ATDT\D\r\d\d\d\d\d\d\d\c CONNECT
  55.  
  56. The imbedded <return> gets the modem dialing right away but uucico doesn't
  57. start waiting for "CONNECT" until all the delays (\d) have finished.
  58.  
  59.  
  60. -- 
  61.         | Email - !shady!kevin uunet!shady!kevin kevin%shady@uunet.uu.net
  62. Kevin Smith | Voice - (908) 874-7980
  63.         | Mail  - ShadeTree Software, Inc., 192 Capricorn Dr. #10,
  64.         |         Somerville, NJ  08876
  65.