02-02-2018 02:09 AM - edited 03-08-2019 01:41 PM
Hey all,
We have Cisco ASA connected to l3, l2 switches, Radware.
We have DHCP, DNS enabled from Active Directory.
From past one week, many websites don't respond to and after refreshing it instantly it loads but it takes time.
Also while resolving DNS it takes so much time.
Troubleshooting I performed :
I thought DNS could be the problem so I changed DNS to 8.8.8.8 on my PC and all websites work fine. I escalated the issue to server engineer and he states it is a network issue.
Waiting for your valuable comments. I have attached the network diagram for your info.
Thank you.
02-02-2018 02:28 AM
Hi
Open up a powershell prompt in a Windows machine, copy and paste:
Measure-Command {Resolve-DnsName google.com -DnsOnly -Type A -Nohostsfile -server x.x.x.x}
x.x.x.x is your server.
Then do it again using 8.8.8.8 as server.
This script will show you how long it takes to the DNS resolve the URL.
-If I helped you somehow, please, rate it as useful.-
02-02-2018 08:22 PM
PowerShell throws me an error like resolve DNS-name is not recognised.
02-02-2018 03:46 AM - edited 02-02-2018 03:48 AM
Hello
What are the internal client using for DNS, Where are they being directed to for name resolution?
If you have multiple dns servers try specifying the secondary on as primary and test?
Are you using any web proxy?
res
Paul
02-02-2018 08:17 PM
As I mentioned above we have windows server for DNS, I have tried with primary and secondary DNS still the same issue.
no web proxy has been used
02-03-2018 12:58 AM
02-03-2018 07:19 AM - edited 02-03-2018 07:19 AM
If the DNS server is in DMZ check the firewall rules as using 8.8.8.8 is inside to outside so different path.
Jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide