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 gkittelson 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. CarltonFisk

    iptables drop not working

    This IP tables command is still letting connections through other than myip: iptables -I INPUT 1 -m state --state NEW -m tcp -p tcp -s myip/32 --dport 3306 -j ACCEPT iptables -I INPUT 5 -m state --state NEW -m tcp -p tcp --dport 3306 -j DROP Why isnt that working?
  2. CarltonFisk

    Where can I download mysql-max-5.0.45.tar.gz?

    Where can I download mysql-max-5.0.45.tar.gz? I only see downloads for mysql-5.0.45.tar.gz

Part and Inventory Search

Back
Top