Koozali.org: home of the SME Server

How to Refresh DNS Cache?

Offline wjhobbs

  • *****
  • 171
  • +0/-0
    • http://www.chryxus.ca
How to Refresh DNS Cache?
« on: September 22, 2006, 06:20:27 PM »
I have made a DNS change on a commercial DNS service to point to a new location for a web site. But my interal workstations are continuing to point to the old address.

Is there a way to force the SME7 dns cache to refresh?

Thanks.

John
...

Offline byte

  • *
  • 2,183
  • +2/-0
How to Refresh DNS Cache?
« Reply #1 on: September 22, 2006, 11:13:43 PM »
Have you tried...

svc -t /service/dnscache
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline wjhobbs

  • *****
  • 171
  • +0/-0
    • http://www.chryxus.ca
How to Refresh DNS Cache?
« Reply #2 on: September 23, 2006, 03:53:19 PM »
Thanks, Byte.

My ignorance is huge. I would have thought that would terminate the service. Does it also result in the service starting up again afterward? Or would I need to explicitly start it up?

Thanks.

John
...

Offline byte

  • *
  • 2,183
  • +2/-0
How to Refresh DNS Cache?
« Reply #3 on: September 23, 2006, 04:57:47 PM »
It will restart the dnscache for you.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline raem

  • *
  • 3,972
  • +4/-0
How to Refresh DNS Cache?
« Reply #4 on: September 23, 2006, 09:38:50 PM »
wjhobbs

> I would have thought that would terminate the service. Does it also result in the service starting up again afterward?

As I understand it a supervised service will get restarted automatically if it stops (or is terminated).
...