From: Husnu Demir <hdemir@metu.edu.tr>
To: netfilter@vger.kernel.org
Subject: Re: conntrack not working in raw table
Date: Mon, 11 Nov 2013 09:32:39 +0200 [thread overview]
Message-ID: <52808817.6010104@metu.edu.tr> (raw)
In-Reply-To: <52808545.7070804@metu.edu.tr>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Sorry I forgot to add;
uname -a
Linux neml 3.8.7 #2 SMP Mon Apr 15 14:09:02 EEST 2013 x86_64 GNU/Linux
Thanks.
hdemir.
On 11-11-2013 09:20, Husnu Demir wrote:
> Hi,
>
>
> I tried to wrote a conntrack rule for raw table.
>
> ------------------------------------------------ .. ..
> DNSTOP='10.10.1.1 10.11.1.1 10.199.10.1'
>
> $IPSET create DNSTOP hash:net,iface family inet hashsize 1024
> maxelem 65536
>
> $IPSET add DNSTOP 10.0.0.0/8,vlan1 $IPSET add DNSTOP
> 10.0.0.0/8,vlan2
>
> for i in $DNSTOP do $IPSET add DNSTOP $i,vlan1 nomatch $IPSET add
> DNSTOP $i,vlan2 nomatch done
>
> $IPTABLES -t raw -A PREROUTING -m set --match-set DNSTOP dst,src
> -p udp -m udp --dport 53 -m conntrack --ctstate NEW -j STOPDNS ..
> ..
>
> num pkts bytes target prot opt in out source
> destination 1 0 0 udp -- * *
> 0.0.0.0/0 0.0.0.0/0 match-set DNSTOP dst,src udp dpt:53
> ctstate NEW
>
> ----------------------------------------------------
>
> Simply, this will stop all NEW DNS querry coming from vlan1 and
> vlan2 except added IPs to $DNSTOP.
>
> But, raw table cannot see the conntrack. I think it should be
> understand from the conntrack table but I could not find any
> reference in MAN of iptables(-extentions) about conntrack and raw
> table and it gave no error. Simply not worked. It would be better
> to give an error or put a reminder on MAN pages.
>
>
> Best regards,
>
> Husnu Demir. -- To unsubscribe from this list: send the line
> "unsubscribe netfilter" in the body of a message to
> majordomo@vger.kernel.org More majordomo info at
> http://vger.kernel.org/majordomo-info.html
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJSgIgWAAoJEISpBAM51qlEOXgIANeZAsSxkECha//cTDDxqIjX
vXy12dW110Ditcz9ibXDkhirRijk1blzYgOSfzh5fqEoJ4WP6YNv6kPrmAxW0QGO
P1ipfed4l6xx5f7RG9I8RymyQpItArdX8E3AavQgLH/ubGapRzDLwqUxEawboAXt
9D4RQEqQA6+bI8UPWpZE+6YKTKw2fpL9SdToaF+XRem6B5LZqVhlXFInaraEgvBC
DEy+ohJrsBdtICUKjlyFloqLQcRJduEqPU+00uPRxy3/y1/7yZ0LXU1oqwOSMHCP
L0Q1yu5i5frgRD/R62yKPwWATrHoEAVgNLufRrikTLv8cPtd/OsjnHK8x5++v1A=
=b8ZZ
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2013-11-11 7:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-11 7:20 conntrack not working in raw table Husnu Demir
2013-11-11 7:32 ` Husnu Demir [this message]
2013-11-11 8:54 ` Pascal Hambourg
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=52808817.6010104@metu.edu.tr \
--to=hdemir@metu.edu.tr \
--cc=netfilter@vger.kernel.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.