home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / c-niftp.zip / unix-niftp-5.6 / README.YuckPin < prev    next >
Text File  |  1990-08-01  |  2KB  |  42 lines

  1. It appears that for YuckBox PinkBook you need to:
  2.  
  3.     chgrp niftp /dev/eth* /dev/isocontrol
  4.     chmod g+w   /dev/eth* /dev/isocontrol
  5.  
  6. incomming calls from the net may not correctly translate to mnemonic form saying
  7. "unknown host".  If so you may have a bug in pink book kernel: basically if the
  8. transport address ends with numbers (which is true for all machines in the LAN running
  9. pink book) the last character of the transport service may be set to \200 and thus the
  10. reverse_lookup do not match.
  11. A temporary HACK is to put \200 in the UAIEF file (Yuck).
  12.  
  13.  
  14. The YuckBox "directory" file is still needed for the disgusting internals of tlisten.
  15.  
  16. Simon Cooper <spc@uk.ac.cam.amtp.atm> has it running under Sun's Ed Yuckbox PB.
  17.  
  18. For more details contact Khalid Sattar <admin@uk.ac.ex.cs> (and let pb know)
  19.  
  20.     my yuck box "directory" file contains entries for all local
  21.     sites that can talk pink book.  And then only one other entry
  22.     is required for the pinkbook to x25 gateway machine.
  23.  
  24.     That is all that is required in the "directory" file.  But
  25.     other changes need to be done to the dbm1 file.   Our
  26.     gateway machine uses local format which take addresses of the
  27.     form 
  28.  
  29.         DTE.lfmXsitename
  30.  
  31.     where DTE is the ethernet address of the gateway machine (and
  32.     may have LSAP appended - in our case we use 7e), X is the
  33.     context (b -bluebook, g - greybook etc) and sitename is in
  34.     abbreviated form.  eg
  35.  
  36.         0000605990047e.lfm.guk.ac.cam.cl
  37.  
  38.     so after extracting the dbm1 file from DERFIL1 I apply a small
  39.     script to convert each entry in mail and ftp context to this form.
  40.     then follows the UAIEF file which contains the local pinkbook
  41.     machines plus news context machines.
  42.