home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / tcpip / 5107 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  2.6 KB

  1. Xref: sparky comp.protocols.tcp-ip:5107 comp.protocols.tcp-ip.ibmpc:6187 comp.sys.novell:9242
  2. Path: sparky!uunet!ogicse!mimbres.cs.unm.edu!constellation!osuunx.ucc.okstate.edu!unx.ucc.okstate.edu!datacomm.ucc.okstate.edu!ben
  3. From: ben@datacomm.ucc.okstate.edu (Ben James)
  4. Newsgroups: comp.protocols.tcp-ip,comp.protocols.tcp-ip.ibmpc,comp.sys.novell
  5. Subject: ODITRPKT almost working but need help!
  6. Message-ID: <1992Nov10.022315.21014@unx.ucc.okstate.edu>
  7. Date: 10 Nov 92 02:23:15 GMT
  8. Article-I.D.: unx.1992Nov10.022315.21014
  9. Sender: news@unx.ucc.okstate.edu (USENET News System)
  10. Organization: Oklahoma State University, Stillwater, OK
  11. Lines: 44
  12.  
  13. Description of my testing methods.   
  14.  
  15. When trying to open a telnet connection with CUTCP I sent out 11 perfectly 
  16. formed ARP packets.  With our general datacomm Sniffer I can see these packets
  17. go out and also see responces to them.  Therefore send works for ARP.
  18.  
  19. Now I load up the Netcure software on my driver and retransmit those packets 
  20. that were captured from before.  The ones to my mechine show up in netcapt so 
  21. conclusion receive works for ARP.
  22.  
  23. Now I load up ibmtoken on a mechine and do a telnet session to get data loaded
  24. into the sniffer quit and load up oditrpkt and netcapt.  Transmit data from 
  25. sniffer back threw my driver into netcapt.  Go into netview and IP/TCP packets
  26. look OK.  Conclusion Driver receives IP/TCP packets ok.
  27.  
  28. Summary 
  29. ARP     transmit and receive work
  30. TCP/IP    only receive works
  31.  
  32. My guess is that TCP/IP traffic is getting stopped at the lsl or mlid since I 
  33. never see a packet go out on the wire.  There have been two times when I
  34. actually got a TCP packet out on the wire.
  35.  
  36. The only difference in the way I treat ARP and TCP/IP in my sending routine is    I change the hardware type in the ARP packet on transmit and receive and I 
  37. reduce size to eliminate excess on incomming arp_packets.  I also round all
  38. incomming packets up to 60.  I am doing raw receives, but I am giving a  
  39. specific StackID on sends although I have only bound a prescan stack.
  40. I have tried raw sends, default and prescan stacks.  I have also tried 
  41. binding a perticular stack but I had less success there.  
  42.  
  43. Question:  Are the stack ID's the same as the ProtocolID's? 
  44.     Is it necessary to bind a stack to send things?  
  45.     Why would ARP work and TCP/IP not work.    
  46.     Does anyone have any suggestions on things to try?  
  47.     Seen something simular before?
  48.  
  49. I am also in need of Tools and ideas for debuging.  Anyone know of any shims
  50. that I can fit into here to gain more knowledge on where the packets are getting
  51. lost?
  52.  
  53. All speculations, ideas, and any other help greatly appreciated.
  54.  
  55. Ben James
  56. ben@datacomm.ucc.okstate.edu
  57.