From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julio Cesar Ody Subject: making services invisible Date: Thu, 10 Oct 2002 10:13:52 -0300 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3DA57D10.8040904@bol.com.br> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Hello. I'm using Slackware 8.1, kernel 2.4.18 and iptables v1.2.7a. I blocked external acess to some services using the following rule: iptables -A INPUT -i ! eth0 -p tcp -m multiport --destination-port ,, -j REJECT However, when I perform a stealth scan using nmap on my host, I still can see them running, but instead of "opened" I get them as "filtered". Is there a way to block these results, making the services literally invisible ? Appreciate any help, and also any technical information (links, docs) regarding the answer. Julio Cesar Ody