Search found 5 matches

by keddie
2015/09/04 12:48:58
Forum: CentOS 5 - Security Support
Topic: pam_tally2 not lock user?
Replies: 3
Views: 22690

Re: pam_tally2 not lock user?

AFAIK you can set ChallengeResponseAuthentication to yes in /etc/ssh/sshd_config and it will be showing following warning:
Account locked due to X failed logins
However it will keep prompting for password anyway.
by keddie
2015/09/04 11:49:06
Forum: CentOS 6 - General Support
Topic: SNMPD for allowing only to single host
Replies: 3
Views: 2066

Re: SNMPD for allowing only to single host

Or you can allow/deny snmp traffic on firewall: iptables -A INPUT -s allowed_host_ip -p tcp --dport 161 -j ACCEPT iptables -A INPUT -s allowed_host_ip -p udp --dport 161 -j ACCEPT iptables -A INPUT -s allowed_host_ip -p tcp --dport 162 -j ACCEPT iptables -A INPUT -s allowed_host_ip -p udp --dport 16...
by keddie
2013/05/16 22:46:03
Forum: CentOS 5 - Server Support
Topic: Problem Apache /usr/bin/httpd uses lot of memory
Replies: 3
Views: 3922

Problem Apache /usr/bin/httpd uses lot of memory

additionally remove unused modules and languages. it should make httpd processes a little smaller.
by keddie
2013/05/16 22:38:25
Forum: CentOS 5 - Networking Support
Topic: Dual NIC / Failover Routing
Replies: 2
Views: 2700

Dual NIC / Failover Routing

I had a similar solution in the past. For "normal" internet traffic I was using eth0 and if it failed I was switching to secondary provider connected to eth1. I've created a script which was doing a few simple tasks: 1. ping external IP address like 8.8.8.8 2. check what interface was currently in u...
by keddie
2009/02/18 15:02:05
Forum: CentOS 5 - General Support
Topic: image a system?
Replies: 11
Views: 2894

Re: image a system?

if you're looking for a free solution you can also try PING (Parted Is Not Ghost):
http://freshmeat.net/projects/ping_partimage_is_not_ghost/?branch_id=68967&release_id=265240