home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / tcpip / ibmpc / 4946 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.7 KB

  1. Path: sparky!uunet!stanford.edu!agate!ucbvax!MICA.BERKELEY.EDU!gts
  2. From: gts@MICA.BERKELEY.EDU (Greg Small)
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: WinQVT/Net and LanManager not cooperating
  5. Message-ID: <9208281736.AA25551@mica.berkeley.edu>
  6. Date: 28 Aug 92 17:36:10 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 24
  11.  
  12. = From pcip-request@louie.udel.edu Thu Aug 27 21:44:32 1992
  13. = From: Bob Baggerman <prism!comlab.gatech.edu!bob@gatech.edu>
  14. = I have noted this problem with the Ungermann-Bass NDIS driver.  In the case
  15. = of NCSA Telnet, the solution is to turn on the "noarpme" switch.  The UB
  16. = driver is the only NDIS driver I have found that exhibits this aberrent,
  17. = abhorrent behavior but there may be others.  It would be nice if QVTnet
  18. = also supported "noarpme".
  19.  
  20. Actually, the UB NDIS driver is receiving all packets with an Ethernet broadcast
  21. address or with the Ethernet address of the adapter (and presumably multicast
  22. also), even if they were sent by the adapter.  This is proper behavior (how
  23. else can you do loopback tests!).  In any case, the applications should be
  24. robust enough to filter these packets, if inappropriate, as they should for any
  25. inappropriate packet.
  26.  
  27. The self ARP is a great feature (every TCP kernel or standalone application
  28. should use it at startup).  Duplicate IP address are a real headache.  It is
  29. simple enough to filter or note the receipt of an ARP from your own system.
  30.  
  31. Gregory T Small                                      1-510-642-5979
  32. Personal Computer Networking & Communications        gts@violet.Berkeley.EDU
  33. Workstation Software Support Group, IST/WSS          216 Evans Hall
  34. University of California, Berkeley, Ca 94720         1-510-643-5385 (Fax)
  35.  
  36.