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 SkipVought 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. craizie11

    My Virtual Network isn't bridging to my Physical Network

    I have two NICs, however they are teamed together as on One using the HP Network Utility (makes the OS think there is only one). I tried having the two nics seperate, disabling one and as a team and neither option seems to work. Is there a specific setting i need if the two nics are working...
  2. craizie11

    My Virtual Network isn't bridging to my Physical Network

    Please help... I'm using VMWare Workstation 5, and i've setup my virtual windows 2000 professional Workstation to bridge to my physical network card. However, the virtual card is not able to connect to the physical network. I cannot get an IP address using DHCP, and even if i assign my...
  3. craizie11

    Configuring IIS 5 using command lines

    Does anyone know if we can configure an IIS 5.0 Web site using command lines. I know we can use IIS Manager to configure any site, but I’m looking for a method to programmatically update and configure IIS web site using an application or script. If anyone knows if it is possible, or the...
  4. craizie11

    VBSCRIPT TO FTP

    Narizz28, Thanks for the advice. What i'm looking for is a method for the script to automatically detect the directories and then pull the files from there. More of a dynamic script (VBSCRIPT or DOS Batch), rather then me specifying the directories to download. I don't know if there exists...
  5. craizie11

    VBSCRIPT TO FTP

    Narizz, Thanks for the advice...but what exactly am i putting in the answerfile.txt that'll allow me to pull the subdirectories? Just the dos commands for ftp?
  6. craizie11

    VBSCRIPT TO FTP

    does anyone have a VBSCRIPt that will connect to a FTP site and download all the files (including subdirectories) in the directory. For Example my ftp site is: ftp.injoy.com username: user password: pass then i want to change to directory /webapps and then download all the files (including...
  7. craizie11

    FTP Command to download subdirectories

    Is there a method of downloading all subdirectories in a directory using FTP in MS-DOS Prompt. I know mget * will get all files in the directory, but will not download the subdirectories and their content. Can anyone help me with this. Thanks
  8. craizie11

    SMTP Service on WIndows 2000 Advanced

    Jeff, Thanks for the support. The issue is this: when the web server is given a command to send out an email, how can we make sure the server first uses the internal NIC( to resolve the dns record) before using the external Nic (ISP). Does that make sense? I remember you could do it in NT...
  9. craizie11

    SMTP Service on WIndows 2000 Advanced

    We currently have a web server that has two nics in it. One nic is external (internet) which has a gateway assigned to it, and the other nic is internal (no gateway). We are using the computer as a SMTP Server also, and currently the SMPT Server uses the external Nic for dns resolution and...
  10. craizie11

    Changing domain without loosing profiles

    Log on as administrator; right click on my computer and select properties. Select the user profile tab on top and that will pull up a list of profiles currently stored on the computer. From there you can select the old profile you want to copy and then select the 'copy to' button and then...
  11. craizie11

    Security Restrictions with IIS

    Thanks for the help. Actually what i did instead was create a script that checks the ip address of the user's computer and if it is a trusted IP Address then we redirect them to the proper page. If it's an unaccepted IP Address, then redirect the user to a logon page.
  12. craizie11

    Security Restrictions with IIS

    I know in IIS directory security you can allow and disallow computers depending on their IP address. Is there a method in IIS where i can allow certain IP address to have access to a website, while users who don't fall under the allowed IP range to have to go through an windows authentication...
  13. craizie11

    Binding to WIndows 2000 Objects in VBSCRIpt

    i'm trying to bind to the administrators group using VB Script. I'm trying to find out who the administrators are in my domain. my domain is television.njoy.com and my domain controller is: babylon the code i'm using is: ObjOU = GetObject"LDAP://babylon.television.njoy.com/OU=Administrators")...
  14. craizie11

    Searching for Administrators on 2000 Network

    In our department, we have developers that often need admin rights to certain machines to operate the service. Does anyone know of a program/service or script that can scan all the computers or servers to determine which accounts have administrative rights?

Part and Inventory Search

Back
Top