I have a Windows Server 2012 R2 box acting as a Domain Controller which is on a segregated LAN. It also acts as the DNS server for this LAN.
I also have a Sonicwall NSA 2600 firewall which is set as the default gateway for all machines on the LAN, including the Domain Controller.
We have an application pinhole for Windows update to come through the firewall, which works fine for the other machines on the LAN.
However, the DC seems to be playing up and the Windows Update error code
80072EE2
Seems that there are also connectivity issues to other external sites too, so I've been trying to diagnose the networking issue.
I've run a pcap to do this and the following occurs:
DC -> firewall : DNS request for [windows update domain]
firewall -> DC : DNS response for [windows update domain] at xxx.xxx.xxx.xxx
DC -> broadcast : ARP who has xxx.xxx.xxx.xxx
Obviously it does not receive a response as the external windows update IP address is not part of the LAN.
When running the same thing on machines with functioning windows updates, it looks as expected:
host -> firewall : DNS request for [windows update domain]
firewall -> host : DNS response for [windows update domain] at xxx.xxx.xxx.xxx
host : TCP SYN to xxx.xxx.xxx.xxx
I've checked the firewall DNS and it's set to 1.1.1.1
The DC iptables show every local/loopback to 0.0.0.0 The exception is for routes 0.0.0.0/0 it has two entries: 0.0.0.0 and [ip address of firewall]
The hosts file of the DC is also just as default: 127.0.0.1 - localhost ::1 - localhost
The ipv4 configuration is static as follows:
IPv4 Address: [ip of dc]
Subnet Mask: 255.255.0.0
Gateway: [ip of firewall]
DNS: [ip of dc]
I'm really at a loss - by all accounts, the networking side of things should be working and you would expect the domain controller to send a TCP SYN out to the IP address provided in the DNS response.
However it's just not even attempting to do this and jumping straight into ARP.
Anyone got any ideas on what might be causing this and what can be done to fix it?
Let me know if you want any further details.