From: Andrew Schulman <andrex-cmaem7PIVQQM4YKboWzA4l6hYfS7NtTn@public.gmane.org>
To: netfilter-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: IP Tables and DNS
Date: Thu, 11 Sep 2008 14:53:40 -0400 [thread overview]
Message-ID: <u1qic49dl8q0020pbblh2o4pdm3gi5nrfd@4ax.com> (raw)
In-Reply-To: s8c926a0.083@newborder.reinhardt.edu
> Does netfilter/iptables keep up with "connections" in UDP, even though UDP is connectionless?
Yes. ICMP, too.
> ie - How does it assure that it only accepts responses from the IP that it sent the query to? I saw a posting from Jan back about 3 years ago that said that as long as the response came back within ~30 seconds then netfilter would allow the response in. Is that still the case?
Can't remember now exactly how this works... but it's something like that.
> If so, do I need any rules on the external interface other than the rules to allow the outgoing query (tcp and udp) and an "established,related" rule?
Nope. "Established" covers direct replies to UDP packets (i.e. DNS requests)
that you've already sent out, so that's probably all you need in this case.
"Related" covers new connections related to the first one, such as FTP data
connections triggered by FTP control traffic. I don't think there are any
"related" criteria that apply to DNS.
A.
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-09-11 18:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-11 18:09 IP Tables and DNS David Doster
2008-09-11 18:53 ` Andrew Schulman [this message]
2008-09-12 7:42 ` Vladislav Kurz
2008-09-12 14:13 ` Andrew Schulman
-- strict thread matches above, loose matches on Subject: below --
2008-09-11 22:02 David Doster
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=u1qic49dl8q0020pbblh2o4pdm3gi5nrfd@4ax.com \
--to=andrex-cmaem7pivqqm4ykbowza4l6hyfs7nttn@public.gmane.org \
--cc=netfilter-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox