Skip to content

Commit

Permalink
add proxy finding
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 21, 2026
1 parent ebf13ae commit fe4062b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aws/projects/adsd-chris/fsx-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ self-managed AD. This describes the problem.

## Information

One thing I discovered while analyzing this problem is how slow a test windows server performed, especially when trying
to run the AWS Test scripts. I found that the proxy settings were incorrect, only set to ignore 169.254.169.254 and *.ead.census.gov,
which is not valid. A more comprehensive proxy setup, ignoring what it should be (*.census.gov among many others) improved
the performance **drastically**. This change will ultimately get rolled into all of the Windows builds and into the GPOs
accordingly.

* dig for csp1.ead.census.gov

You see this returns the two A records for the DCs and the packet site is 452, under the 512 for UDP.
Expand Down

0 comments on commit fe4062b

Please sign in to comment.