Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Michael Gale <mgale@utilitran.com>
To: netfilter@lists.netfilter.org
Subject: Re: How to make a computer invisible
Date: Tue, 2 Dec 2003 08:14:27 -0700	[thread overview]
Message-ID: <20031202081427.58d57208.mgale@utilitran.com> (raw)
In-Reply-To: <000501c3b88e$65e35550$6400a8c0@deamon>


Hello,

	You can make a machine almost invisible with iptables. I have a firewall box with multiple IP's on one interface. The one IP address does not have any servers listening on it. So if I do a nmap for all TCP and UDP ports and watch the traffic through a TCP dump the only responses I see are ARP replies.

So besides the response to ARP traffic no packets were sent out .. so if I could disable the ARP reply a nothing would be known.

The nmap scanned could only tell me that all ports a filtered :)

If you have a service on the IP -- like a web server I can not see you being able to hide it.

Also iptables by default is a IP based filter you a rule like:
iptables -A INPUT -j DROP 
will not drop layer two stuff.

You could try:
iptables -I INPUT -m mac -j DROP
but I am not sure what this would cause and what else it will break :0

Michael.


On Tue, 2 Dec 2003 09:40:09 +0500
"Babar Kazmi" <BabarKazmi@Hotmail.Com> wrote:

> Hello ..
> 
> As far as I know  iptables use MAC Address information for filtering.
> It cant be used for filtering packets, and I assume iptables cannot edit /
> modify ARP / RARP stuff.
> 
> If you find an alternate way, Do Share :)
> 
> Regards
> 
> Babar Kazmi.
> 
> ----- Original Message ----- 
> From: "Thomas Preissler" <tomjohn@gmx.de>
> To: "netfilter-user Mailinglist" <netfilter@lists.netfilter.org>
> Sent: Sunday, November 30, 2003 3:12 PM
> Subject: How to make a computer invisible
> 
> 
> > Hello folks,
> >
> > how do I really make a computer totally invisibly as it would be
> > when it does not exist?
> >
> > It is clear, that the simplest solution is to DROP all incoming
> > packets, but what's about (R)ARP packets? Can they be blocked anyway?
> >
> 
> 
> 
> 
> 


-- 
Michael Gale
Network Administrator
Utilitran Corporation


  reply	other threads:[~2003-12-02 15:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-02  4:40 How to make a computer invisible Babar Kazmi
2003-12-02 15:14 ` Michael Gale [this message]
2003-12-02 15:48   ` Chris Brenton
2003-12-02 16:01     ` Michael Gale
2003-12-02 18:09       ` Chris Brenton
2003-12-02 16:26     ` Thomas Preissler
2003-12-02 18:19       ` Chris Brenton
2003-12-02 19:48         ` Arnt Karlsen
  -- strict thread matches above, loose matches on Subject: below --
2003-12-01  9:59 ph4ke
2003-11-30 18:12 Thomas Preissler
2003-11-30 18:31 ` Chris Brenton
2003-11-30 19:32 ` Leonardo Rodrigues Magalhães
2003-11-30 18:53   ` Chris Brenton
2003-11-30 19:49   ` Leonardo Rodrigues Magalhães

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031202081427.58d57208.mgale@utilitran.com \
    --to=mgale@utilitran.com \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox