On Thu, Aug 29, 2013 at 10:36 AM, Adam Novak <ano...@soe.ucsc.edu> wrote:
> Hello,
>
> I've attached that file. It doesn't seem to have anything about
> nat_ipv4 or nat_ipv6.
>

$ egrep -i 'ip6t|kmod-ip|nat' /tmp/dot-config_adam.txt | grep ^CONFIG | sort
CONFIG_DEFAULT_ip6tables=y
CONFIG_DEFAULT_kmod-ipt-nathelper=y
CONFIG_DEFAULT_kmod-natsemi=y
CONFIG_PACKAGE_ip6tables=y
CONFIG_PACKAGE_kmod-ip6tables=y
CONFIG_PACKAGE_kmod-ipt-conntrack-extra=y
CONFIG_PACKAGE_kmod-ipt-conntrack=y
CONFIG_PACKAGE_kmod-ipt-core=y
CONFIG_PACKAGE_kmod-ipt-extra=y
CONFIG_PACKAGE_kmod-ipt-nat-extra=y
CONFIG_PACKAGE_kmod-ipt-nathelper-extra=y
CONFIG_PACKAGE_kmod-ipt-nathelper=y
CONFIG_PACKAGE_kmod-ipt-nat=y
CONFIG_PACKAGE_kmod-ipv6=y
CONFIG_PACKAGE_kmod-natsemi=y
CONFIG_PACKAGE_libip6tc=y

There is no *ip6table_nat* selected (from the diff you pointed to):

$(eval $(if $(NF_KMOD),$(call nf_add,IPT_NAT,CONFIG_NF_NAT_
IPV6,
$(P_V6)nf_nat_ipv6 $(P_V6)ip6table_nat, ge 3.8.0),))

I cannot say why...

Did you look over the sources and searched for "nf_nat_ipv6.ko" file.

$ find /path/to/openwrt/ -name 'nf_nat_ipv6.ko'

...was it built?

- Sedat -
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to