disabling network for a short time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

configuration:

windows 2000 server
2 networkcards

I have 2 networkcards in my server, but i want to disable networkcard 1 for
a short time ( friday between 19.00 and 20.30 ). How can i disable the
networkcard for this time?

With kind regards,

Tim.H
(e-mail address removed)
 
tim.h said:
Hello,

configuration:

windows 2000 server
2 networkcards

I have 2 networkcards in my server, but i want to disable networkcard 1 for
a short time ( friday between 19.00 and 20.30 ). How can i disable the
networkcard for this time?

With kind regards,

Tim.H
(e-mail address removed)

Right-click & disable it in the Control Panel?
 
I love these posts where the essential information comes in
dribs and drabs . . .

There is probably a way to disable a network adapter with
netsh.exe. I have never explored this. However, the following
command will change its IP address on the fly, which can b
equivalent to disabling the adapter:

netsh interface ip set address "Local Area Connection 2" static 125.187.7.56
255.0.0.0
 
Back
Top