I am testing this app and noticed an odd behaviour, the app is actually working, but once I have started and connected with my mobile, then on the next reboot my host won`t be able to either ping or ssh into the device.
Have tested this with either the R11 and R14 releases for the FX30 (I am compiling the R14 froum linux source as this seems still not to be available for download on the SWI webpage).
The only thing I have noticed is the the app is unable to load the ipt_MASQUERADE as this module seems missinig:
Jan 6 04:18:38 fx30 user.err Legato: =ERR= | wifiApTest[23817] | modprobe: module ipt_MASQUERADE not found in modules.dep
Jan 6 04:18:38 fx30 user.err Legato: =ERR= | wifiApTest[23817]/wifiApTestComponent T=main | wifiApTest.c RunSystemCommand() 96 | Error modprobe ipt_MASQUERADE Failed: (256)
I assume this is missing with the internal bridging and IP assignment?
Only way to recover is to hard reset (using the RESET button at the back) and then I can ssh into the target again…
So I guess I need to add the module into the yocto so I can load it from the app, does anyone has come across (and possibly soved ) this problem?