From mboxrd@z Thu Jan 1 00:00:00 1970 From: dan radom Subject: Re: irc Date: Mon, 17 Nov 2003 08:41:24 -0700 Sender: netfilter-admin@lists.netfilter.org Message-ID: <20031117154124.GD10857@hamachi.radom.org> References: Reply-To: netfilter@radom.org Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: netfilter@lists.netfilter.org * 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