home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / att / 2787 < prev    next >
Encoding:
Text File  |  1992-12-31  |  2.7 KB  |  72 lines

  1. Newsgroups: comp.sys.att
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!uum1!kksys.com!edgar!technix!mishima!mpls911!kevin
  3. From: kevin@mpls911.uucp (Kevin Herrboldt)
  4. Subject: Re: Can you do uucp over tcp/ip on 3b2/1000
  5. Message-ID: <C04y3C.8M4@mpls911.uucp>
  6. Organization: City of Minneapolis Emergency Communications
  7. References: <1992Dec30.201821.11511@rtsg.mot.com>
  8. Date: Thu, 31 Dec 1992 18:01:59 GMT
  9. Lines: 61
  10.  
  11. gulik@rtsg.mot.com (Gregory Gulik) writes:
  12. > In article <1hahu3INNk70@matt.ksu.ksu.edu> mgriffin@matt.ksu.ksu.edu (Mark Griffin) writes:
  13. > >We previously had uucp working between two 3b2's over starlan, now uucp works
  14. > >via ordinary asynchronous connection, but can you make uucp work over tcp/ip.
  15. > >If so, what do the Devices and Systems entries look like.  Thanks for the help.
  16. > Yes, it's possible.  I have UUCP over TCP/IP between my 3B2 and a Sun3.
  17. > It's important to note that UUCP works fine from the 3B2 to the Sun,
  18. > but there are a lot of problems going the other way.  First of all,
  19. > there is no uucp daemon on the 3B2.  I got one off the net and
  20. > compiled it, and although it works, it sometimes hangs.  Because
  21. > of this, I only have the 3B2 poll the sun, not the other way
  22. > around.
  23. > Anyway, this is what the Devices file entry looks like:
  24. [example deleted]
  25.  
  26. We've got Wollongong TCP/IP running on a 3B2/1000 network, and followed
  27. Appendix B ("Setting TCP/IP WIN/3B For UUCP") in the "Installation and
  28. Administration Guide".
  29.  
  30. Basically, you use nlsadmin to add a uucico service to the network
  31. listener:
  32.  
  33.     nlsadmin -a 101 -c "/usr/lib/uucp/uucico -r0 -i TLI -u nuucp" tcp
  34.  
  35. Then you create the TCP/IP listener address file:
  36.     /usr/etc/rfsaddr -h `uname -n` >/usr/net/nls/tcp/addr
  37.  
  38. Make sure you have this in /usr/lib/uucp/Dialers:
  39.     tcp "" "" NLPS:000:001:101\N\c
  40.  
  41. (Note the 101 in this field matches the "-a 101" in the nlsadmin command.)
  42.  
  43. In /usr/lib/uucp/Devices:
  44.     TCP,eg tcp - - TLI \D tcp
  45.  
  46. And finally, in /usr/lib/uucp/Systems:
  47.     otherguy Any TCP - \x0002040159000018
  48.  
  49. The last field is the transport address, as Greg Gulik describes:
  50.  
  51.     \x       - number that follows is hex
  52.     0002     - Address family AF_INET
  53.     0401     - TCP port number Network Listener listens on.
  54.     59000018 - IP address of remote host (0x59.0.0.0x18)
  55.  
  56. (This field is similar to the one /usr/etc/rfsaddr creates, the only
  57. difference being the IP address.)
  58.  
  59.  
  60. A difference between my example and Greg Gulik's is that mine does
  61. not require uucico to log into the system as a user.  This is quicker,
  62. but less secure.
  63.  
  64. -- 
  65. Kevin Herrboldt                                                 kevin@mpls911
  66. Emergency Communications Center                     ...!mishima!mpls911!kevin
  67. City Hall Room B-911, Mpls, MN  55415
  68. (612) 348-7216
  69.