From: "Rob Sterenborg" <rsterenborg@xs4all.nl>
To: netfilter@lists.netfilter.org
Subject: RE: iptables and port 113/auth requests
Date: Tue, 4 Feb 2003 23:25:37 +0100 [thread overview]
Message-ID: <002901c2cc9c$579ce620$0401000a@robbysan.org> (raw)
In-Reply-To: <000801c2cc97$6a1feb80$0201a8c0@robs>
> some of my users use mirc on irc servers that required
> an ident reply (port 113)
> i would like the ident requests from the irc server to
> be fowarded to the int lan so that mirc can reply to
> the requests
> i domt know if this is even possible but was wondering
> if anyone could help me
Did you try using (as one of the first rules) :
iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
Rob.
next prev parent reply other threads:[~2003-02-04 22:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-04 21:50 iptables and port 113/auth requests Robert Jones
2003-02-04 22:25 ` Rob Sterenborg [this message]
2003-02-04 23:00 ` Leonardo Rodrigues Magalhães
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='002901c2cc9c$579ce620$0401000a@robbysan.org' \
--to=rsterenborg@xs4all.nl \
--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.