引用楼主lancy于2012-07-12 11:22发表的 友善之臂tiny6410开发板把wifi变AP问题 :
现在要在友善之臂tiny6410开发板上把wifi变成Ap,自己写的软件运行没有用(在android手机上可以运行的)。又下载了许多软件说要加root权限,加了之后又说没有内核没有(CONFIG_NETFILTER, CONFIG_IP_NF_IPTABLES and CONFIG_NETFILTER_XT_MATCH_MAC)这几个东西》现在想知道是不是需要改内核,或者有其他的方法。我下载的软件是wifi_tether_v3_2-pre1。
你指的是使用友善開發版的UI?
我是用命令模式來做的.....
這個是要在Kernel重新編譯對iptable的支持的
iptables 在kernel 勾選的項目:
-> Networking support
-> Networking options
-> Network packet filtering framework(Netfilter)
-> Network packet filtering debugging
-> Advaned netfilter configuration
Core Netfilter Configuration
-> Netfilter NFQUEUE over NFNETLINK interface
-> Netfilter connection tracking support
-> Netbios name service protocal support(new)
-> Netfilter Xtables support (required for ip_tables)
-> multiport Multiple port match support
-> owner match support
-> state match support
IP: Netfilter Configuration
-> IPv4 connection tracking support (require for NAT)
-> proc/sysctl compatibility with old connection tracking
-> IP tables support (required for filtering/masq/NAT)
-> Packet filtering
-> REJECT target support
-> Full NAT
-> MASQUERADE target support
-> REDIRECT target support