From: "Taylor, Grant" <gtaylor@riverviewtech.net>
To: Netfilter <netfilter@lists.netfilter.org>
Subject: Re: How to filter OUTPUT chain ala Zonealarm
Date: Mon, 30 May 2005 17:16:07 -0500 [thread overview]
Message-ID: <429B90A7.9050202@riverviewtech.net> (raw)
In-Reply-To: <4299DD5B.4050705@mindspring.com>
Larry Alkoff wrote:
> The nice feature of Zonealarm for Windows is it will check outgoing
> packets and ask if you want to allow a specific _program_ to access the
> web.
>
> In addition, it will warn if a program is asking for server rights.
>
> This would be a nice feature.
> Is there any way to do this in Iptables?
>
> If so could you outline how it would be done and I'll play with it on my
> firewall script.
The only way that I think you could do this in Linux would be to use the QUEUE target and send the traffic to a user space daemon that identified the traffic and communicated with a user. You may want to take a look at NuFW (http://www.nufw.org)as they do something close to this that might give you a direction to head with it. (IMHO) I don't think what you are wanting to do will be as useful as Zonealarm on Windows for the simple fact that ZA is running on the system generating the traffic where as most of my IPTables firewalls are running on a central network ingress / egress point where it would be harder to identify which program generated the traffic. However if you are looking at running this on a Linux notebook or workstation computer you could probably very easily do this. It depends on what your target system(s) to run this on are.
Grant. . . .
prev parent reply other threads:[~2005-05-30 22:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-29 15:18 How to filter OUTPUT chain ala Zonealarm Larry Alkoff
2005-05-29 15:29 ` Rob Sterenborg
2005-05-30 22:16 ` Taylor, Grant [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=429B90A7.9050202@riverviewtech.net \
--to=gtaylor@riverviewtech.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.