Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GeneralDzur

    How to disable or change System Restore from the command-line?

    In my quest to script everything I possibly can to save me time on mundane tasks, I'm trying to figure out a way to either reduce the space System Restore uses (preferred) or disable it completely (other option) via the command-line. I've googled but can only find references to starting the GUI...
  2. GeneralDzur

    Howto use FOR to read list of pc names & perform command on each?

    I'm using a script to defragment a list of computers remotely. Right now, my script is a long list of "psexec" commands that start defrag.exe on each computer. But I'd like for the script to read a list of computer names in a text file, instead of me having to manually make a list inside of...
  3. GeneralDzur

    Is it possible to assign a subnet to only a portion of the NAT pool?

    We have a public IP block, but it only gives us ten IP's. I need to have one subnet (internal) NAT'd (using PAT) onto two of the public IP addresses, and the rest used for NAT/PAT'ing the other subnet. Is it possible to assign one subnet a range of IP's it is allowed to use, out of the entire...
  4. GeneralDzur

    How can I monitor total NIC throughput on my server?

    I'm trying to monitor throughput on my server's Gb NIC. I tried NetStatLive, but it didn't work too well because it doesn't save traffic/throughput history. Does anyone know of a free (preferably) utility that exists for this?
  5. GeneralDzur

    Helpful Script: Shows updated/changed files, then backs them up

    Reason for Writing I store everything in a folder called 'root', because I hate My Documents. Anyway, it's at C:\root and contains everything I use, nicely organized for easy back up. I got tired of looking through each individual folder, trying to remember which copy was newer, which copy was...
  6. GeneralDzur

    Svr03 as Media Server for an XBox 360? Need thoughts to get me started

    I have a Compaq Proliant DL580 server I bought from a bank that was clearing out their old servers. It has x4 P-III Xeons, 4 HD's (19GB each, RAID 0+1). I'm just looking for some thoughts or experience on the possibility of doing something similar to the following: I want to serve movies &...
  7. GeneralDzur

    Grant a User ability to change their IP address?

    Hi all. We have a user who uses a laptop to work in remote locations, but we don't want to allow them admin access for obvious reasons. They need to change their IP address, but the problem is we use static IP's here, while on the road they usually need DHCP. We have a batch file (previously...
  8. GeneralDzur

    Is Teredo Tunneling (AKA 6to4) enabled by default in XP?

    I've been reading the Microsoft website and KB articles, but I can't figure it out. We have some PC's on the corporate LAN that are registering IPv6 addresses in our DNS servers, but the problem is that we've NEVER enabled or used IPv6. We're still on XP SP1 for the most part, and no Advanced...
  9. GeneralDzur

    Is Teredo Tunneling activated by default? (IPv6 tunneling AKA 6to4)

    I've been reading the Microsoft website and KB articles, but I can't figure it out. We have some PC's on the corporate LAN that are registering IPv6 addresses in our DNS servers, but the problem is that we've NEVER enabled or used IPv6. We're still on XP SP1 for the most part, and no Advanced...
  10. GeneralDzur

    Scrubbing/Removing File Created/Modified/Accessed dates

    Is there a way to remove and / or get rid of the file accessed and created dates that are stored with files? I'm trying to burn a sensitive CD, and I can't have any dates associated with it. Is there a way to get rid of the dates? - stephan
  11. GeneralDzur

    Possible to use MS SQL 2005 as VirtualCenter 2.0 backend?

    Hello all, I'm new to VirtualCenter 2.0 and ESX 3.0. I'm a little lost about a couple things: My questions are: 1) When setting up VirtualCenter 2.0 (also to be used as an ESX 3.0 license server), can it utilize Microsoft SQL Server 2005 as its SQL backend? 2) What are the hardware...
  12. GeneralDzur

    Can I change my IP Address with a Perl script?

    I've been Googling and searching on the web, but I can't find anything, so I came here. Is it possible to change my IP address using a Perl script? I change between wireless networks pretty often, and some need DHCP, while some require a static IP, and I have about 5 batch files to change IP's...
  13. GeneralDzur

    Migrate local Group Policy settings to another machine quickly?

    I've spent a lot of time customizing the Group Policy on my laptop, including many security settings, and I want to be able to *quickly* apply those settings to new computers on the home LAN. (non-domain) I know I can use .inf files to build a custom Security template (done) for importing, but...
  14. GeneralDzur

    How can I use an ACL to prevent SYN flooding?

    The title pretty much says it all. I'm having some SYN flooding attacks, and I'm not sure how to implement an ACL to prevent them. Is there a way to set the embryonic connection limit? I know the PIX firewall has an auto proxy-intercept feature; does a Cisco 2621XM have anything like that? -...
  15. GeneralDzur

    Half-Duplex = high collisions. Full-Duplex = High CRC errors. help!

    I'm looking at my Show Interfaces output, and on our internet-facing interface (e1/0) I see 1526 collisions after 6 minutes. If I manually switch to Full-Duplex, I start getting enormous amounts of CRC errors. What do I do? I've never seen this before. - stephan
  16. GeneralDzur

    Do any simple, free ACL-managing programs exist?

    With our ACL's growing a lot recently, it's becoming a hassle to scroll through hundreds of lines of text in Notepad. Are there any small ACL managers out there? You know, with the ability to sort by rule/IP/port, etc... I'd appreciate any ideas - stephan
  17. GeneralDzur

    Laymens explanation of difference between Asymetric & symetric crypto?

    I'm trying to learn & understand the difference between Public Key encryption (RSA) & private-key encryption, such as AES or SSL. Is there a simple explanation? - stephan
  18. GeneralDzur

    2600 causes mail with attachments to crawl at modem speeds???

    Just recently re-loaded & re-configured this router from scratch, and we're using the EXACT same config on another router at a different location, with no problems. We're experiencing a very interesting problem: When using the Cisco, mail with attachments slows to a crawl...I mean bits per...
  19. GeneralDzur

    Using kron to schedule a reload...keeps terminating itself

    I'm trying to use the 'kron' utility to schedule router reboots, but since the command 'reload' requires user interaction, it keeps failing. Any ideas? - stephan
  20. GeneralDzur

    Can I use a wildcard mask of '0.0.0.2' ?

    Here's the problem: Attempting to block MTV.com's IP addresses. 213.248.112.115 213.248.112.116 I don't want two lines in the ACL - is there an appropriate wildcard mask I can use instead? I was thinking 0.0.0.2, but I feel uneasy about it. - stephan

Part and Inventory Search

Back
Top