Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Windows 2003 server stops responding


  • Please log in to reply

#1
Metallica

Metallica

    Spyware Veteran

  • GeekU Moderator
  • 33,101 posts
An old box running Windows 2003 Server Bussiness Edition, fully updated.
Installed Apache, MySQL and FileZilla using XAMPP 1.7.
After booting the server it responds to ping, port 80 and port 21 for about 15 minutes.
After that I get no replies. When I go over to the server and ping another computer in my network it starts responding again. For the same length of time as far as I can pinpoint.
I can't find any clues in the logs (Apache and Event Viewer)

Usually when I get to the server it has switched to the screen where you have to use CTRL-ALT-DEL and log in again.
(Not sure if that is the reason, but that's annoying as well)

Does anyone know what's going on and/or give me some clues how to solve it?
  • 0

Advertisements


#2
Metallica

Metallica

    Spyware Veteran

  • Topic Starter
  • GeekU Moderator
  • 33,101 posts
Problem solved, sort off, by creating and running a program that pings the router every ten minutes.

Nothing fancy. The VB.Net code is below.

Public Class Form1
	Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
		Dim interval As Integer = 600000
		While interval > 0
			Threading.Thread.Sleep(interval)
			If My.Computer.Network.Ping("192.168.2.1") Then
				Label1.Text = System.DateTime.Now
			Else
				MsgBox("Ping received last Answer " & Label1.Text)
			End If
		End While
	End Sub
End Class

Still open for more elegant solutions. :)
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP