changing sensor page

I'm unable to locate the flm on my network via It's assigned ip. How does one change the sensor setup without disconnecting it and connecting it via Ethernet cable?

on3ptz's picture

is it wireless connected ?

i think there was a firewall when connected wireless

SolarMirls's picture

Yes, wireless.

Do you mean the flm has it's own firewall?

jgysenbergs's picture

Bart, thank you very much. This is really valuable information. Here it is again. :

To allow wireless access to a Flukso v2:

- connect the Flukso with an Ethernet cable to your PC
- start ssh on the PC (for ssh use Putty on a Windows box or Terminal on a Mac)
- input these lines after the prompt, one by one

  1. ssh root@192.168.255.1 [passwd: root]
  2. uci set firewall.@zone[1].input=ACCEPT
  3. uci commit
  4. /etc/init.d/firewall restart
  5. exit

You now have a wireless connection through your browser to a predefined IP on the Flukso. Great for checking the syslog and general tinkering with FLM.