azsde wrote: ↑Tue Jun 19, 2018 9:42 am
For some reason, when no internet is available on the wifi AP, it tries to connect to 192.168.1.1 over my LTE connection
Apple calls that "wifi assist", a feature where the phone tries to use 3G/4G to connect when the interface on the wifi network can't reach some destination.
When you disconnect ethernet from the Pi, the phone has no longer access to the Internet via the default gateway, so "wifi assist" kicks-in.
You can configure your DHCP server instance on the Pi to not send the "default gateway" information.
The phone will use wifi to connect to 192.168.1.0 and its other interface to connect to the Internet.
With dnsmasq, you would add to your config "dhcp-option=3", which suppresses sending the default gateway address to clients.
And also probably "dhcp-option=6" which tells dnsmasq not to send DNS servers information.