Windows Server 2012 R2 multiple machines often have events 4227, 135, 4231.

Rubyin 1 Reputation point
2020-08-14T04:37:34.213+00:00

Windows Server 2012 R2 multiple machines often have events 4227, 135, 4231.When these events occur, the server will not be able to connect to the public network, resulting in the production system unable to use.The server must be restarted to recover.Is there any corresponding solution?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,136 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Xiaowei He 9,906 Reputation points
    2020-08-14T09:13:58.023+00:00

    Hi,

    I am doing research on the error codes, since it may need some time to do research, I will get back as soon as I get any update.

    Thanks for your understanding!

    Best Regards,
    Anne

    0 comments No comments

  2. Xiaowei He 9,906 Reputation points
    2020-08-17T05:17:23.8+00:00

    Hi,

    • Check if decrease TcpTimeWaitDelay and increase MaxUserPort could help to solve the issue.

    The location of the TcpTimeWaitDelay is:

    HKEY_LOCAL-MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters. Add REG_DWORD named TcpTimedWaitDelay, we may set the value to 30 seconds, by default, the value is 4 minutes.

    Here is the detailed information about TcpTimedWaitDelay:

    https://technet.microsoft.com/en-us/library/cc938217.aspx

    • Then we may use command netsh int ipv4 set dynamicport tcp start=10000 num=20000 to expand dynamic port range.

    For more information about the error, please refer to the following links:

    https://social.technet.microsoft.com/Forums/ie/en-US/b632acdc-a546-4014-a299-4c27781e6c5a/tcpip-failed-to-establish-an-outgoing-connection-event-id-4227?forum=winserverPN

    https://borncity.com/win/2016/12/20/events-id-4231-and-4227-tcpip-no-internet-connection/

    (Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    )


    If the reply could be of help, please help to accept it as an answer, thanks for your cooperation!
    Thanks for your time!
    Best Regards,
    Anne

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.