home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / sysadmin / 7275 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  2.2 KB

  1. Path: sparky!uunet!haven.umd.edu!wam.umd.edu!ni.umd.edu!sayshell.umd.edu!louie
  2. From: louie@sayshell.umd.edu (Louis A. Mamakos)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: UUCP and SLIP question
  5. Date: 2 Jan 1993 01:57:02 GMT
  6. Organization: University of Maryland, College Park
  7. Lines: 47
  8. Message-ID: <1i2speINNciv@ni.umd.edu>
  9. References: <1992Dec31.41838.27476@ms.uky.edu>
  10. NNTP-Posting-Host: sayshell.umd.edu
  11.  
  12. In article <1992Dec31.41838.27476@ms.uky.edu> wayne@acus1.cc.uky.edu (wayne beech) writes:
  13.  
  14.  
  15. >I have a couple of problems that have come up since I have started running
  16. >SLIP at home.  I am connecting from my home machine (NeXTstation Color
  17. >running 3.0) to a SLIP capable terminal server using TransSys Dial-Up IP
  18. >Software - version 920904 on my NeXT.  Things like telnet, rlogin, finger,
  19. >talk, etc. work just fine.  First problem, when I log into another NeXT
  20. >and try to -NXHost to my home machine I see the modem lights flash a few
  21. >times and then get the message:
  22. >
  23. >DPS client library error: Could not form connection, host home
  24. >
  25. >for no apparent reason ( i have public windower server set). 
  26.  
  27. You'll find that even if you do get this problem solved, its much too
  28. painful to run an application -NXHost'ed across a SLIP connection.  This has
  29. been my experience.
  30.  
  31. > Second
  32. >problem, I had a uucp link set up that worked just fine via a modem.  
  33. >Having SLIP, I decided to switch the uucp link to TCP.  When I issue the
  34. >command uucico -r1 -x9 -sacus1 I get the messages:
  35. >
  36. >finds (acus1) called
  37. >getto: call no. acus1.cc.uky.edu for sys acus1
  38. >Using TCP to call
  39. >bsdtcpopn host acus1.cc.uky.edu, port 540
  40. >TCP CLOSE called
  41. >closed fd 5
  42. >tcpopen failed: errno 61
  43. >root acus1 (12/30-23:05-287) FAILED (Connection refused)
  44. >root acus1 (12/30-23:05-287) FAILED (call to acus1 )
  45. >
  46. >Noticing errno 61 I tried to telnet straight to port 540 and sure enough
  47. >my connection was refused...I checked and I can telnet to port 540 on
  48. >most other Unix machines but anytime I go to a NeXT the connection is 
  49. >refused.
  50.  
  51. Look in /etc/inetd.conf, and uncomment the line:
  52.  
  53. #uucp   stream  tcp     nowait  root    /usr/etc/uucpd          uucpd
  54.  
  55. and either restart or send a HUP signal to the /etc/inetd process.
  56.  
  57. louie
  58.  
  59.