All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] promisc mode
Date: Wed, 20 Nov 2002 13:34:42 +0000	[thread overview]
Message-ID: <marc-lartc-103779935201229@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103771630721463@msgid-missing>

On Tue, 19 Nov 2002, Ethy H. Brito wrote:

> Does somebody knows how to put (and return from) a NIC card in promiscous
> mode using "ip" (iproute2)?

ip from the latest stable iproute2-2.4.7-now-ss010824 doesn't seem to
be able to do that. It can do other things like:

  # ip link set eth0 multicast off

but not:

  # ip link set eth0 promisc off

(as one would expect it to).

You'll have to use:

  # ifconfig eth0 promisc
  # ifconfig eth0 -promisc

instead.


Cheers,
Cristian

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  parent reply	other threads:[~2002-11-20 13:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-19 14:30 [LARTC] promisc mode Ethy H. Brito
2002-11-19 14:34 ` Martin A. Brown
2002-11-19 14:46 ` Ethy H. Brito
2002-11-19 15:24 ` Martin A. Brown
2002-11-20 13:34 ` Cristian Ionescu-Idbohrn [this message]
2002-11-20 14:24 ` Ethy H. Brito
  -- strict thread matches above, loose matches on Subject: below --
2002-07-06 11:34 [LARTC] PROMISC mode Vanitha
2002-07-06 11:43 ` Stef Coene

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=marc-lartc-103779935201229@msgid-missing \
    --to=cristian.ionescu-idbohrn@axis.com \
    --cc=lartc@vger.kernel.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 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.