From: Goetz Bock <netfilter@blacknet.de>
To: "Netfilter Mailing List (E-mail)" <netfilter@lists.netfilter.org>
Subject: Re: firewalled dns clients
Date: Fri, 7 Nov 2003 11:24:25 +0100 [thread overview]
Message-ID: <20031107102425.GE11702@shell.blacknet.de> (raw)
In-Reply-To: <F22386C3FEB012449238672E38ED61E706C26A@overlord.overturemedia.com>
On Fri, Nov 07 '03 at 11:49, Fritz Mesedilla wrote:
> From their windows workstation, I want to be able to let them perform a nslookup.
>
> I tried this and nothing happened.
> $IPTABLES -A INPUT -p tcp --sport 53 -j ACCEPT
> even a
> $IPTABLES -A INPUT -p tcp --dport 53 -j ACCEPT
nslookup/dns needs udp, too. And you must use the FORWARD chain if you
don't run the dns server on the firewall.
What about having a look at the rules produced by some of the
firewall generation scripts. e.g. fireHOL. (-> firehol.sf.net)
--
/"\ Goetz Bock at blacknet dot de -- secure mobile Linux everNETting
\ / (c) 2003 as GNU FDL 1.1
X [ 1. Use descriptive subjects - 2. Edit a reply for brevity - ]
/ \ [ 3. Reply to the list - 4. Read the archive *before* you post ]
next prev parent reply other threads:[~2003-11-07 10:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-07 3:49 firewalled dns clients Fritz Mesedilla
2003-11-07 4:46 ` Alistair Tonner
2003-11-07 10:24 ` Goetz Bock [this message]
2003-11-07 10:33 ` Chris Brenton
-- strict thread matches above, loose matches on Subject: below --
2003-11-07 5:05 Fritz Mesedilla
2003-11-10 5:01 Fritz Mesedilla
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=20031107102425.GE11702@shell.blacknet.de \
--to=netfilter@blacknet.de \
--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.