All of lore.kernel.org
 help / color / mirror / Atom feed
* nftables and connection tracking
@ 2020-06-21  5:54 Marek Greško
  2020-06-21  8:06 ` Florian Westphal
  2020-06-22 12:06 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 14+ messages in thread
From: Marek Greško @ 2020-06-21  5:54 UTC (permalink / raw)
  To: netfilter

Hello,

I have problem to get connection tracking work when using nftables. I
have this setup on my fedora 32:

table ip raw {
        chain PREROUTING {
                type filter hook prerouting priority raw; policy accept;
                meta l4proto udp udp dport 5060 # CT helper sip
        }

        chain OUTPUT {
                type filter hook output priority raw; policy accept;
                meta l4proto udp udp dport 5060 # CT helper sip
        }
}

/etc/modules-load.d/conntrack.conf:

nf_conntrack_ftp
nf_conntrack_sip
nf_conntrack_h323
nf_conntrack_irc
nf_conntrack_amanda
nf_conntrack_netbios_ns
nf_conntrack_netlink
nf_conntrack_pptp
nf_conntrack_tftp
nf_conntrack_broadcast
nf_conntrack_snmp
nf_conntrack_sane
nf_nat
nf_nat_ftp
nf_nat_sip
nf_nat_h323
nf_nat_irc
nf_nat_amanda
nf_nat_pptp
nf_nat_snmp_basic
nf_nat_tftp

but I get no sound. When using iptables, everything is working. Should
this be configured diffrent way?

Thanks.

Marek

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-09-24  7:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-21  5:54 nftables and connection tracking Marek Greško
2020-06-21  8:06 ` Florian Westphal
     [not found]   ` <CAChjPdQtKBGuUvdveCVc5kmhA+fgP4DUDNKhNd11KUVCKNUZLg@mail.gmail.com>
     [not found]     ` <20200621090142.GL26990@breakpoint.cc>
2020-06-21  9:39       ` Marek Greško
2020-06-21 10:45         ` Florian Westphal
2020-06-21 11:33           ` Marek Greško
2020-07-01 20:01           ` Marek Greško
2020-07-01 22:48             ` Florian Westphal
2020-07-02 19:33               ` Marek Greško
2020-07-02 19:47                 ` Pablo Neira Ayuso
     [not found]                   ` <CAChjPdQb5wUP7Qbz=D-0jg-YFC0cWgV4oPJQD9-G7evi3SupAw@mail.gmail.com>
     [not found]                     ` <YUk8dCSHCUcKn+Xy@salvia>
     [not found]                       ` <CAChjPdREO=jtTNGc32H3mv+Zv8AHKbujb_a8=tkwC0+b2sbVCQ@mail.gmail.com>
2021-09-24  5:21                         ` Fwd: " Marek Greško
2021-09-24  7:19                           ` Daniel
2020-06-22 12:06 ` Pablo Neira Ayuso
2020-06-22 17:18   ` Marek Greško
2020-06-22 21:35     ` Marek Greško

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.