• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

SBS 2008 DNS problems

RSiggs

Gawd
Joined
Dec 31, 2007
Messages
858
I'm helping a client (and fellow [H] member) with a problem at his workplace- they tried a migration from SBS 2003 to 2008. For various reasons it didn't work, and then I got involved. Most things are working, but DNS is causing no end of headaches - it's a pretty simple setup, and appears healthy for about 10 minutes, then goes useless and stops handing out responses.

A check via wireshark showed that it wasn't handing off queries to the forwarders as it should, or defaulting to root hints either.

SBS2008 is the only product I've run across this particular issue with, and it appears to be endemic to it, since we removed DNS, reinstalled it, re-configured it, and even (gasp) used the tool M$ provides for setup of the networking configuration.

I know there's a few SBS folks here, anything spring to mind as 'gotchas' to be aware of?

Thanks,

R
 
ipconfig /flushdns
ipconfig /registerdns
net stop netlogon
net start netlogon


Try that first to re-register the DNS on the server. Report back
 
Are you getting any errors in the event logs besides the obvious unresponsive DNS server/service
 
ipconfig /flushdns
ipconfig /registerdns
net stop netlogon
net start netlogon


Try that first to re-register the DNS on the server. Report back

Heh- did that probably 4 times with each change of confg, along with restarting the dns service itself. No change- DNS resolves wonderfully for about 10m, then croaks.
 
"and even (gasp) used the tool M$ provides for setup of the networking configuration"

Did you use the 'tools' to setup the rest of the SBS configs? SBS relies heavily on wizards for almost everything and not using them, can break it.

yeold and marley I think do alot of SBS
 
"and even (gasp) used the tool M$ provides for setup of the networking configuration"

Did you use the 'tools' to setup the rest of the SBS configs? SBS relies heavily on wizards for almost everything and not using them, can break it.

yeold and marley I think do alot of SBS

Regrettably, I came into it after things were FUBAR'ed, so I think some of the wizards were run, but can't state so definitively.

I've advised the client to contact MS Support directly for next steps.
 
Back
Top