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 derfloh 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. boards188

    Iptables newbie question

    Use "lsmod" to see what loadable modules are loaded or "cat /proc/modules" to see the same thing. "iptables -L -n" actually only shows the "filter" table; you have to do a "iptables -t xxx -L -n" where xxx is "nat" or...
  2. boards188

    SSH host authentication

    I assume that you are not talking about the hosts.allow file when you said "I don't want to use the hosts.equiv file.."? Adding the following line to your hosts.allow file would grant access to the SSH daemon to only the listed IP's. sshd: 192.168.32.0/255.255.255.0...

Part and Inventory Search

Back
Top