Just to provide an update:
I took Zach's suggestion -- and it solved about 75% of the problem. The client was, however, still getting kicked off about once an hour. This is especially not good in our environment because we run citrix.
Finally I disabled spanning tree protocol (which I...
I just installed a nortel baystack 310 switch. I have a problem with one work station, a brand new dell.
If i leave the default settings on the port (Spanning Tree Protocol turned on and autonegotiation) the client will be intermittently connected. You can sit there and watch for a few minutes...
I just installed a nortel baystack 310 switch. I have a problem with one work station, a brand new dell.
If i leave the default settings on the port (Spanning Tree Protocol turned on and autonegotiation) the client will be intermittently connected. You can sit there and watch for a few minutes...
No, we are a manufacturing company and we have about 25 computers throughout the factory. None of the factory PCs have access to the internet, only the offices.
Ok, here it is.
I replaced the password and the IP address with x's.
Thanks for your help!
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname lockreyrouter1
!
no logging console
enable secret 5...
Hi,
I'm a C programmer and no nothing about routers. I work for a small company and we have a 3 man IT dept. Me, a Network Admin and a Server Admin.
Three days ago our network admin was arrested by the FBI for computer fraud.
So we have this issue where I installed a new workstaion...
Oops. missing quote at the end
strService = InputBox("Enter service name")
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colListOfServices =...
I'm currently running a 2924xl. I'm in the market for 2 new switches to accompany that. My initial reaction was cisco all the way.
Then a friend of mine who runs a pretty large distribution company told me he can get me an incredible deal on Notel BayStack 310s. List price is $1000+ and I...
Without parsing the HTML using the FSO and string functions there is no way to do this. And the parsing option would be slow and inefficient.
Why are your checkboxes being named dynamically? I've never seen that done before. If you give them all one name but different values then you don't...
I'm not sure whether or not you're talking about the clients clipboard or the servers.
If it's the clients then there is absolutely no way this can be done.
If it's the server's thers no way you can do this through ASP. You can do it through a VBS file, but not ASP. (unless someone has...
On Win9x systems, you can delete a registry key that has subkeys but on NT
systems, you must delete the subkeys first. The Win9x and NT platforms have
different implementations of the registry API.
Here's the MS Docs:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vbscripttoc.asp
Remember, that some objects (Response, Request, Server, Session) are only available when using VBScript as ASP (executed by IIS) And other objects (WScript, some others) are only...
No No No!
ASP is server side. It is not designed for this. What happens if all your threads are "sleeping" at the same time? Your webserver stops responding to requests. Sleep works great for VBS files, not ASP.
Use a simple meta refresh tag.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.