On Thursday 2010-03-11 00:06, Giuseppe Macrì wrote: >Very new in netfilter developing. >I would like change assignment port procedure into the nat part of netfilter. I'm looking at nf_nat_proto_common.c, exactly at get_unique_tuple function (linux/net/ipv4/netfilter). >Is it the correct way to proceed? >Last question: does iptables handle nat with the nf_nat.ko module or >with something else? "iptables does not handle NAT with nf_nat, nf_nat handles NAT with iptables." More precisely, nf_nat works mostly autonomically, but consults the "nat" table from Xtables for new transformations. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html