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 TouchToneTommy 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: *

  • Users: grnfvr
  • Content: Threads
  • Order by date
  1. grnfvr

    using computer policy to enforce screen saver password lockout

    My situation does not allow for users to be placed in an OU, but only computers. However, I really need to be able to require password lockouts on screensavers. Since these are usually enforced via user policy I have a problem. I'm wondering if anyone knows another way to force the password...
  2. grnfvr

    IPSec

    I set up a filter requiring all IP traffic between my machine (MachineA) and another IP address (MachineB) to be secured. I have chosen to use a verisign certificate for authentication. MachineB has only been set up to use Kerberos. If machineA should not allow any unsecured traffic and is...
  3. grnfvr

    IPSec filters

    Can anyone shed any light on how the IPSec filters play into setting up IPSec. I would only like to require IPsec for communications with specified other machines. I can see where to add filters and where to take action based on filters but the actions don't seem to be tied directly to a...
  4. grnfvr

    compiling netcat/cryptcat

    I don't know if anybody has any experience compiling netcat or cryptcat on vis studio c++. I obtained the windows source files from http://farm9.com/content/Free_Tools/Cryptcat then I created a project in vis studio and added all of the c++ files that came in the download to that project...
  5. grnfvr

    too many files open

    An automated process is failing to open a text file on my NT 4 server. the file is not corrupted. i can open it fine from any other machine. when i copy and paste the file i get the following message: "Cannot copy FILENAME: Too many files are currently in use. Quit one or more programs...
  6. grnfvr

    understanding security log events

    Is there a resource that tell me what logon types there are and what they mean? this is an example entry from NT4 security log: Logon Failure: Reason: Unknown user name or bad password User Name: dkw023000 Domain: CAMPUS Logon Type: 3 Logon Process: KSecDD Authentication Package...
  7. grnfvr

    2k logon failures not in NT4 PDC security log

    I have implemented logging logon failures on my NT 4 domain. However, bad logon failures from a win2k machine aren't showing up. I think its because 2k caches domain passwords to verify against, so the pdc does't ever get asked the bad password. Does anybody have any ideas of whats going on...
  8. grnfvr

    dns server not responding

    i rebooted my server last night and today the dns server seems to not be working. the server's ip address on the provate network is 192.168.1.2. i have made sure the dns service is running and also restarted it with still no success. when i do nslookup on a machine with that dns server...
  9. grnfvr

    remote registry and taskmanager

    does anybody know how to view/edit a remote machines registry. also can you view a remote machine's taskmanager. i know i could use pcanywhere or vnc or something like that. but i want to be able to do it without interfering with the desktop... Matt
  10. grnfvr

    reading integers from text file

    the only way i know to get data out of a text file is with the getline function on a fstream object. one line in my text file contains two integers. is there a way i can read in the integers? or can i convert the line with two integers i get using getline into two integers?
  11. grnfvr

    sysprep

    I should be able to sysprep to machines that need different drivers as long as i provide the drivers. but i cant find any documentation saying where i should put the drivers or if i need to add an entry to sysprep.inf. please help, up against a deadline....
  12. grnfvr

    landscape printing - does anybody know how?

    i searched and found numerous posts asking how to force a landscape print. but i found no real answers. does anybody know if it can be done, and if so, how?
  13. grnfvr

    VPN - L2TP over IPSec Certificate Issues

    I have successfully set up PPTP VPN. I now want to set up the more secure L2TP over IPSec. Its my understanding that i need a "computer certificate" on both the VPN server and client. I had no problem installing certificate services and configuring a Certificate Authority on my...
  14. grnfvr

    Remote Administration Terminal services over the internet

    does the remote administration feature of terminal services allow you to work on a server that is not on your WAN but across the internet? Also, what client side software is necessary to conduct such a session?
  15. grnfvr

    AT Service Account not configurable

    Some how the account under which the AT service runs jobs has been messed up on my computer. when i am in the task scheduler from the control panel and i click on advanced - At Service Accout, the message "Unable to determine AT service account information" Has anybody seen this b4...
  16. grnfvr

    internal dns vs external dns

    how do you have to set up dns if you want to publish to the world certain RR's about your domain authoritatively but you also want to maintain other RR's for just your internal network users that arent visible to the entire world. The only way with my current understanding that you could do...
  17. grnfvr

    viewing dns server cache

    i know how to view ther cached dns records on the client. how do you view the dns records cached by the dns server itself? the same way? ipconfig /displaydns I wouldn't think so because then you would actually be viewing the client dns cache on the server, right?
  18. grnfvr

    using SMTP to forward mail

    can i use the windows 2k SMTP package to forward email to specific accounts at my domain to other specified accounts on other domains? If so how would i go about this.
  19. grnfvr

    net send more than 128 chars

    is there a way i can send more than 128 chars through something like net send.
  20. grnfvr

    dns setup for email

    i have an internet domain parkes a yahoo domains. i wanted to figure out how to set up email accounts on that domain and have them forward to some other email account. I know i can use the gui yahoo has built to do this, but i am trying to learn something here. Its my understanding i can do...

Part and Inventory Search

Back
Top