Hi Everyone, I am using SUMO Yocto version to build for zynq machine type. I am facing problems related to CONNTRACK SNAT, DNAT. I want to know in this forum like is there a known issue in the kernel version supported in SUMO. I have tried various IP table options but I couldn't get the SNAT, DNAT symbols identified. Here is what I am trying -
# iptables -A FORWARD -m conntrack --ctstate SNAT,DNAT -j ACCEPT iptables: No chain/target/match by that name Here is my lsmod - $ lsmod Module Size Used by iptable_nat 16384 0 nf_conntrack_ipv4 16384 1 nf_defrag_ipv4 16384 1 nf_conntrack_ipv4 nf_nat_ipv4 16384 1 iptable_nat ipt_MASQUERADE 16384 0 nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE nf_nat 28672 2 nf_nat_masquerade_ipv4,nf_nat_ipv4 nf_conntrack 139264 5 nf_conntrack_ipv4,ipt_MASQUERADE,nf_nat_masquerade_ipv4,nf_nat_ipv4,nf_nat iptable_filter 16384 0 ip_tables 20480 2 iptable_filter,iptable_nat x_tables 24576 3 ip_tables,iptable_filter,ipt_MASQUERADE fanctl 45056 0 rtc 16384 0 cardirq 20480 0 Has anybody faced similar problems? Is it a known problem in the kernel version supported by SUMO.
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto