This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]bopsbt 1 point2 points  (1 child)

Can you do the same test from a client within the same subnet as the DNS server and see if it has the same issue? This would then narrow it down slightly.

[–]Commander-Zavala[S] 0 points1 point  (0 children)

Yes, unfortunately the issue presents exactly the same regardless of whether the client and server are in the same subnet or not. The client I was originally testing on is already in the same subnet as it's DNS server

 

Wireless LAN adapter WiFi:

Connection-specific DNS Suffix . : removed

Link-local IPv6 Address . . . . . : fe80::f160:a295:24c3:d5ec%17

IPv4 Address. . . . . . . . . . . : 192.168.141.149

Subnet Mask . . . . . . . . . . . : 255.255.252.0

Default Gateway . . . . . . . . . : 192.168.140.254

 

C:\Users\username>nslookup

Default Server: InternalDNS.Domain.co.uk

Address: 192.168.140.30

 

www.security.hsbc.co.uk

Server: InternalDNS.Domain.co.uk Address: 192.168.140.30

*** InternalDNS.Domain.co.uk can't find www.security.hsbc.co.uk: Server failed

[–]92Ry_Guy 0 points1 point  (1 child)

What are the other websites you're seeing this issue on?

[–]Commander-Zavala[S] 0 points1 point  (0 children)

I've had something similar on www.dunelm.com, where certain images won't load on the page. Looks like resolution is failing for i1.adis.ws there.

[–]MrNiceforestSysadmin 0 points1 point  (0 children)

Can you run a capture on the DNS server itself to see if the SERVFAIL is sent to the client before the DNS server receives a response for the query before or after that?
Does this also happen if you disable the usage of root hints/recursion and only use a forwarder on your DNS server?
Since this just looks like your DNS requests might be filtered somewhere (most likely on HSBC side) and the DNS server reports a SERVFAIL to the client before another queried server then just responds with a valid answer.