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

  • Users: Fjack
  • Order by date
  1. Fjack

    Redirect

    Add this to the start page, such as default.asp or index.asp and the user will be sent to the right page if they enter the old address. Start of ASP code ----------- Dim strURL strURL = lcase(Request.ServerVariables("HTTP_HOST")) If strURL = "www.domain.com/intranet" then...
  2. Fjack

    internet explorer performed an illegal operation and will shut down.

    Have you tried another browser, something small like K-meleon at http://kmeleon.sourceforge.net? Could it be a virus, trojan or spyware? Check one of the online security scanning sites such as http://www.auditmypc.com (under privacy) and one of the online virus scanning sites like...
  3. Fjack

    How to exclude an ip number from iis

    This may work for you. Basically, you’re looking at what the user typed in and sending them to the appropriate address or site. If you want to narrow it down to just the domain when the user actually typed in http://www.auditmypc.com/passwords.htm, then use option 2 in the code provided. With...
  4. Fjack

    Web Access Blocking Software

    If it's the ports you want to block, try an EtherFast® Cable/DSL Router with 4-Port Switch BEFSR41 (about $60) You can allow certain IP’s web access, block ports, forward, etc. Make sure you download the updated firmware. Remember, if the user is creative and security is weak, they can always...
  5. Fjack

    Linksys Router open ports

    To find out what usually runs on a port, try visiting http://www.auditmypc.com and click on the PORTS link on the menu bar.
  6. Fjack

    too many connections

    Another good site is http://www.auditmypc.com and great intrusion detection tools can be found at http://www.foundstone.com/knowledge/intrusion_detection.html Everything above is 100% free If you have time and want to see what is really going on, then install a packet sniffer such as Ethereal...
  7. Fjack

    Banning dynamic ip's

    A few ideas here: If you’re using NT, create a security rule that only permits certain IP address and blocks the rest WHILE you’re gaming. Once the rule is created, you can turn it on and off with a few clicks. Can you change the port? If so, use a different port in the upper range. Using a...
  8. Fjack

    Firewall and Privacy Testing

    Want to check out your security from a remote location? Try this not for profit link - http://www.auditmypc.com It's free, no ads, no limited services, no registration requirements and very fast!

Part and Inventory Search

Back
Top