I was setting up the kit to join my wireless network, it joins fine but there’s no access.
After poking around i realised that the USB0 interface ip 10.10.10.10/24 clashes with my wireless lan network. the USB0 interface appears to have priority and any traffic that tries to go back over my wlan goes over the usb network interface.
I have tried editing the various config files to move usb0 to another network range in /etc and in /mnt/conf
conf.d/dnsmasq/sta.conf
conf.d/dnsmasq/ap.conf
dnsmasq.conf
network/profiles.d/usb0
However on reboot the changes were not persistent.
Using the serial console and doing a ifconfig usb0 down is the only way to get it to work on my lan.
Am i missing something on making filesystem config changes persistent so that changes to the usb0 config file are kept across reboots.
I would also like to make a suggestion that the usb0 interface IP range should be changed to a non standard range that is unlikely to crash with a regular wifi network.
Something in the high 192.168 range like 192.168.250.0/24 is unlikely to crash with home router defaults. Shrinking the subnet down to a /30 would also help to prevent clashes.