Jump to content

event 4226 tcpip.sys


Pyr0

Recommended Posts

has anybody figured out how to fix the event 4226 errors :realmad:

TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts.

i tried the LvlLord fix, but it sez it can't access the file,

any ideas?

Link to comment
Share on other sites


  • 2 weeks later...

you can try it, i havent tried it yet, cant get my network drivers working.

posted on Sunday, April 17, 2005 3:11 PM by Rafael

Changing the maximum concurrent half-open connections on x64 platforms

Note: It appears people are having trouble with this therefore I suggest waiting, despite my initial post.

Seeing as the infamous 'Event ID 4226' patch cannot function correctly in x64 environments, you'll need to edit tcpip.sys manually. Don't worry this isn't hard - Just open a copy of tcpip.sys in a hex editor, jump to offset 0xA6463 and change:

58 02 00 00 (maximum connections = 600)

... to read:

FF FF 00 00 (maximum connections = 65535)

... or whatever value you wish. Don't forget to rename the original copy before dropping your patched version into \system32\drivers! I emailed the author with suggestions on how to revise his patch to support the x64 platform.

http://www.extended64.com/blogs/rafael/arc.../04/17/257.aspx

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...