zurek Posted December 16, 2011 Share Posted December 16, 2011 I have installed BackTrack 5 R1 x64 on my laptop when I try to run "flood_router6" (whether on eth0 or wlan1) I get an error Starting to flood network with router advertisements on eth0 (Press Control-C to end, a dot is printed for every 100 packet): ..............................Error sending packet no. 3013 on interface eth0: No buffer space available This error does not appear when using the VMware Workstation BackTrack'a 8 in Windows 7 I will be grateful for your help Quote Link to comment Share on other sites More sharing options...
Infiltrator Posted December 17, 2011 Share Posted December 17, 2011 Do you have the proper drivers installed? Quote Link to comment Share on other sites More sharing options...
zurek Posted December 17, 2011 Author Share Posted December 17, 2011 Yes, I have installed all drivers. In my opinion this is not a driver problem becouse I have 3 network card 1. eth0 - Broadcom NetLink; 2. Intel WiFi Link 5100 AGN; 3. Alfa AWUS051NH on each is the same error. Difference is only in the number of transmitted packets on eth0 were sent about 3000, on WiFi cards were sent about 100-200 packet I noticed that if on my Alfa I'm not connected to any network, packets are send as they should, the same situation is when I disconnect my cable from eth0. I think it might be a problem in my system, becouse in VM I have BT5 x32 and as my normal system I have installed BT5 x64. Thanks for your reply and sorry for my english Quote Link to comment Share on other sites More sharing options...
zurek Posted December 19, 2011 Author Share Posted December 19, 2011 I have dual boot on my laptop win7x64 and BT5 x64. On my win7 I have VMware Workstation 8 with BT5 x32. This error occurs in BT5 x64 (not VM). The link were helpful for other problems that I had - thanks The problem is still unsolved Quote Link to comment Share on other sites More sharing options...
digip Posted December 20, 2011 Share Posted December 20, 2011 Possible a driver is not 64bit supported and causing the issue. My suggestion, try it with the 32 bit version instead. if still happens with 32 bit natively installed, then its the hardware not being compatible with the program or driver issue with that specific hardware. Quote Link to comment Share on other sites More sharing options...
zurek Posted December 21, 2011 Author Share Posted December 21, 2011 (edited) Check the first link again, look at the very last post. Can you try to do what he says here and push your max transfer back and then try to command again. I have a feeling that may give different results. Unfortunately it didn't work Possible a driver is not 64bit supported and causing the issue. My suggestion, try it with the 32 bit version instead. if still happens with 32 bit natively installed, then its the hardware not being compatible with the program or driver issue with that specific hardware. I think so too. I found a solution in the official website of the project thc-ipv6 http://www.thc.org/thc-ipv6/README LIMITATIONS=========== This code currently only runs on: - Linux 2.6.x (because of /proc usage) - 32 Bit I now working on an important project and didn't have time, probably I will install BT5 x32 in a few weeks Thanks for your help Edited December 24, 2011 by zurek Quote Link to comment Share on other sites More sharing options...
vanHauser Posted December 24, 2011 Share Posted December 24, 2011 no, it works fine with 64bit. the problem is that the tool wants to send faster than the network card can. just edit the source and remove the if() ... return -1 around thc_generate_and_send_pkt (on vmware the virtual network driver caches everything so it usually doesnt happen there) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.