home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / tcpip / ibmpc / 5144 < prev    next >
Encoding:
Text File  |  1992-09-09  |  2.0 KB  |  48 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!Mongo-Jr.Empirical.COM!karl
  3. From: karl@empirical.com (Karl Auerbach)
  4. Subject: Re: PC/TCP 2.1 copy protection
  5. Message-ID: <karl.24.716090190@empirical.com>
  6. Sender: usenet@news.arc.nasa.gov
  7. Organization: Empirical Tools and Technologies
  8. References: <1992Sep8.214208.41914@clinicom.com> <1992Sep9.203605.4298@murdoch.acc.Virginia.EDU> <417@asylum.UUCP>
  9. Distribution: usa
  10. Date: Thu, 10 Sep 1992 01:56:30 GMT
  11. Lines: 35
  12.  
  13. I've been running the FTP 2.1 code with the serial number code for some 
  14. months now.
  15.  
  16. John Romkey's summary is generally correct.  The serial number seems to be 
  17. carried in ARP frames (in the unused part between the end of the true ARP 
  18. packet and the end of the minimum size Ethernet frame.)
  19.  
  20. When there is a clash of serial numbers, there is the good old Romkey chirp 
  21. and a fairly non-intrusive error message.  It only seems to appear 
  22. occassionally and only at the DOS prompt.  (I haven't seen it under Windows.)
  23.  
  24. There is a special disk which has a serialized module.  The numbers on the 
  25. disk has to be entered into the pctcp.ini file.  If the numbers are wrong
  26. the kernel won't load.  If you just clone machines from a master machine 
  27. like I tend to do, you only need to copy a:*.* c:\pctcp for the one special 
  28. (360K) disk, not the entire set.
  29.  
  30. I've found it pretty painless to set up and not particularly intrusive
  31. when a collision happens.  [I was part of the 2.1 beta test so I had lots of 
  32. copies with the same serial number for quite a while.]
  33.  
  34. I just had to make adding the right serial number to the pctcp.ini file part 
  35. of the ceremony of giving an IP address and name to a new machine.
  36.  
  37.             --karl--
  38.  
  39. >Unless it's changed since my last understanding of it (which I doubt
  40. >but is possible), FTP Software's copy protection scheme will not
  41. >require you to have a specific diskette per machine, nor will it
  42. >generate any extra network traffic.
  43. >
  44. >Also, the serial number is
  45. >piggy-backed on ARP packets, not in special broadcasts, so it doesn't
  46. >cost you any extra traffic.
  47.  
  48.