Search code examples
windows64-bitipfw

Dummynet Installation Failure : my_socket failed 2, cannot talk to kernel module (Windows 7 X64)


I am trying to install IPFW on a 64 bit version of Windows 7 using the package provided here

I am able to successfully add the ipfw+dummynet service to my network adapter using the instructions supplied in this stack overflow answer

However, while executing the ipfw.exe provided in the package, I face the following error :

my_socket failed 2, cannot talk to kernel module

Need assistance in getting past this error so that ipfw can be run successfully from the command line.


Solution

  • The first method explained here worked for me.

    I also succeed to install the driver with the 2nd methode but I had to sign the driver myself first, as explained here. To bypass the error related to the catalog file, add the following line after the version tag on the INF file :

    CatalogFile.NTAMD64 = wipfwamd64.cat
    

    I hope it helps.