All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ed Wildgoose <lists@wildgooses.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] How to  block connections on spanned host ?
Date: Tue, 22 Jun 2004 09:25:56 +0000	[thread overview]
Message-ID: <40D7FB24.8020905@wildgooses.com> (raw)
In-Reply-To: <F70A587012C7904A9EDE71C70BFCD5261A145A@softec.sk>


>Is there a way to reset or block connections with linux which is
>connected on same eth.hub with wireless acc.point (spanned host)? If I
>turn to promisc mode I can see whole traffic on network . I have p2p
>monitor running on linux and monitoring wireles AP which give my source
>an dest address and source an dest port information. So I need block
>this problematic connection. Linux computer can't act in gateway role. 
>  
>

Well you can't block packets unless you can block packets (if you see 
what I mean)

Probably all you could do is investigate iptables and sending an RST 
packet on every connection that you don't like.  This won't stop UDP though

Have you considered putting two net cards in your linux machine and 
setting the machine up as a transparent ethernet bridge.  You don't need 
to change any config on the client machines, but now you effectively 
have an invisible machine sitting inline that can block or prioritise 
traffic

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

      reply	other threads:[~2004-06-22  9:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-22  6:58 [LARTC] How to block connections on spanned host ? Brandis Jaroslav
2004-06-22  9:25 ` Ed Wildgoose [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=40D7FB24.8020905@wildgooses.com \
    --to=lists@wildgooses.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.