search for: my_trusted_domain

Displaying 1 result from an estimated 1 matches for "my_trusted_domain".

Did you mean: is_trusted_domain
2006 Nov 21
0
Re: IPTables Blocking Brute Forcers
...;You can use IPTables to limit the rate of connections. I allow only 2 > >connections from a given IP address within each 3 minute period. > > > >I know this is sloppy and lazy but can you post your iptables line > >that does this? > > > # Don't have a limit on my_trusted_domain > iptables -A INPUT -p tcp -s my_trusted_domain.org --dport 22 -j ACCEPT Just a little note, I believe domain names (like my_trusted_domain.org, or domain.com) should not be used in the iptables config. You should stick to IP addresses only. This is because at boot time, the iptables module...