Am 04.01.2012 09:29, schrieb Patrick Lists:
> On 04-01-12 06:54, Reindl Harald wrote:
>> hi
>>
>> i would like to drop all icoming packets of any ip tried
>> to connect to telnet (port 23) which is meant as trap
>> for port-scans, there are some samples out there but i got
>> none of them working
On 04-01-12 06:54, Reindl Harald wrote:
hi
i would like to drop all icoming packets of any ip tried
to connect to telnet (port 23) which is meant as trap
for port-scans, there are some samples out there but i got
none of them working until now :-(
iptables -N port-scan
iptables -A port-scan -p
hi
i would like to drop all icoming packets of any ip tried
to connect to telnet (port 23) which is meant as trap
for port-scans, there are some samples out there but i got
none of them working until now :-(
iptables -N port-scan
iptables -A port-scan -p tcp --dport 23 --tcp-flags ALL SYN -m limi