Koozali.org: home of the SME Server

DNS and windows server.

Offline Drifting

  • ****
  • 431
  • +0/-0
DNS and windows server.
« on: October 10, 2018, 02:50:44 PM »
Hi, this is going to be simple I am sure to answer?
But for the life of me I cannot work out how to clear the DNS / Wins cache (Which I assume is where the issue lay)
Windows server, built a second one on the network, named it the same as the old server, however did not fix the ip. Did the usual 4 million updates, and took it off the network.
When I try and ping the server name, it comes up with the temp server IP, not the original that is now working. This is from the console of the SME server. Same from a couple of windows machines. Tried rebooting the SME that is acting as a gateway, even tried flushing the DNS cache.
Ideas?

Paul.
Infamy, Infamy, they all have it in for me!

Offline Fumetto

  • *
  • 874
  • +1/-0
Re: DNS and windows server.
« Reply #1 on: October 11, 2018, 01:08:59 AM »
Who is your DNS server for all LAN IP?

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: DNS and windows server.
« Reply #2 on: October 11, 2018, 10:02:38 AM »
There is a way to clear the dns cache and I never remember how.

I think it is in the wiki someplace.
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline mmccarn

  • *
  • 2,626
  • +10/-0
Re: DNS and windows server.
« Reply #3 on: October 11, 2018, 12:51:27 PM »
Here's the wiki instruction for resetting the DNS cache on the SME server:
https://wiki.contribs.org/Useful_Commands#Refresh_DNS_cache

You may only need to restart 'dnscache'
Code: [Select]
sv t dnscache
Of course, this won't help if the SME server isn't where the bad entry is cached...

Offline Drifting

  • ****
  • 431
  • +0/-0
Re: DNS and windows server.
« Reply #4 on: October 11, 2018, 03:31:52 PM »
Spot on chaps, thank you so much. And yes, it was the an SME server that I use for my DHCP, DNS etc. And rock solid it has been for ages :-)

Thank you again.

Paul.
Infamy, Infamy, they all have it in for me!

Offline Drifting

  • ****
  • 431
  • +0/-0
Re: DNS and windows server.
« Reply #5 on: October 17, 2018, 04:50:04 PM »
Actually moving on from that.

I seem to have a stuck name in Netbios! How do you flush that cache on SME? Have done it to the two windows machines I have. And my SME is the main gateway, dhcp, dns and workgroup master browser. (The only master on the network at that)

Paul.
Infamy, Infamy, they all have it in for me!

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: DNS and windows server.
« Reply #6 on: October 17, 2018, 08:27:23 PM »
I think the smeserver-dhcpd contrib will flush all the leases for you.

Check the wiki.
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline Drifting

  • ****
  • 431
  • +0/-0
Re: DNS and windows server.
« Reply #7 on: October 18, 2018, 02:02:08 PM »
I think the smeserver-dhcpd contrib will flush all the leases for you.

Check the wiki.

Yes, I thought so too, but seems not, already use that contrib on the server (And very good it is too)
Whatever it was on the sme, it has now refreshed itself, yet nothing I seemed to do could make it get forgetful!


Paul.
Infamy, Infamy, they all have it in for me!

Offline mmccarn

  • *
  • 2,626
  • +10/-0
Re: DNS and windows server.
« Reply #8 on: October 18, 2018, 02:16:44 PM »

Offline Drifting

  • ****
  • 431
  • +0/-0
Re: DNS and windows server.
« Reply #9 on: October 18, 2018, 03:11:21 PM »
The NETBIOS cache is managed by nmbd.  Flush it using
  sv t nmbd

Source:
https://www.linuxtopia.org/online_books/network_administration_guides/samba_reference_guide/17_NetworkBrowsing_36.html

Typical! I spent ages googling trying to find out how to restart netbios. Must have been asking the wrong questions! Thank you so much for the link and suggestion.

Paul.
Infamy, Infamy, they all have it in for me!

Offline mmccarn

  • *
  • 2,626
  • +10/-0
Re: DNS and windows server.
« Reply #10 on: October 19, 2018, 01:02:46 PM »
Typical! I spent ages googling trying to find out how to restart netbios. Must have been asking the wrong questions!

I know the feeling!

I saw your mention of 'netbios' and for some reason this thought popped into my head:
"I wonder what nmbd does.  Maybe that's the netbios piece."

I started by googling nmbd to find out what it did, rather than googling netbios to find out which service handled that...Totally random, as far as I can tell.