OpenMarine

Full Version: How do I change the ip of the wifi ap?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have Openplotter 0.8 noob, r-pi3.

I have tried to change /home/pi/.config/openplotter/wifi_server.py to:
data='interface=lo,'+wlan+'\nno-dhcp-interface=lo\ndhcp-range=192.168.3.1,192.168.3.254,255.255.255.0,12h'

But still i starts up an wifi ap with 10.10.10.1...

The reason I want to change is because it comflict with my Raymarine ES75 wifi...
I believe you can change the ap ip's in /etc/network/interfaces.
Why it is not included in the config.txt file maybe sailoog can explain.
Normally the ip-addresses is now controlled by dhcpcd.conf, but it looks like openplotter overwrites this file when you enable Wifi AP from the GUI.
Just need to find out where it gets its settings from Smile