- Edited
Nicolas Yeah, the route-metric is 99. (full WifiSTA.rmconnection is quoted).
Now (after a couple of power cycles) I looked at the route:
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 99 0 0 wlan0
0.0.0.0 10.0.0.1 0.0.0.0 UG 600 0 0 uap0
10.0.0.0 0.0.0.0 255.255.255.0 U 600 0 0 uap0
192.168.1.0 0.0.0.0 255.255.255.0 U 99 0 0 wlan0
So the gateway through uap0 (line 2) is back. The high metric is keeping it inactive.
This is the expected behaviour I suppose. The initial problems were probably due to me touching the configuration unnecessarily. The MB is now ready for production, so I don't want to tinker too much - unless I encounter further hiccups.
[connection]
id=WifiSTA
uuid=715fbcc0-8c78-4f50-91f2-4a955f354262
type=wifi
interface-name=wlan0
[wifi]
mode=infrastructure
ssid=MYSSID
[wifi-security]
key-mgmt=wpa-psk
psk=PASSWORD
[ipv4]
method=auto
route-metric=99
[ipv6]
addr-gen-mode=default
method=auto
[proxy]