
Hello,
I'm trying to create virtual wifi hotspot using the app in screenshot, although there is no errors after running it but it doesn't create a wifi connection.
The app depends on create_ap, so i tried to run it to see what happens.
MLD> create_ap wlan0 eth0 MLD-Hotspot wifi0000
WARN: Your adapter does not fully support AP virtual interface, enabling --no-virt
Config dir: /tmp/create_ap.wlan0.conf.XXfyvsjZ
PID: 6615
Sharing Internet using method: nat
iptables v1.6.0: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Doing cleanup.. doneThe problem is there are no iptables modules in MLD
I looked in my Ubuntu system, those modules should be in the following path
/lib/modules/5.x.x/kernel/net/ipv4/netfilter/iptable_filter.ko
/lib/modules/5.x.x/kernel/net/ipv4/netfilter/iptable_nat.ko
/lib/modules/5.x.x/kernel/net/ipv4/netfilter/ip_tables
Is it possible to compile them myself?
Any guide please?
Here is the app link in case someone interested to try it.
https://github.com/lakinduakash/linux-wifi-hotspotBest Regards.