* Problem with "owner"
@ 2003-12-22 21:24 Pierre-Etienne Mélet
0 siblings, 0 replies; only message in thread
From: Pierre-Etienne Mélet @ 2003-12-22 21:24 UTC (permalink / raw)
To: netfilter
Hi all,
before compiling my own iptables (I'm working with iptables 1.2.7 rpm
given with Mandrake 9.1), i'd like to be sure i'm not making a mistake:
My purpose is to allow thunderbird only to access internet through pop3:
$IPTABLES -A INPUT -i $EXTERNAL_IF -p tcp --sport pop3 \
-m state --state ESTABLISHED,RELATED -j ACCEPT
$IPTABLES -A OUTPUT -o $EXTERNAL_IF -p tcp --dport pop3 \
-m owner --cmd-owner 'thunderbird-bin' \
-m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
Unfortunately, "thunderbird-bin" is unable to pass the firewall.
What am i doing wrong ?
Best regards.
--
Mélet Pierre-Etienne
Pierre-Etienne.Melet@ingenieurs-supelec.org
dom: 04 93 65 39 67
mob: 06 03 67 95 44
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-12-22 21:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-22 21:24 Problem with "owner" Pierre-Etienne Mélet
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.