From: dan radom <netfilter@radom.org>
To: netfilter@lists.netfilter.org
Subject: Re: irc
Date: Mon, 17 Nov 2003 08:41:24 -0700 [thread overview]
Message-ID: <20031117154124.GD10857@hamachi.radom.org> (raw)
In-Reply-To: <OF9DF42386.B8AE0536-ON85256DE1.00551398-85256DE1.00552F5A@kal.kalsec.com>
* trainier@kalsec.com (trainier@kalsec.com) wrote:
> Aye, a familiar face. ;-)
>
> The 'firewall' in this case, is a transparent proxy server. The proxy
> server will be the gateway to the internet.
> I need to allow irc connections through this machine, somehow. I don't
> know how to do that.
>
> Regards,
>
> Tim Rainier
>
You can always just allow established and related packets back in. This
should make almost any connection initiated from the LAN or iptables
machine work.
iptables -I INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
next prev parent reply other threads:[~2003-11-17 15:41 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-17 15:30 irc trainier
2003-11-17 15:39 ` irc Antony Stone
2003-11-17 16:10 ` irc SBlaze
2003-11-17 16:18 ` irc Antony Stone
2003-11-17 16:35 ` irc Jeffrey Laramie
2003-11-17 17:33 ` irc Antony Stone
2003-11-17 18:04 ` irc Jeffrey Laramie
2003-11-17 15:41 ` dan radom [this message]
2003-11-17 15:50 ` irc Antony Stone
-- strict thread matches above, loose matches on Subject: below --
2025-03-23 17:36 IRC Julia Lawall
2021-05-20 17:09 IRC Nishanth Menon
2021-05-20 20:43 ` IRC Luca Ceresoli
2009-03-05 8:51 IRC Harald Hoyer
2005-06-01 15:06 IRC Charles Coffing
2005-06-01 15:24 ` IRC Mark Williamson
2005-03-30 20:08 irc Jody Belka
2005-03-30 20:57 ` irc Rik van Riel
2004-03-12 18:15 irc Yoshinori K. Okuji
2004-03-13 0:33 ` irc Sergey Matveychuk
2003-11-17 20:55 irc trainier
2003-11-18 0:00 ` irc Alistair Tonner
2003-11-17 18:42 irc trainier
2003-11-17 19:29 ` irc Antony Stone
2003-11-17 19:56 ` irc Alistair Tonner
2003-11-17 20:05 ` irc Antony Stone
2003-11-17 18:38 irc trainier
2003-11-17 17:58 irc trainier
2003-11-17 17:43 irc trainier
2003-11-17 18:11 ` irc Antony Stone
2003-11-17 16:28 irc bmcdowell
2003-11-17 16:38 ` irc Antony Stone
2003-11-17 15:15 irc trainier
2003-11-17 15:20 ` irc Antony Stone
2003-11-17 15:33 ` irc Jeffrey Laramie
2003-11-17 15:39 ` irc Antony Stone
2003-11-17 15:22 ` irc dan radom
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=20031117154124.GD10857@hamachi.radom.org \
--to=netfilter@radom.org \
--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.