I am trying to load the ipt_MASQUERADE modprobe on the legato (from shell) and this is not found.
modprobe: module ipt_MASQUERADE not found in modules.dep
Trying to follow this legato doc:
Does anyone has experienced this when running the wifiApTest?
I am unsure why, but if I run this code, then I can`t ssh into the unit anymore (after reboot), so it possibly changes the routes??
I can get up the the ip forwarding part and can connect from my phone, had to add an extra file for the wlan0 to dnsmasq, but I am kind of stuck with the bridging from wlan0 to eth0 at this stage. The next step would also be to have a proper routing, for which I believe the easiest way is to run this code and the MASQUERADE kmodule.
probably, but I don`t understand how as these commands are only routing from rmnet0 to wlan0, this is why I though of an issue with the ipt_MASQUERADE module somehow…