OpenMarine
ip adres briged wifi - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: ip adres briged wifi (/showthread.php?tid=1657)



ip adres briged wifi - Sprokkie - 2019-01-28

Hi,

i want to change the ip adres of the bridge wifi adapter.
default it is 10.10.10.1
i want 192.168.1.1

how do i change that ?


RE: ip adres briged wifi - jim321 - 2019-01-29

you can try here i haven't ....so try at your own risk... it might reset back on boot..?

/home/pi/.openplotter/Network/pi3_wlan1_wlan0/dhcpcd.conf

interface wlan1
static ip_address=10.10.10.1/24
static routers=10.10.10.1
static domain_name_servers=10.10.10.1


RE: ip adres briged wifi - Sprokkie - 2019-01-29

i dont have that folder
i have"/home/pi/.openplotter/Network/pi3+_wlan1_wlan0/ the dhcpcdconf look like this:
#interface wlan1
#static ip_address=10.10.10.1/24

denyinterfaces wlan1 usb0

interface usb0
#static ip_address=192.168.42.100/24
metric 100


RE: ip adres briged wifi - e-sailing - 2019-01-30

(2019-01-29, 10:35 PM)Sprokkie Wrote: i dont have that folder
i have"/home/pi/.openplotter/Network/pi3+_wlan1_wlan0/   the dhcpcdconf look like this:
#interface wlan1
#static ip_address=10.10.10.1/24

denyinterfaces wlan1 usb0

interface usb0
#static ip_address=192.168.42.100/24
metric 100
Change lines to this:
#interface wlan1   -> interface wlan1
#static ip_address=10.10.10.1/24 -> static ip_address=192.168.1.1/24

Change line in /home/pi/.openplotter/Network/pi3+_wlan1_wlan0/dnsmasq.conf
dhcp-range=10.10.10.50,10.10.10.200,12h -> dhcp-range=192.168.1.50,192.168.1.200,12h

!!!After you did this click "Apply" on "Network" tab (to copy settings into system area)!!!


RE: ip adres briged wifi - Sprokkie - 2019-02-01

ok, solved it
thanks