From: "David Busby" <busby@pnts.com>
To: gbj <gbj@glc.cn.net>, netfilter@lists.netfilter.org
Subject: Re: filter p2p
Date: Mon, 16 Jun 2003 14:11:51 -0700 [thread overview]
Message-ID: <056701c3344b$efeeebf0$1100000a@busbydev> (raw)
In-Reply-To: E19Ricd-0004kA-00@kashyyyk.netfilter.org
I'd set my iptables to something like:
# Drop _all_ packets
iptables -t filter -P FORWARD DROP
# Allow http
iptables -t filter -A FORWARD -p tcp -m tcp --dport 80 -j ACCEPT
# Many more rules here to allow all the other s41t.
----- Original Message -----
From: "gbj" <gbj@glc.cn.net>
To: <netfilter@lists.netfilter.org>
Sent: Sunday, June 15, 2003 18:16
Subject: filter p2p
> hello everyone,I have a lan with a gateway iptables firewall,and I don't
want the user on the lan use P2P software like e-donkey ,because I think
it's will led to some administration proplem.but I don't know how to setup
iptables rules to archieves this goal,does anybody has the same experience?
>
>
>
>
>
> sword
>
>
>
prev parent reply other threads:[~2003-06-16 21:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-16 1:16 filter p2p gbj
2003-06-16 21:11 ` David Busby [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='056701c3344b$efeeebf0$1100000a@busbydev' \
--to=busby@pnts.com \
--cc=gbj@glc.cn.net \
--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 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.