OpenMarine
How do I change the ip of the wifi ap? - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: How do I change the ip of the wifi ap? (/showthread.php?tid=217)



How do I change the ip of the wifi ap? - dreuf - 2016-11-10

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...


RE: How do I change the ip of the wifi ap? - SkipperEarly - 2016-11-10

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.


RE: How do I change the ip of the wifi ap? - dreuf - 2016-11-10

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