When starting wifi-connect service, I get the error below. Anyone know how to make it use another static IP address or use another IP address when this is unavailable, or pick another default IP address in general? It just gets stuck here and errors. I’m running this on a Raspberry pi 3b+ / Debian start.sh in a multi-container environment
wifi-connect Starting WiFi Connect wifi-connect WiFi device: wlan0 wifi-connect Access points: ["theInternet"] wifi-connect Starting access point... wifi-connect Access point 'WiFi Connect' created wifi-connect Starting HTTP server on 192.168.42.1:80 wifi-connect Error: Cannot start HTTP server on 192.168.42.1:80: address not available
Thanks for the help, I was able to switch both via the service environment variables. However, it doesn’t matter what I change them to as the same error persists. When I check the network and there is nothing being used on those ports. Not sure how this is possible.
however, wifi-connect requires dnsmasq even though there seems to be a confilct between Network Manager’s use of dnsmasq-base and dnsmasq . I could be way off though. I can’t seems to find away around this issue. There have been tickets referencing this issue here. But no solution that I can understand at my level.
This could be an issue of timing as the dnsmasq is showing an error of dnsmasq: unknown interface wlan0 even though my ifconfig shows wlan0 interface is there.
Thanks for the feedback! Yeah, that would do the trick of exposing wifi-connect to the outside world, and tap into the host OS’s networking. Will check with our team whether there’s anything that we might have missed in the documentation or can improve further.