I tried NAT operations with my new kernel. But; after command âiptables -Sâ. It gives this error.
modprobe: ERROR: could not insert 'ip_tables': Invalid argument
iptables v1.6.0: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Have you any idea? Should I enabled something like iptables from kernel options?
In the link of deconfig file which you give me above, the CONFIG_NF_NAT_MASQUERADE_IPV4 and CONFIG_IP_NF_NAT are marked as m (module). Also In my kernel marked these modules as Module.
And, I canât marked these as y(yes) because they have many dependencies. How Can I find dependencies?
How to set AP mode persistent?
At the moment interface ap0 is not present after reboot, and I have to run echo A > /dev/wmtWifi everytime I boot system
Imho you have to call wmt-loader and stp-uart-launcher also on each reboot. Maybe in official ubuntu this is done via init-script,here you can append the echo-command (after a delay to give the previous commands time to create the wmtWifi-device)
@frank-w,
Can you confirm that it is not possible to create a bridge between the ethernet switch and the wlan interfaces?
I am attempting to try and create a bridge (bro) between eth0 and wlan0, whilst using wlan0 as an access point via the use of hostapd.
Also, something strange that I have noticed with this board is that the the 4 port switch is being displayed as eth0 and the single port rj45 is being displayed as eth1 (not a major issue).
Note: I have am using the recently provided CentOS image as a base for my installation.