Windows Vista tcpip.sys Connection Limit Patch for Event ID 4226 Windows VistaのTcpip.sysで接続数の制限を修正プログラムイベントID 4226
Apparently in Windows Vista, Microsoft still enforce and hard-limit (hard coded in tcpip.sys) the maximum simultaneous half-open (incomplete) outbound TCP connection attempts per second that the system can make, as inどうやらWindows Vistaでは、マイクロソフトが実施するとハードリミット(ハードコーディングのTCPIP.SYSの)半分の最大同時オープン(未完成) 1 2つ目のアウトバウンドTCP接続しようとすることでは、システムのように、 Windows XP SP2 Windows XP SP2の , in order to protect the system from being used by malicious programs, such as viruses and worms, to spread to uninfected computers, or to launch distributed denial of service attack (DDoS).は、システムを保護するために悪意のあるプログラムで使用されてから、ウイルスやワームなどに感染していないコンピュータに転移するか、またはを起動する分散型サービス拒否攻撃(分散DoS )です。 When the limit is hit, in Event Viewer, there will be such an entry:限界にヒットしたときに、イベントビューアで、そのようなエントリには:
EventID 4226: TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attemptsイベント4226 : TCP / IPの限界に達して課税され、安全保障のTCP同時接続数の試み
Unless Windows XP SP2 which has 10 maximum incomplete concurrent connection attempts limit per second, Windows Vista default limit is based on which edition of Vista users are using.しない限り、 Windows XP SP2の同時接続が不完全10最大1秒間に制限しようと、 Windows Vistaのデフォルトの上限は、ビスタのエディションはどれに基づいてユーザーが使用しています。 For example, Home Basic has maximum limit of 2, and Vista Ultimate is 25 per second.たとえば、ホーム基本的には最大限度額の2 、およびVista Ultimateは25 % 2番目です。 Normal Windows Vista users should not face any problem or slow network connection with the half-open connections limit.通常のWindows Vistaのユーザーはありませんか遅いかの問題に直面任意のネットワーク接続を開いている接続の半分に制限します。 However, heavy P2P (peer-to-peer) applications users such as uTorrent, BitTorrent, BitComet, Azureus, ABC, eMule (eDonkey network), etc, or P2PTV such as TVants, PPLive, PPStream, Sopcast, etc may face some error or slow download and upload speed due to this limit.しかし、重いなP2P (ピアツーピア)などのアプリケーションのユーザutorrent 、ビットトレント、 bitcomet 、 azureusは、 ABC及びeMule (イードンキーネットワーク) 、等、またはテレビの蟻p2ptvなど、 pplive 、 ppstream 、 sopcast 、等があります顔をいくつかのエラーが発生か遅いかをダウンロードし、アップロード速度のために、この制限します。
Due to enhanced security, to fix or crack the TCP concurrent connection limit in Vista is not as easy as in Windows XP.セキュリティ強化のために、亀裂を修復するかは、 TCP同時接続数の制限がビスタではないのでは、 Windows XPと同じように簡単です。 To remove maximum concurrent half-open connection limits in Windows Vista, apply the patched tcpip.sys with the following steps:を削除する最大同時接続制限半開Windows Vistaでは、パッチを適用するTcpip.sysでは、次のステップ:
- Download patched tcpip.sys:パッチが当てられたTcpip.sysでダウンロード: Vista TCP/IP and UAC Auto Patcher VistaのTCP / IPおよびUACの自動繕う (patched tcpip.sys is contained inside the archive) (パッチが当てられたTcpip.sysでは、内部のアーカイブに含まれる)
64-bit tcpip.sys 64ビットのTCPIP.SYS orまたは 32-bit tcpip.sys 32ビットのTCPIP.SYS .です。 Alternative download link forダウンロードのリンクを代替 32-bit 32ビット andおよび 64-bit 64ビット.です。 - Open command prompt, and run the following 2 commands:コマンドプロンプトを開いて、次の2つのコマンドを実行します:
1. 1 。 takeown /fc:\windows\system32\drivers\tcpip.sys takeown /カードFC : \ Windows \ System32を\ドライバ\ Tcpip.sysで
2. 2 。 cacls c:\windows\system32\drivers\tcpip.sys /G “username”:F cacls c : \ Windows \ System32を\ドライバ\ Tcpip.sysで/ g "というユーザー名" : fReplace username with the actual user name that used to log on to Windows Vista currently.ユーザー名に置き換え、実際のユーザー名を使用して現在にログオンしてWindows Vistaのです。
The second command can also used improved lcacls: 2番目のコマンドを使用することもできます。改善lcacls :
icacls c:\Windows\System32\drivers\tcpip.sys /grant “username”:f icacls c : \ Windows \ System32を\ドライバ\ Tcpip.sysで/助成金"ユーザー名" : f
- Disable the無効にする TCP/IP Auto-Tuning TCP / IPの自動チューニング feature by running the following command in command prompt:機能をコマンドプロンプトで次のコマンドを実行している:
netsh int tcp set global autotuninglevel=disable netsh intのTCPグローバルautotuninglevel =無効に設定する
- For 64-bit Windows Vista (x64), the integrity checks need to be disabled as it need all drivers to be signed. Windows Vistaの64ビット( x64用) 、無効になっての整合性をチェックする必要がありますに署名されるすべてのドライバが必要です。 So run the following command in DOS prompt:これで次のコマンドを実行してDOSプロンプト:
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS bcdedit.exe -セットloadoptions ddisable_integrity_checks
Note: Above command no longer supported, and users require to press F8 on system startup to bypass driver signing integrity check.注:上記のコマンドもはやサポートされなくなった、とユーザーF8キーを押してシステム起動時に必要なドライバの署名の整合性チェックをバイパスする。
- Replace the tcpip.sys in C:\windows\system32\drivers folder with the patched tcpip.sys downloaded from step 1 (remember the use the correct x64 or x86 version). Normally, this procedure can be done by simply login to Windows Vista with administrator account. However, if the process failed, reboot the computer and then press F8 to boot up in Safe Mode, and then copy and paste overwrite the tcpip.sys.交換してTcpip.sysではC : \ Windows \ system32 \ driversフォルダをパッチのTcpip.sysでステップ1からダウンロード(覚えているx64またはx86のバージョンを使用して正しい) 。通常、この手順を実行するだけでログインできることをWindows Vistaに管理者アカウントです。しかし、処理に失敗しました場合は、コンピュータを再起動してF8キーを押して起動すると入力し、セーフモードでは、と入力し、コピーして貼り付けるTcpip.sysで上書きする。
- Next, the maximum number of TCP half complete connection limits need to be set in registry.次は、完全に半分のTCP接続の最大数を制限する必要がありますレジストリ設定されています。 Open registry editor (regedit), and navigate to the following registry key:オープンレジストリエディタ( Regedit ) 、とに移動して、次のレジストリキー:
HKEY_LOCALL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters hkey_locall_machine \システム\ currentcontrolset \サービス\ TCPIPで\パラメータ
- Right click on the right pane, select “New”, then select “DWORD value”.右側のウィンドウを右クリックして、選択し"新しい" 、を選択し" DWORD値"です。 Enter the new value name as “TcpNumConnections” (without quotes).新しい値の名前を入力して" tcpnumconnections " (かぎかっこ)です。
- Double click on TcpNumConnections registry value, and modify the value data to the desired maximum TCP/IP connection limit that you want to allow, in decimal value. tcpnumconnectionsレジストリ値をダブルクリックして、変更したとすると、目的の最大値のデータをTCP / IP接続を制限することを許可する場合は、 10進数の値です。 For example, enter 500 as the value data for TcpNumConnections.たとえば、 500としての値のデータを入力tcpnumconnectionsです。 You can use any limit that you prefer.任意の上限を使用することができますお好みです。 Alternatively, download thisまた、ダウンロードする registry registration fileレジストリ登録ファイル ( ( another download link別のダウンロードリンク ) that when executed, will set the TCP simultaneous connection limit to 16777214 (you can always modify the value in the file or in the registry after applied). )のときに実行されると、同時接続数の制限が設定さには、 TCP 16777214 (することができます。いつもの値を変更するには、レジストリの後、ファイルまたは適用されます) 。
- Restart computer.コンピュータを再起動します。
New : Windows Vista Event ID 4226 Auto Patcher 新しい : Windows VistaのイベントID 4226自動繕う
Latest Version: 2.0最新バージョン: 2.0
Windows Vista Event ID 4226 Auto Patcher has been renamed as Windows VistaのイベントID 4226自動繕う人として名前が変更された Vista tcpip.sys and UAC Auto Patcher VistaのTcpip.sysで、 UACの自動繕う , which now has 6 versions of auto patcher download links for different versions of tcpip.sys with the release of various hotfixes and SP1.で、現在は6つのバージョンの自動ダウンロードのリンクを繕うTcpip.sysで異なるバージョンの様々な修正プログラムをリリースしたとSP1をインストールします。 Visit訪問 hereここで for details.をご覧ください。
Driver Version : ドライバのバージョン : CrackTcpip.sys for Vista SP1 v.668 cracktcpip.sys for VistaはSP1のv.668 - a non-patching method to bypass TCP connection limit. -パッチ以外のT CP接続の制限をバイパスする方法です。
Also available isまたご利用は、 TCP/IP auto patcher for 64-bit (x64) Windows Vista SP1 TCP / IPの自動繕う人を64ビット( x64 ) Windows VistaのSP1の .です。
Gui Version: GUIバージョン: VistaTcpPath TCP Auto Patcher vistatcppathのTCP自動繕う which works for Vista RTM (non-SP1) version of tcpip.sys.これは、 VistaのRTM版以降の(非SP1 )のバージョンのTCPIP.SYSのです。
Old Version:古いバージョン:
Version 1.0バージョン1.0
Version 1.2バージョン1.2
Version 1.3バージョン1.3
Version 1.4バージョン1.4
Version 1.5バージョン1.5
With thanks to性のおかげで YaronMaor yaronmaor for batch script.バッチスクリプトをします。
The TCP connection limit which trigger Event ID 4226 has now increased to 500 (or any other value you set), and will likely fix the error for re-occurring again.これは、 TCP接続数の制限をトリガイベントID 4226は、今すぐに増加し500 (またはその他の値を設定する) 、となりそう再発生するエラーを修正してください。
IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. 重要:あなたが読んで、機械翻訳ページで提供"現状有姿"を保証します。 Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible.とは異なり、人間の翻訳、機械翻訳の文法を理解していない、意味、構文、慣用句の自然言語は、このように頻繁に不正確な生産と低品質のテキストの上では誤解を招くとは理解し難いものです。 Thus, please refer toしたがって、参照してください。 original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
MDL blog postings now continue at今すぐブログ投稿を続けるmdl Tip and Trick ヒントとトリック , and readers are welcome to joinし、読者は歓迎に参加する My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- Windows XP SP2 TCP Connection Limit (Event ID 4226) Windows XP SP2のTCP接続の上限(イベントID 4226 )
- TCP/IP Has Reached the Security Limit Imposed on the Number of Concurrent TCP Connect Attempts Error on Windows Vista TCP / IPの限界に達して課税され、安全保障のTCP同時接続数のエラーが発生するWindows Vistaの試み
- VistaTcpPatch Windows Vista TCP Half Open Limit Auto Patcher GUI Version Windows VistaでのTCPの半分に制限vistatcppatch開いて自動繕うGUIバージョン
- CrackTcpip.sys Driver for Vista SP1 v.668 to Patch tcpip.sys 6.0.6001.17052 cracktcpip.sysドライバfor VistaはSP1の修正プログラムv.668をTcpip.sysで6.0.6001.17052
- Limit Maximum TCP Connections to Web Servers最大のウェブサーバーのTCPの接続を制限する
- Increase Multithread Download Speed by Disable Vista Auto Tuning on TCP/IPマルチスレッドのダウンロード速度を増加Vistaの自動チューニングを無効にTCP / IPの
- TCPIP.SYS Driver Patcher CrackTcpip.sys for Vista SP1 v.744 and 6001.18000 (RTM) Tcpip.sysでドライバcracktcpip.sys for VistaはSP1を繕うv.744と6001.18000 ( RTM版以降)
- Optimize and Increase BitTorrent (BT) Download Speed in Vistaビットトレントの最適化を向上させる技術( BT )のダウンロード速度をビスタ
- ppStream Connection Limit in Configuration Settings ppstream接続の制限の構成の設定
- Workaround to Run eMule in Windows Vista回避策を実行するWindows Vistaでemule
May 18th, 2008 03:11 2008年5月18日03:11
Ah, OK (though I thought there were new cracks out by now).ああ、します(ただし新たな亀裂があったと思って今すぐ) 。 You want v1.9d, which you can get at v1.9dしたい、これを取得することができます。 hereここで or other places.または他の場所です。 Be sure to read the Readme first. Readmeファイルを読むには、必ず最初にします。
ReadyDriverPlus is then the easiest way to bypass the F8 boot requirement:最も簡単な方法はreadydriverplus入力し、 F8キーをバイパスするブート要件:
http://www.tipandtrick.net/2008/permanently-turn-off-and-disable-64-bit-x64-windows-vista-forced-driver-signature-signing-with-readydriver-plus/
May 18th, 2008 02:58 2008年5月18日02:58
I don´t want to install the SP1 because my Vista is pirate and the SP1 will kill the activation that I use…私はしたくないので、私は、 SP1をインストールすると、 SP1のVistaが海賊の活性化を台無しにすることは、私は…
my TCPIP.SYS´s version is 6.0.6000.20752マイTcpip.sysで' sバージョンは6.0.6000.20752
May 18th, 2008 02:47 2008年5月18日02:47
You just have to determine which specific version of tcpip.sys you’re on and then use the appropriate update, but I’d reconsider your decision not to use SP1 first.あなただけがTcpip.sysでの特定のバージョンを決定するには君のやっていると入力し、適切な更新プログラムを使用して、しかし私を使用しないように意思決定を再考してSP1の最初のです。 I can’t imagine why you wouldn’t want to update.なぜ私には想像できないのではないかとしたい更新プログラムです。
May 18th, 2008 02:43 2008年5月18日02:43
I´m on a 64 bit system… I don´t want to install the SP1 in my machine but I want to install the cracked TCPIP.SYS. 64ビットシステムしているんだ…私は、 SP1をインストールしない場合は、自分のマシンをインストールするにひびの入ったしかし、 Tcpip.sysで欲しいです。 Is it possible ??することは可能ですか?ですか?
May 18th, 2008 02:36 2008年5月18日02:36
robgio, are you on 64-bit? robgio 、あなたは64ビットですか? You have to download version 1.6 or 1.9/b/c/d auto patch script for tcpip.sys prior to SP1.バージョン1.6をダウンロードする必要が自動修正プログラムやスクリプトをTcpip.sysで1.9/b/c/dの前にSP1をインストールします。
May 18th, 2008 02:30 2008年5月18日02:30
Official installer version for 64-bit Vista SP1:公式のインストーラのバージョンを64ビット版VistaのSP1に:
http://www.tipandtrick.net/2008/64-bit-x64-windows-vista-sp1-60011800-tcpipsys-auto-patcher-to-fix-event-id-4226-and-unlock-increase-maximum-connections-allowed/ http://www.tipandtrick.net/2008/64-bit-x64-windows-vista-sp1-60011800-tcpipsys-auto-patcher-to-fix-event-id-4226-and-unlock-increase-maximum-接続を許可/
May 18th, 2008 02:29 2008年5月18日02:29
YaronMaor, yaronmaor 、
Can I use the patched TCPIP.SYS in my “non SP1″ Windows Vista ?? Tcpip.sysで使用してパッチを適用すれば私の"以外のSP1の" Windows Vistaのですか?ですか?
May 18th, 2008 02:26 2008年5月18日02:26
YaronMaor, yaronmaor 、
Thanks for your work !!仕事てくれてありがとう!
May 18th, 2008 02:01 2008年5月18日02:01
Hi All,こんにちはすべて、
I just published version 2.1 of the patch.ただバージョン2.1の修正プログラムを公開します。
it includes the most anticipated version of x64bit SP1 including the ReadyDriverPlus tool that bypass the need to manually press F8 at boot time.それには、ほとんどの予想のバージョンのx64bit SP1を含むreadydriverplusを手動で必要なツールをバイパスして、ブート時にF8キーを押します。
Any feedback is welcome: yaron.pc AT gmail.comすべてのフィードバックは歓迎: yaron.pcでgmail.com
Cheers,乾杯、
YaronM yaronm
May 17th, 2008 07:49 2008年5月17日07:49
Rodney, I don’t know what the dependency service message has to do with this patch.ロドニー、私には分からないの依存関係のサービスをどのようなメッセージが表示さは、これを行うには、この修正プログラムです。 The other person who mentioned it, attributed it to not using F8 at boot (to get around driver checking), but that didn’t make much sense. 、他の人who言及し、それをカウントし、ブート時にF8を使用していない(周りのドライバを取得のチェック)が、そのくらいていないことを意味します。
Disabling autotuning is certainly compatible with IPv4 (which is what everyone uses), but it’s entirely optional and is really only needed in certain specific situations that have all probably been solved by SP1 anyway. IPv4のは、確かに自動調整を無効と互換性(これは誰もが使用して) 、それは完全にオプションとは本当にのみ必要に応じて、特定の特定の状況ではすべて解決され、おそらくSP1をとにかくします。
Speaking of which, what specific version of the patch are you using?そういえば、どのような特定のバージョンの修正プログラムを使用してですか? SP1, 64-bit, etc. SP1では、 64ビット、等
May 17th, 2008 05:22 2008年5月17日05:22
I’m having problems with the patch..私はこの修正プログラムで問題を抱えて..
I’m on a different computer right now as I can’t get the patch to work, and any post I’ve read does not explain it.私は、別のコンピュータを今すぐに私のパッチを入手して働くことはできない、および、すべての投稿を読む私は説明することはありません。
Though, my problem is simmilar to that of Sub Zero.しかし、私の問題と似ているのサブゼロです。
I also have the “the dependency service or group failed to start” problem.私もは、 "依存関係サービスまたはグループを起動できませんでした"問題です。
When I read through what the (auto version) patch did, I see that the cmd読み合わせをするときに私は何の(自動版)修正プログラムは、私かどうかは、 cmd
netsh int tcp set global autotuninglevel=disable netsh intのTCPグローバルautotuninglevel =無効に設定する
is not supported by IPv4 (which I recall being Internet Protocol v4)サポートされていないのIPv4 (インターネットプロトコルであるとv4のリコールが)
Anything you need to know to help me?何かを知る必要が役立つのですか?
May 14th, 2008 18:59 2008年5月14日18:59
[...] the system can make (if ur using Windows) and see if you get more seeds… More details here: Windows Vista tcpip.sys Connection Limit Patch for Event ID 4226 Ignore if u already did that (or if ur using Linux [...] [...]システムのことを(出典を使用している場合Windows )および他の種を得るかどうか…もっと詳しくはこちらをどうぞ: Windows VistaのTcpip.sysで接続数の制限を無視する修正プログラムイベントID 4226の場合はもうやりましたu (または出典を使用している場合リナックス[...]
May 2nd, 2008 23:50 2008年5月2日23:50
Ps I have Vista Ultimate 32bit SP1 psの私はVista Ultimateで32ビットSP1の
May 2nd, 2008 23:49 2008年5月2日23:49
I can’t open Windows,even in safe mode..I think I should repair Vista with the Recovery CD…私ことはできません。開いているウィンドウでも、セーフモードで..と思うのは、 Vistaの修復リカバリCD …
May 2nd, 2008 23:21 2008年5月2日23:21
What version of tcpip.sys is this and on which version of Vista? Tcpip.sysでは、これとは何のバージョンの上でのバージョンのVistaのですか? And what specifically is the BSOD (particularly any module it mentions)?とは、どのような具体的bsod (特に言及して任意のモジュール)ですか?
You can reinstate tcpip.original for now so that you can get back into Windows.復活することができます。 tcpip.originalを今すぐに入ることができるようにします。
May 2nd, 2008 23:19 2008年5月2日23:19
Andrew you have sp1 installed? SP1をインストールする必要がアンドリューですか? What i said is for vista with sp1 of you don´t have it, you probably do something wrong, try restart in safe mode and put the original file again私が言ったのは、 for VistaはSP1をする必要はありませんが、おそらく、何か悪いことは、セーフモードで再起動するには、元のファイルを再度
May 2nd, 2008 23:14 2008年5月2日23:14
Doesn’t work.は機能しません。
May 2nd, 2008 22:02 2008年5月2日22:02
Andrew, hit F8 on the boot screen and choose disable driver digital signatures check to load windows.アンドリュー、ヒットF8キーを無効にドライバは、ブート画面を選択し、デジタル署名を確認してロードします。
May 2nd, 2008 21:58 2008年5月2日21:58
Hi guys,こんにちは人、
I replaced the original tcpip.sys file with the “patched” tcpip.sys one.私に置き換え、元のTcpip.sysで、ファイル内の"パッチ"のTCPIP.SYSの1つです。 I restarted but now appears a BSOD at startup and I can’t open my computer anymore!!!私が今すぐ再起動すると表示されたら、スタートアップ時bsodマイコンピュータを開くことができませんもう! Help me please…助けていただけませんか…
April 17th, 2008 00:59 2008年4月17日00:59
lava, tell us all about 2010 please.溶岩は、約2010のすべての教えをお願いします。 It sounds way cool!それはすごいや!
OK, I assume you meant SP1, and that you’re only getting to it now since you use one of the languages that MS didn’t release until yesterday.じゃあ、いい意味と仮定しSP1 、およびことをお詫び申し上げます就学許可証を今すぐ以来のみを使用する言語の一つであり、ミシシッピ昨日まで発売しなかった。
Yes, SP1 does require a new fix, and it complicates things even on 32-bit due to driver signing checks.はい、 SP1では、新たな修正プログラムを必要とする、複雑なものにすると32ビットのためにドライバの署名をチェックします。
For 32-bit, see message #266, and be sure to read the Readme in that v2.0 of the file. 32ビットを参照してくださいメッセージが表示さ# 266 、およびReadmeファイルを読むには、必ず、その2.0は、ファイルです。
For 64-bit, see the thread pointed to in #272. 64ビット版を参照するには、スレッドを指して、 # 272 。
April 16th, 2008 21:35 2008年4月16日21:35
Vista SP2 just came out. VistaのSP2のだけが出てきました。 Does the update undo the tcpip fix? TCPIPでは、更新プログラムの修正プログラムを元に戻すのですか? If it does, is another patch already in the works for SP2?場合には、別の修正プログラムは既にSP2にしているのですか? I don’t want to update if it’s going to mess up my speeds on bt.したくはありませんが起こっ更新プログラムを混乱させる場合に私の速度をbtです。