I'm currently working with a client that I've taken over, and they have a bit of a complex setup inherited from a previous company. They have an aging SonicWALL firewall, and I've recently installed a new firewall, switch, and access points to improve their system. During the setup, I discovered that their server is also handling DNS, which I'm unfamiliar with. I suspect that this might be causing slower internet speeds, so I'm considering whether I can simply turn off the DNS service on the server. If I do that, will the new firewall handle DNS requests instead? What are the potential implications of turning off DNS services? I paused it but noticed no difference, so I really want to understand the right approach to manage DNS alongside this new firewall set up. Any advice would be appreciated!
5 Answers
It sounds like you might be stepping into some tricky territory here. If your server is running Active Directory, then it needs to handle DNS. Clients should be pointing to the internal DNS for proper functioning. Turning off the DNS won't just 'fix' things; it might break Active Directory and cause major issues for your clients. The right way to approach this is to ensure that the firewall is set up to direct traffic correctly without just disabling the server's DNS role, especially if it’s acting as your domain controller.
You might want to check the configuration of your server too. If it’s using a static IP while clients are on DHCP, that might cause some confusion. Ensure all devices are updated accordingly and mapped correctly to your new network setup. Documentation is key in these transitional phases, so definitely map everything out to understand your environment better.
True! Visual aids make understanding network architecture so much easier, especially when you're inheriting a set-up like this.
Lastly, keep in mind that a server providing DNS should not typically slow down the internet unless it's misconfigured. In fact, if set up correctly, it should efficiently manage internal lookups with minimal delay. If necessary, look for potential configurations that might lead to that lag, but don't just jump to disabling the DNS on the server.
Right? If that's the case, it's more about the server configuration rather than just the DNS role itself. Every aspect should be checked!
From what you’re describing, turning off DNS might not address the speed issues you’re encountering. Instead, try running a speed test directly on the incoming line. If you're having trouble even bypassing the firewall, the problem could lie with the ISP or the old SonicWALL, which may not handle current speeds well. Make sure to keep track of the connections and try to isolate where the slowness is coming from.
That’s a solid point! If the connection struggles even without the network gear, the ISP might be the bottleneck. Good to double-check that side of things first!
Don't turn off the DNS server role without migrating the services first! Your server’s DNS is crucial for AD to function properly, and shutting it down could instantly disrupt access for all the workstations. Instead, you should configure the DHCP settings on your new firewall to point to the server's DNS for clients, then verify that everything resolves correctly before considering any changes to the server configuration.
Exactly! Just make sure that after you adjust the settings, your workstations can still reach internal domain names. This way you protect the integrity of your network.

I get what you're saying, but I've had clients where the server runs fine without managing DNS. If Active Directory isn't essential for this size of business, it might be possible, right?