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 strongm 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. queuebert

    Inordinate cmd read processes, jamming server

    I see these fairly frequently in my process list but they're usually not an actual problem to smooth operation. Today, suddenly, they are. There are a lot of processes that end with cmd read and they just hang out there. I have pasted a few examples from the output of "ps aux", there are...
  2. queuebert

    Apache 2 with SSL - getting started problem

    Basically my problem was that my NameVirtualHost was set to the IP address of my router, not the local machine. This worked fine until I introduced SSL into the picture. I wouldn't have set it that way intentionally, but configurations of the machine changed several times and Apache's...
  3. queuebert

    Apache 2 with SSL - getting started problem

    Nevermind, I got it working. Thanks again for your interest in helping!
  4. queuebert

    Apache 2 with SSL - getting started problem

    Thank you for the reply. I have both a Listen 80 and Listen 443 directive in listen.conf, which is included into httpd.conf. This is my ssl-global.conf: <IfDefine SSL> <IfDefine !NOSSL> <IfModule mod_ssl.c> AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl...
  5. queuebert

    Apache 2 with SSL - getting started problem

    Hi all, I am trying to implement SSL on my Apache2 configuration. I took all the steps but I apparently did something wrong and am having difficulty tracking it down. Facts: - openssl is downloaded and when I run "apache2ctl startssl", it gives me no errors. - I know it is passing the...
  6. queuebert

    Netopia R5300 - Adding a Static Route

    I'm trying to add a few static routes to my Netopia R5300. A client has just had a circuit run and placed a Cisco Router and PIX firewall at our location. Then I was given some static routes to add to our own router, which looked straightforward enough. The Netopia's private address is 10.0.2.1...
  7. queuebert

    IE not working with my wireless

    Can you verify that your PC is actually receiving an IP address from the router? Click start/run/type cmd/press enter, then type ipconfig and press enter. Look for the information relevant to your wireless card and see what it's IP address is. If it says 0.0.0.0 or something beginning with 169...
  8. queuebert

    Router vs. AP?

    hmm, don't think I was ever notified of MaxPipeline's reply, so I didn't see it until just now. Thank you both for the helpful information. And it's actually still relevant, as I've been dragging my feet in getting this done. :-) I will look into the APs, per your suggestion. stonelegends, that...
  9. queuebert

    Function not working, jddayofweek(), how about you?

    Ahhh, you seem to be right. Thanks very much!
  10. queuebert

    Function not working, jddayofweek(), how about you?

    A user of our web server is trying to implement a calendar that makes use of a function called jddayofweek(), and when I try to use it, I am given the feedback that it isn't a known function. I did some browsing in the PHP manual to make sure it even existed, and it does, and says it's been...
  11. queuebert

    Router vs. AP?

    I am trying to better distribute a wireless signal throughout a location. I picked up a second router (both are DLink) and linked them together through ethernet. I thought this would work fine as long as I didn't use the routing functionallity of the second router (which seems like it would be...
  12. queuebert

    Multiple simultaneous outgoing connections

    I am trying to get multiple outgoing VPN client connections working at the same time. The router I am using (Netopia R5300) is supposed to support up to 15 VPN tunnels, and I don't see any setup for it in the router config. I would figure it would work right off the bat, but it doesn't seem to...
  13. queuebert

    Simple network monitoring utility?

    Anyone have a recommendation for a simple, Win32 (ideally) based network monitoring utlity? I'm looking to find out how much traffic is coming from a given workstation. Thanks, Sean
  14. queuebert

    Cost effective for the job?

    Okay... so I am being supplied with a Netopia R5300. It seems like it will do everything I need it to without the use of a second router, as strange as it may still seem to me. Just curious if anyone happens to have an opinion on the router, shortcomings, high points, security issues, etc.
  15. queuebert

    Cost effective for the job?

    Thanks for your replies. Because Enable's response seems like the most organized layout and I have the extra layer of security, that's probably what I'm going to do. However, banajahm and baddos, are you suggesting that I can connect multiple machines to a single router, put a couple on the...
  16. queuebert

    Cost effective for the job?

    First, a generic networking/security question... I have a T1 being run to our new office... I think it comes with 16 static IP addresses, the exact number eludes me. The phone company is providing a T1 router for us. Question being, would it be a wise idea to get a second router so that our...
  17. queuebert

    Dantz Retrospect, SCSI drive backups very slow

    I am using Retrospect 5.0 on Mac OS9 and am trying to back up several Windows clients. I have 3 computers using SCSI drives, and 1 using IDE. I've also tried two other SCSI-based computers and one other IDE-based computer. All computers are attached to the same switch across the network. The...
  18. queuebert

    Recommend a router for multiple VPN connections?

    I am looking to purchase a router that supports multiple VPN connections behind a single IP address. I am told they exist, but am not sure which do, and which of those might be any good. Has anyone had any particularly good experience with one? I'd like to stay in the several hundred dollar...
  19. queuebert

    Full image backup and restore in Windows 2000

    I am looking for a solution that can perform a full image backup and restore of Windows 2000. I have four servers and would, to cut costs, like to use one drive for all four machines, so the full image backup would have to work over the network, but if this is not practical, knowing that would...
  20. queuebert

    Multiple VPNs behind a firewall

    Thanks for the responses. We are, as it turns out, using a cheap NAT router. Does anyoen have any recommendations on a good router that supports multiple VPN connections?

Part and Inventory Search

Back
Top