I should start by saying that I’ve only just bought the Flint 2 and found it fairly straightforward to set up, given my ‘limited’ experience in this area.
As I’m running firmware version 4.9.0, I decided to set up a 2.4 GHz IoT network (WPA2-PSK) to connect my IoT devices. I managed to connect all the devices, except for three Blink Mini cameras. I should point out that I also own a Blink Sync Module, which connected to the new IoT network without any issues. I’m not using any VPN configured on the Flint 2.
config wifi-iface 'iot2g'
option device 'mt798611'
option mode 'ap'
option ifname 'ra2'
option factory_macaddr '***'
option iot '1'
option wds '1'
option ssid '***'
option key '***'
option init '1'
option disabled '0'
option isolate '0'
option network 'iot'
option hidden '0'
option random_bssid '0'
option macaddr '***'
option encryption 'psk2'
config interface 'iot'
option force_link '1'
option device 'br-iot'
option proto 'static'
option ipaddr '192.168.10.1'
option netmask '255.255.255.0'
option ip6assign '60'
option multicast_querier '1'
option igmp_snooping '0'
option isolate '0'
option disabled '0'
config device
option name 'br-iot'
option type 'bridge'
option bridge_empty '1'
config zone
option name 'iot'
option network 'iot'
option output 'ACCEPT'
option input 'REJECT'
option forward 'REJECT'
option masq '1'
option mtu_fix '1'
When I try to connect the Blink camera to the new IoT network, I always get the generic error ‘Unable to connect’. However, I can see that the Blink camera successfully obtains an IP address and remains connected to the network, but it isn’t visible in the Blink app at all.
I should also mention that when I try connecting the Blink camera to a 2.4 GHz hotspot for testing purposes, it connects correctly: so the Blink camera is working.
I’d be grateful for some help from those with more experience, as I’ve been unable to resolve this issue for days now. Thanks to anyone who can help.

