Hi all. After two days of pajama hacking I'm now sure that stock 2009.42-11 kernel cannot support NAT modules in a proper way, because the netfilter core is compiled in without CONFIG_NF_CONNTRACK or CONFIG_NF_CONNTRACK_MODULE (see line 214 of net/netfilter/core.c). So, no matter how hard we try to get a "debian-polite" way to add needed modules to this kernel, they will simply not work. I'm posting this to see how other people involved in tethering projects would think about what we are in front of, specifically: * Build a new, more modulable, kernel without getting too far from the rx51_defconfig and go with it. * Go completely userland via proxies of any sort, even heavily tweaked for low resource usage. Both ways have a lot of bad points, but I'd like to know which one people would choose. (btw, I think I found an almost elegant way to package "internal" kernel modules, ask freely if interested)