From: simon <simon.guinot@laposte.net>
To: muruganandam@softhome.net
Cc: linux-newbie@vger.kernel.org
Subject: Re: promiscus mode
Date: Thu, 27 Jan 2005 14:50:19 +0100 [thread overview]
Message-ID: <41F8F19B.9010806@laposte.net> (raw)
In-Reply-To: <ct4ppu$upv$1@sea.gmane.org>
hello
Muruganandam wrote:
> Hi all,
>
> How to enable the Promiscus mode in the kernel,inorder to capture the
> packets.Advance Thanks
>
>
> --
> Kernelnewbies: Help each other learn about the Linux kernel.
> Archive: http://mail.nl.linux.org/kernelnewbies/
> FAQ: http://kernelnewbies.org/faq/
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
>
to put a interface into the promiscious mode... just be root and tape...
ifconfig eth0 promisc
and to unset the promiscious flag :
ifconfig eth0 -promisc
be carreful to remove this flag after usage... as it give extra job to
the linux network stack...
simon
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
prev parent reply other threads:[~2005-01-27 13:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-25 7:00 promiscus mode Muruganandam
2005-01-27 7:22 ` Ray Olszewski
2005-01-27 10:42 ` Jim Nelson
2005-01-27 13:50 ` simon [this message]
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=41F8F19B.9010806@laposte.net \
--to=simon.guinot@laposte.net \
--cc=linux-newbie@vger.kernel.org \
--cc=muruganandam@softhome.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.