Corrected indentation of images & second-level list items

These images should have been indented as part of their respective second-level list items. For this to work correctly, though, the second-level list items also needed to be laid out correctly, and that often doesn't happen unless the list items rely on automatic numbering (1, 1, 1) instead of specifying the enumeration (a, b, c).
This commit is contained in:
Gary Moore
2021-10-14 11:52:51 -07:00
parent b1619045ff
commit 05d50c1412

View File

@ -82,13 +82,13 @@ If you suspect that the machine is in a state of port exhaustion:
2. Open event viewer and under the system logs, look for the events which clearly indicate the current state:
a. **Event ID 4227**
1. **Event ID 4227**
![Screenshot of event id 4227 in Event Viewer.](images/tcp-ts-18.png)
![Screenshot of event id 4227 in Event Viewer.](images/tcp-ts-18.png)
b. **Event ID 4231**
1. **Event ID 4231**
![Screenshot of event id 4231 in Event Viewer.](images/tcp-ts-19.png)
![Screenshot of event id 4231 in Event Viewer.](images/tcp-ts-19.png)
3. Collect a `netstat -anob` output from the server. The netstat output will show you a huge number of entries for TIME_WAIT state for a single PID.