Running DNS locally for home network - Super User
superuser.com › questions › 45789Sep 24, 2009 · In the usual situation of home routers you just need to simply tell the router that the DNS server is 192.168.1.101 and reboot. If you can get a local DNS running on your broadband router, great, but a DNS server might benefit from lots of RAM for caching queries, depending on which DNS software you use. On my network I just use straight BIND. Sounds like you might have a little experience with that and for me it works great.
Setting up local DNS server between client-server machines ...
www.geeksforgeeks.org › setting-up-local-dnsMar 05, 2021 · After installing Wireshark we will start setting up the DNS server. sudo apt-get install wireshark. Step-2 :Configuring client virtual machine : We need to add the IP Address of the custom DNS server to the client machine. This is done by adding the IP address of the server to the file /etc/resolv.conf which stores the order of DNS server resolution. This ensures that the custom DNS server will be used to resolve names.