On 2004-05-04, Tauno Voipio <(E-Mail Removed)> wrote:
> Bernd Roth wrote:
>> Hi,
>>
>> I have written a firewall with iptables.
>> Now I have a question regarding to SYN Stealth Scan!
>>
>> When I am running Nmap with Syn Stealth Scan he always finds the services
>> which I am running.
>> I tried it with the following entry:
>>
>> iptables -A INPUT -p tcp --sport 22 ! --syn -j DROP.
>>
>> Nonetheless, it is possible to scan the service.
>>
>
> You're blocking the source port here. You probably want to
> block the connection to the destination port 22 to
> keep the service at port 22 undisturbed.
>
just to add my £0.02
http://support.metronet.co.uk/adsl/s...s/security.txt
Something I wrote about stealthing ports.....please consider not doing so.
Some poor tech guy at your ISP is going to get very annoyed.
Cheers
Alex