Windows Vista tcpip.sys Connection Limit Patch for Event ID 4226 windows 비스타 행사 번호 4226를위한 패치 tcpip.sys 연결 제한

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 비스타, 마이크로 소프트 아직 시행과 하드 - 한계 (하드 코딩에 tcpip.sys)의 최대 동시 하프 - 오픈 (불완전한) 초당 아웃 바운드 tcp 연결 시도를 만들 수는 시스템에서와 같이 Windows XP SP2 SP2를 windows XP 용 , 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). 에 의해 사용되는 보호를 위해 시스템에서 악의적인 프로그램과 같은 바이러스, 웜,을 확산되지 않은 컴퓨터에이, 또는 분산 서비스 거부 공격을 시작 (ddos). 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 최대 초당 windows 비스타의 기본 제한은 어떤 버전의 비스타 사용자들이 사용하는 기반으로합니다. For example, Home Basic has maximum limit of 2, and Vista Ultimate is 25 per second. 예를 들어, 홈 기본가의 최대 한도를 2 및 비스타 궁극적인는 25 초당합니다. Normal Windows Vista users should not face any problem or slow network connection with the half-open connections limit. windows 비스타 사용자들은 아무 문제없이 정상적인 얼굴이나 느린 네트워크 연결을 연결 제한을 30 - 오픈합니다. 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, 무료 소프트웨어, emule (edonkey 네트워크) 등, 또는 p2ptv과 같은 tvants, pplive, ppstream, sopcast 등 5 월 얼굴을 일부 오류 또는 느린 속도 때문에이 한도를 다운로드 및 업로드합니다.

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: 30 - 열기를 제거하는 최대 동시 연결을 제한 windows 비스타, tcpip.sys 패치를 적용 다음과 같은 단계 :

  1. Download patched tcpip.sys: 패치를 다운로드 tcpip.sys : Vista TCP/IP and UAC Auto Patcher 비스타 tcp / ip를 자동 patcher의 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 - 비트 . 합니다.
  2. Open command prompt, and run the following 2 commands: 명령 프롬프트를 엽니다, 그리고 다음과 같은 두 명령을 실행합니다 :

    1. takeown /fc:\windows\system32\drivers\tcpip.sys takeown / fc : \ windows \ system32 \ 드라이버 \ tcpip.sys
    2. 이. cacls c:\windows\system32\drivers\tcpip.sys /G “username”:F cacls c : \ windows \ system32 \ 드라이버 \ tcpip.sys / g "사용자 이름": f

    Replace username with the actual user name that used to log on to Windows Vista currently. 사용자 이름을 바꾸기가 실제 사용자 이름을 windows 비스타 현재에 로그온하는 데 사용됩니다.

    The second command can also used improved lcacls: 두 번째 명령을 사용할 수있습니다 향상 lcacls :

    icacls c:\Windows\System32\drivers\tcpip.sys /grant “username”:f icacls c : \ windows \ system32 \ 드라이버 \ tcpip.sys / 그랜트 "사용자 이름": f

  3. 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 = 해제

  4. For 64-bit Windows Vista (x64), the integrity checks need to be disabled as it need all drivers to be signed. 64 - 비트 windows 비스타 (64 비트)는 무결성 검사대로 사용 중지해야 할 모든 드라이버가 서명이 필요합니다. So run the following command in DOS prompt: 그래서 도스 프롬프트에 다음 명령을 실행합니다 :

    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. 참고 사항 : 위의 명령을 더 이상 지원되지 않습니다, 그리고 사용자가 시스템을 시작을 우회에 필요한 드라이버 서명 키를 누릅니다 무결성 검사를합니다.

  5. 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 \ 드라이버를 폴더에 패치가 적용된 tcpip.sys에서 다운로드 1 단계 (기억의 사용의 올바른 x64 또는 x86 버전). 일반적으로,이 절차를 간단하게 로그인을 할 수있습니다 windows 비스타 와 관리자 계정을합니다. 그러나 만약이 과정이 실패하는 컴퓨터를 재부 팅하고 다음을 키를 누릅니다을 안전 모드로 부팅을하고 다음을 복사 및 붙여넣기 tcpip.sys을 덮어 씁니다.
  6. 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 \ 매개 변수를

  7. Right click on the right pane, select “New”, then select “DWORD value”. 오른쪽 창에서 마우스 오른쪽 버튼으로 클릭을 선택 "새로운"을 선택한 후 "dword 값"합니다. Enter the new value name as “TcpNumConnections” (without quotes). 새 값의 이름을 입력하고 "tcpnumconnections"(따옴표 제외).
  8. 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 (수정하여 언제든지 해당 파일이나 레지스트리에 값을 적용 후).
  9. Restart computer. 컴퓨터를 다시 시작합니다.

New : Windows Vista Event ID 4226 Auto Patcher 새 소식 : windows 비스타 행사 번호 4226 자동차 patcher

Latest Version: 2.0 최신 버전 : 2.0

Windows Vista Event ID 4226 Auto Patcher has been renamed as 4226 자동차 patcher windows 비스타 이벤트 번호로 이름이 변경되었습니다 Vista tcpip.sys and UAC Auto Patcher 비스타의 UAC 자동 tcpip.sys와 patcher , 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 버전의 patcher를 다운로드 링크를 자동으로 릴리스의 서로 다른 버전의 tcpip.sys 다양한 핫픽스와 SP1을합니다. Visit 방문 here 여기에 for details. 대한 자세한 내용은합니다.

Driver Version : 드라이버 버전 : CrackTcpip.sys for Vista SP1 v.668 SP1을위한 cracktcpip.sys 비스타 v.668 - a non-patching method to bypass TCP connection limit. - - 패치 방식이 아닌 tcp 연결 제한을 우회합니다.

Also available is 가있습니다 TCP/IP auto patcher for 64-bit (x64) Windows Vista SP1 tcp / ip 자동 patcher를 64 - 비트 (64 비트) windows 비스타 SP1을 . 합니다.

Gui Version: gui 버전 : VistaTcpPath TCP Auto Patcher vistatcppath tcp 자동 patcher which works for Vista RTM (non-SP1) version of tcpip.sys. 어떤 작품에 대한 비스타 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. the tcp 연결 제한 트리거 이벤트 번호 4226는 현재의 상승 500 (또는 다른 값을 설정), 그리고 다시 - 발생하는 오류를 해결하는 전망을 다시합니다.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 사항 : 이것은 기계 번역 페이지는 "있는 그대로"제공하지 않고 보증합니다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 를 참조하시기 바랍니다 original English article 원래 영어 자료 whenever possible. 언제 수있습니다.

Share and contribute or get technical support and help at 를 공유하고 기술 지원 및 도움을 공헌하지 않는다면 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.



332 Responses to “Windows Vista tcpip.sys Connection Limit Patch for Event ID 4226” 332 응답을 "windows 비스타 tcpip.sys 연결 제한 패치를 행사 번호 4226"

Pages: [14] 페이지 : [14] 13 12 11 10 9 8 7 6 5 4 1 » Show All 모두보기

  1. chris 크리스
    August 24th, 2008 15:58 2008년 8월 24일 15:58
    332

    i have vista sp1 x32 and when i used tyhis patch i had 2 system restore it . 나는 비스타 SP1을 32 비트 및 tyhis 패치를 사용할 때 나는 2 시스템 복원합니다. it would not let me boot. 그것은 부팅 내버려 두지 않으세요. i got blue screen of death do not use 죽음의 블루 스크린 찾았를 사용하지 마십시오

  2. Domdom domdom
    August 23rd, 2008 23:50 2008년 8월 23일 23:50
    331

    Installed the half-open patcher (see previous post) and it works smoothely, no fuss to install, easy GUI, set the nummber of half-connection, reboot, and you are done. 열기를 설치 반 - patcher (이전 포스트 참조) 및 작동 smoothely도, 호들갑을 설치, 간단한 gui로 설정합니다 절반 판매된 - 연결, 다시 부팅하고, 다음을 완료했으면합니다. Rollback to original tcpip.sys is possible. 원래 tcpip.sys 롤백이 가능합니다.

  3. Apareti apareti
    August 11th, 2008 00:08 2008년 8월 11일 00:08
    330

    Thank you much for the patcher. 감사합니다 patcher를 많이합니다.

  4. Rick
    August 10th, 2008 03:06 2008년 8월 10일 03:06
    329

    I was thinking more along the lines of a security program of some kind which operates on file signatures, particularly for files in important directories like that one. 내 생각에 더 많은 따라서 어떤 종류의 보안 프로그램을 운영하는 파일에 서명, 특히 그와 같은 디렉토리에 대한 파일이 중요하다. Once it saw that the file was no longer the one it knew, it locked access to that file, though it certainly should have notified you about it. 일단 본 하나의 파일이 더 이상이 알고있다하더라도, 그것이 파일 액세스를 고정지만 확실히 그것에 대해 통보해야합니다.
    I don’t know if the program you use does that, however. 이 프로그램을 사용인지 잘 모르겠는가, 그러나합니다.

    Tons of people have used the patched file without incident. 패치 파일을 사용하여 톤의 사람들이 아무런 사고없이합니다. It can’t behave differently for you than others without some other variable involved. 다른 어떤 것보 수 없다 평상시와 다른 행동을하지 않고 다른 변수를 참여합니다.

    Checking the System log for that time period might be informative. 이 기간 동안 시스템 로그를 확인하여 유익한 수도있습니다.

    Did you install using the batch file? 배치 파일을 사용하여 설치나요? Because that should have plowed right through any locked file issues. 왜냐하면 그 어떤 잠금 파일을 통해 문제를 오른쪽 경작해야합니다.

  5. DePalmo depalmo
    August 9th, 2008 23:11 2008년 8월 9일 23:11
    328

    It looked to me like the system has recognized the new file and didn’t want to accept it. 날 지금처럼 당신을 바라보고 그것에 새 파일 시스템이 인식하고 싶지 않았 받아들여야합니다. No firewall could be blocking it, because I didn’t change any settings for it. 방화벽을 차단 수없습니다, 왜냐하면 그것 안에 대한 설정을 변경할합니다. I just replaced the tcpip.sys (after some trouble-at first the file was locked, and I have some trouble removing it). 단지를 교체했다 tcpip.sys (이후의 파일도 문제 - 처음에 잠겨 있었을 제거하는 문제가 좀 나는).

  6. Rick
    August 8th, 2008 04:47 2008년 8월 8일 04:47
    327

    Since the file itself (tcpip.sys) is good, it sounds to me like a firewall (or comparable) program was blocking or otherwise interfering with communications, as it didn’t recognize the new system file. 이후 파일 자체 (tcpip.sys)이 좋아, 그것 같다는 느낌이 들어요 방화벽 (또는 비교) 프로그램을 차단 또는 다른 사람을 방해하고는 커뮤니케이션, 새로운 시스템으로이 파일을 인식하지 못했습니다.

  7. DePalmo depalmo
    August 8th, 2008 04:38 2008년 8월 8일 04:38
    326

    My problem wa this: after applying this “home made” patch, all my external connections have failed, LAN and Wireless. 내 문제가 워싱턴이 : 적용한 후에이 "집에서 만든"패치, 내 모든 외부 연결은 실패, 근거리 통신망과 무선합니다. After waiting about 30 mins for something to happen, nothing did. 한 사람이 약 30 분 후에 일어날, 아무것도 한합니다. So i copied back original file and rebooted the system. 그래서 난 다시 원래 파일을 복사하고 시스템 재부 팅합니다. Before login wireless hass connected, after login I can access my home network (LAN). 로그인 무선 통신 하스하기 전에 연결되어있는 경우, 로그인 후 나는 내 홈 네트워크를 액세스할 수있습니다 (근거리 통신망). So this patch doesn’t work for me. 그래서 나를 위해이 패치가 작동하지 않습니다.
    Yes, I checked for the right version of the file, I installed that readydriver (or whatever it is) for quicker boot, but it didn’t work. 예, 나는 오른쪽 버전의 파일을 확인, 나가 설치되어 readydriver (또는 무엇이)을 신속하게 부팅했지만 작동하지 않아요. Looks like I will have to live with this stupid enforcment until official microsoft update (that will happen: never). 와 함께 살 것 같아이 어리석은 enforcment하기 전까지는 공식적인 업데이트 다운로드 (가 발생합니다 : 절대로).

Pages: [14] 페이지 : [14] 13 12 11 10 9 8 7 6 5 4 1 » Show All 모두보기

Leave a Reply 남길 회신

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 이러한 태그를 사용할 수있습니다 : <a href="" title=""> <acronym title=""> <abbr title=""> <blockquote cite=""> <b> <cite> <code> <델 날짜 = ""> <em> <i> <strike> '<q cite="">

Subscribe without commenting 논평없이 구독 신청
이메일


Custom Search

New Articles 새로운 기사

Incoming Search Terms for the Article 이 문서에 대한 검색어를 수신

vista 4226 비스타 4226 - - 4226 vista 4226 비스타 - - vista tcpip patch 비스타 tcpip 패치를 - - Event ID 4226 vista 행사 번호 4226 비스타 - - vista tcp patch 비스타 tcp 패치 - - tcpip.sys patch vista 패치를 비스타 tcpip.sys - - vista TCPIP.SYS patch 비스타 tcpip.sys 패치를 - - tcpip.sys tcpip.sys - - vista connections patch 비스타 연결을 패치를 - - vista connection limit 비스타 연결 제한 - - vista max connections 비스타 최대 연결을 - - tcpip vista tcpip 비스타 - - vista maximum connections 비스타의 최대 연결을 - - 4226 4226 - - vista tcp/ip patch 비스타 tcp / ip 패치 - - vista tcp ip patch 비스타 tcp ip 패치 - - 9318 9318 - - event 4226 vista 이벤트 4226 비스타 - - vista tcpip.sys 비스타 tcpip.sys - - vista 4226 patch 비스타 4226 패치를 - - tcp patch vista tcp 패치 비스타 - - vista connection limit patch 비스타 연결 제한 패치 - - tcpip patch vista tcpip 패치 비스타 - - vista event 4226 비스타 이벤트 4226 - - tcpip tcpip - - tcpip.sys vista tcpip.sys 비스타 - - VISTA P2P PATCH 비스타 p2p 패치를 - - 4226 patch vista 4226 패치를 비스타 - - maximum connections vista 최대 연결 비스타 - - vista max tcp connections 비스타 최대 tcp 연결을 - - Windows Vista Event ID 4226 Auto Patcher windows 비스타 행사 번호 4226 자동차 patcher - - 32-bit tcpip.sys 32 - 비트 tcpip.sys - - Windows Vista tcpip.sys Connection Limit Patch for Event ID 4226 windows 비스타 행사 번호 4226를위한 패치 tcpip.sys 연결 제한 - - TCPIP 4226 Vista 4226 비스타 tcpip - - vista half open connections 비스타 절반 연결을 엽니다 - - vista tcp hack 비스타 tcp 해킹 - - max connections vista 최대 연결 비스타 - - tcpip.sys patch 패치를 tcpip.sys - - vista event id 4226 비스타 행사 번호 4226 - - vista concurrent connections 비스타 동시 연결 - - tcpip.sys patch for vista 비스타 tcpip.sys를위한 패치 - - max tcp connections vista 맥스 tcp 연결 비스타 - - error 4226 vista 오류 4226 비스타 - - vista connection patch 비스타 연결을 패치를 - - vista tcpip 비스타 tcpip - - vista tcpip hack 비스타 tcpip 해킹 - - Hack the max TCP connections Vista 해킹의 최대 tcp 연결 비스타 - - half open connections vista [연결 비스타 절반 - - event id 4226 행사 번호 4226 - - Vista EventID 4226 Auto Patcher 4226 자동차 patcher 비스타 이벤트 - - TCP vista patch tcp 비스타 패치를 - - unable to get tcpip.sys permission tcpip.sys 사용 권한을 가져올 수없습니다 - - vista error 4226 비스타 오류 4226 - - eventid 4226 vista 4226 비스타 이벤트 - - tcpip patch 패치를 tcpip - - windows vista connection limit windows 비스타 연결 제한 - - vista maximum tcp connections 비스타의 최대 tcp 연결을 - - Windows Vista Connection Limit Patch for Event ID 4226 행사 번호 4226를위한 패치 windows 비스타 연결 제한 - - windows vista tcpip patch windows 비스타 tcpip 패치를 - - tcp ip hack for vista tcp ip 해킹에 대한 비스타 - - vista max half open 비스타 최대 30 열려 - - tcpip.sys vista patch 패치를 tcpip.sys 비스타 - - all 모두 - - vista tcpip 4226 비스타 tcpip 4226 - - tcpip.sys 6.0.6000.16386 tcpip.sys 6.0.6000.16386 - - windows vista tcpip.sys windows 비스타 tcpip.sys - - Vista Event ID 4226 AutoPatcher 비스타 행사 번호 4226 autopatcher - - 32-bit tcpip.sys. 32 - 비트 tcpip.sys합니다. - - 4226 patch for vista 4226 패치를 비스타 - - vista tcp/ip and uac autopatcher 6.0 비스타 tcp / ip 및 autopatcher 6.0의 UAC - - tcp tcp - - windows vista event id 4226 autopatcher windows 비스타 행사 번호 4226 autopatcher - - vista p2p fix 비스타 p2p 수정 - - tcpip vista patch tcpip 비스타 패치를 - - tcp patch for vista tcp 패치를 비스타 - -