LeftFoot
Thu Aug 14 13:19:01 PDT 2008
"Jorge Silva" wrote:
> Hi
> Please See inline:
>
> > A few months ago I changed the network connection for one of my DCs from
> > its
> > 100 MB NIC to its gigabit NIC. (I was concerned about the slower NIC's
> > connector having been possibly damaged.)
>
> Ok, make sure that use the latest drivers, also chek«ck for compatability
> issues.
>
> > Since then, any time I reboot this server remotely (security patch
> > application) I am unable to log back on to it remotely until AFTER I have
> > gone to the server and logged on locally. All other functionality on the
> > server and the domain appears to be fine.
>
> No errors? Any Firewall between you and your machine and the Server?
>
> > I find a single instanced of Event ID 3096 in the System log after each
> > boot. I have done some research and learned that if the Netlogon service
> > starts before the NIC is bound (And this appears to be common with gigabit
> > NICs.) and / or before DNS has started on the server, then this error is
> > likely to occur.
>
> check:
>
http://www.eventid.net/display.asp?eventid=3096&eventno=145&source=NETLOGON&phase=1
>
> > My understanding is that this error is of no real consequence under these
> > circumstances and can be ignored safely. Otherwise, I can configure the
> > system to delay the starting of Netlogon, or I can set the DC to use one
> > of
> > the other DCs as a secondary DNS server (instead of only having it point
> > at
> > itself), or switch back to the 100 MB NIC.
>
> That can be one of the explanations, but I also thonk that isn't related
> with RDP access.
>
> > Does anyone (besides me) think that my inability to log on via RDP is
> > related to this issue? Because, if it is, then I'll be more likely to take
> > steps to correct the issue. The server is in a very inconvenient location
> > for
> > me to get to, and I'd be happier not having to make the trek to it after
> > each
> > reboot.
>
> First thing to check is iof the Terminal Services configuration is listening
> in the NIC that you're using, did you check that (Under Administrative
> Tools)?
>
> > I'd like to make my effort on this count, because I can only reboot that
> > server once per month (following application of security updates). And my
> > reboot for this month is already used up.
>
> Start by checking the TS configuration, then use the "NETSTAT -na |FindStr
> 3389" check if is listening on that port, than check FW configuration that
> is between you and the server, then use your workstation and do a "telnet
> serverip 3389"
>
> Good luck :D
> --
> I hope that the information above helps you.
> Have a Nice day.
>
> Jorge Silva
> MCSE, MVP Directory Services
>
>
Thanks, Jorge.
I have not actually done:
NETSTAT -na |FindStr 3389
or
telnet {serverip} 3389
because the issue corrects itself following ONLY the intervention of logging
on to the server locally. Once I have done that one time I can again connect
to it remotely any time from anywhere -- until the next server reboot.
The firewall on the workstation has been checked repeatedly. There is no
firewall on the WS2000 server. The ability to use RDP to get to the server
fails from any location after that server is rebooted. I have tried many
different workstations from all subnets on the network. No difference. After
that server reboots the ONLY way it will be possible to connect to RDP on it
is to log on to it locally. That's all. No changes in settings or anything.
Just log / log off. Now anyone (with appropriate credentials) can log on via
RDP from anywhere -- until the next reboot.
I will try the two commands you listed just in case they give interesting
errors, but it will be nearly a month before I can do so. The production
folks here are serious about keeping that puppy running.
;)
Many thanks for your input so far, and please let me know if you can think
of anything I might do in the meantime. I had already found the reference on
Event ID back when this started, which was where I got all of my leads on the
3096 issue. But it just doesn't really seem to be more than coincidental to
the RDP issue, I guess.
Funny thing is that I can find a few references to this sort of behavior on
various Windows versions, but not a single solution.