- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: DNS Server Replace
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DNS Server Replace
Hi,
I am trying to replace DNS servers IPs on gateways. after I changed IP address of primary and secondary and tertiary DNS server.
I noticed DNS queries were still being made agaisnt the old ones.
How can I force or restart dns service of the gateway to start using the new ones?
if there are proper steps I should take to make this change, can you share please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may need to perform a cprestart (which is service impacting) to fix this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the reply.
I did cprestart but not all the cp services come back online . so I ended up rebooting the box as we have HA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Does the reboot solves your issue?
We have the same behaviour on a R81.10 Gateway (with VSX), and even after changing the DNS servers, we still see requests to the old DNS servers.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes most likely this will address the issue based on my prior experience.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cpwd_admin stop -name WSDNSD -path "$FWDIR/bin/wsdnsd" -command "fw kill wsdnsd"; cpwd_admin start -name WSDNSD -path "$FWDIR/bin/wsdnsd" -command "wsdnsd"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sk161632
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Uh, so the question was about DNS related to HTTPSi or updatable objects, or both?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Val
Exactly the question was about changing the DNS server for the VSX. When we change them from VS0 for all the other vs we notice that we still have requests to the old DNS servers. Show dns show the correct DNS servers
Do we need to reboot or is the a known command to ask to use the new DNS
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
just run:
cpwd_admin stop -name WSDNSD -path "$FWDIR/bin/wsdnsd" -command "fw kill wsdnsd"; cpwd_admin start -name WSDNSD -path "$FWDIR/bin/wsdnsd" -command "wsdnsd"
and you see that the DNS queries goes to the new DNS Server - for all services running on the CP box
