8
votes
8answers
14 views
How do we avoid the 30-second time limit on starting windows services?
One of the components of my company's product is a Windows service, written in C#. It's dependent on .NET and on a few other libraries, none especially large. It works perfectly when started …
2
votes
1answer
23 views
Having trouble using psservice and sc.exe between Windows Server 2008 machines
I'm trying to control services on one W2k8 machine from another; no domain just a workgroup. The user account I'm logged in as is an administrator on both machines.
I've tried both psservice and …
1
vote
1answer
24 views
How to calculate Webserver Bandwidth usage
I have a production web server (VPS) running Server 2008 with II7 and i have been asked to look into the usage of each site (there is about 10 sites running on this server)
I have been looking at a …
3
votes
2answers
43 views
Can i query DHCP server for getting mapping of MAC to IP address ( i have admin rights)
I need to know the MAC to IP address mapping stored on DHCP server.
I dont want to use arp cache as that would require me to either broadcast ping (which is not allowed on windows) or ping the all …
1
vote
3answers
32 views
Can I get AD to authenticate via another LDAP server?
I need to set up an AD. The larger organisation I'm in has its own LDAP service which handles authentication and some other details. I would like to get AD to use that LDAP info just for …
-2
votes
1answer
54 views
“What would you define as a security event and a security incident and is there is a difference between them”? [closed]
"What would you define as a security event and a security incident and is there is a difference between them"?
In terms of network "firewall" security.
1
vote
1answer
26 views
CPU load high when accessing host disks from guest
I've been trying out VMware server for a while using different guest OS. On all of them I've seen the same thing - a lot of CPU is used when accessing the host's disks from the guest. The System …
0
votes
1answer
17 views
Win32 software to sync a file system to a FTP server using checksums?
The simple question is how do you sync a Windows file system to an FTP destination periodically while never checking the destination for change unless something bad happens and not relying on file …
0
votes
2answers
45 views
broadcast ping on windows LAN
I have a LAN of windows machine some running XP some running 2000, my broadcast ping times out all the time.
is it due to firewall? or some other setting in registry?
2
votes
2answers
23 views
Backup websites and MySQL databases on Windows Server
I'm looking for a solution to backup our websites and MySQL databases on a Windows Server 2008. Our current host does a full weekly and daily differential backups, but I would like to maintain my own …
1
vote
2answers
33 views
Share folder and access this folder on different domain
the following situations:
i have two pc's. My work desktop with XP prof and logged on in domain mywork.com. This desktop also has two network card. one for logging on the mywork.com domain and using …
0
votes
2answers
39 views
ipconfig slow to complete
Does anyone have any idea why ipconfig might take a 10-20 seconds to finish? It's causing a timeout issue for me in an application.
This is in Windows XP
0
votes
1answer
28 views
Automatic allocation(not Dynamic Allocation) on Windows DHCP server
DHCP supports three different mechanisms for IP address allocation:
Manual allocation: the server's administrator creates a configuration for the server that includes the MAC address and IP address …
0
votes
1answer
36 views
Allow only given IP in, block all others with textfile?( win 2008 server)
How do i allow access from some specified IP-Adresses (maybe a txt file?) while blocking access by default.
Background is that i dont want to copy and past the ip-adresses into every single rule, …
1
vote
2answers
40 views
Which ports to open on domain vs internet
I have a web server/database/domainController.
I notice that ports 137 and 138 on the public IP AND private IP are open on all machines
there are also other open ports on 0.0.0.0.(ie. 135, 2002)
Can …