Changing Flukso gateway ip
by on
my network has to go offline for a week, so have been trialing a 4g wingle connected to a spare router.
i have it all hooked up but when i connect the flukso it wont connect
On the "192.168.10.33/#/status" page the "Gateway IP address" displays the old gateway address any ideas on how to change this? as i get an error in the "Flukso.net ping test"
even after a reboot
its listing "Gateway IP address" 192.168.10.1
but needs to be 192.168.1.1
i can't find an option to change it on the web gui
i found this on another post on here
- This is what I have for my wan connection in /overlay/etc/config/network
- config interface 'wan'
- option proto 'static'
- option ipaddr '10.0.0.120'
- option netmask '255.255.255.0'
- option ifname 'eth0'
- option dns '8.8.8.8'
- option gateway '10.0.0.1'
- Make sure you know what you are doing because you can loose the connection to your device!
- More info: http://wiki.openwrt.org/doc/uci/network
but mine shows this
- config interface 'loopback'
- option ifname 'lo'
- option proto 'static'
- option ipaddr '127.0.0.1'
- option netmask '255.0.0.0'
- config interface 'wan'
- option proto 'dhcp'
- option ifname 'eth0'
- config interface 'lan'
- option type 'bridge'
- option proto 'static'
- option ipaddr '192.168.255.1'
- option netmask '255.255.255.0'
- option ifname 'wlan0'
can i just add "option gateway '192.168.1.1'" to the wan config?