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 |
is it wireless connected ?
i think there was a firewall when connected wireless
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
ssh root@192.168.255.1 [passwd: root]
uci set firewall.@zone[1].input=ACCEPT
uci commit
/etc/init.d/firewall restart
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.
is it wireless connected ?
i think there was a firewall when connected wireless
Yes, wireless.
Do you mean the flm has it's own firewall?
See https://www.flukso.net/content/lan-connection-setup-connection-flukso-v2 for an option to allow access also through WLAN.
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
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.