I cross compiled iptables for mips architecture and tried running iptables. when i do input accept or drop it works. but when i do iptables -A xyz it produces segmentation fault. other commands iptables -v and save,restore work fine. Please let me know what i am doing wrong. what logs should i be looking at for this. / # iptables -P INPUT ACCEPT / # iptables -P INPUT DROP / # iptables -A I Segmentation fault / # / # iptables -t nat -L Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html