Moin! On Thu, Feb 01, 2007 at 08:53:00AM +0100, Dirk Nehring wrote: > > > -# FIXME: why is this here? > > > -#IPT_NAT-$(CONFIG_IP_NF_NAT) += $(P_V4)ipt_SNAT $(P_V4)ipt_DNAT > > > +IPT_NAT-$(CONFIG_IP_NF_NAT) += $(P_V4)ipt_SNAT $(P_V4)ipt_DNAT > > this is the mandatory library for iptables with DNAT/SNAT support. It > does not work without that, at least under 2.4. Btw., these are iptable > libs, not kernel modules. I wonder why they are not build on your > system.
I always build for routerboard, maybe that's the problem. But independent of which kernel-version I choose, these two modules are not found. With kernel-2.4, I additionally need to change this line: -IPT_EXTRA-$(CONFIG_IP_NF_MATCH_MULTIPORT) += $(P_XT)xt_multiport +IPT_EXTRA-$(CONFIG_IP_NF_MATCH_MULTIPORT) += $(P_V4)ipt_multiport and this works with kernel-2.6. I doubt you really tested your changes with both kernels. As I'm still not too sure why wbx and me are having probs and you not, I would really appreciate, if you configured your checkout to build for routerboard and test again. If it's working, you maybe have local changes we don't have. Greetings, Phil _______________________________________________ freewrt-developers mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-developers
