我是用的tiny210自带的内核(后来我也编译过一版), 看配置, 已经把netfilter 以build-in的模式编译进去了.
但我编译了iptable-1.4.10, copy到板子上执行的时候告诉我
./iptables -t nat -A POSTROUTING -s 10.42.43.0/24 -o ppp0 -j MASQUERADE
modprobe: module 'ip_tables' not found
我看了编译目录, ip_tables.o存在的, 说明ip_tables已经编译进去了啊, 为啥一定要到module去载入呢??
那位大拿给个指点, 谢谢