vin wrote: Tue Sep 28, 2021 4:08 am
Just one observation -- In case eth0 goes down, we need to open frisbee and connect wlan0 manually.
Thanks for that observation.
In SNS 3.x I made the automatic interface and connection choice dependent on the order of configured connections but retained the preference for any wifi connection over any wired one. Maybe I should include the wired connections when choosing the connection.
In 3.x, the connections are listed starting with the last one defined, except that the wired connections are always at the bottom of the list. So, with a code change, if the last one defined is wired, that would be the preferred/default if available.
Do you (or anyone) think that would be worth changing? If so, please tell me more about what situation you need to accommodate. I infer that either your wired connection is unreliable or that you can plug in your laptop some places but not others, therefore needing wifi.
I wonder what the reasoning was to always use wifi if available. Maybe it was to avoid using a faulty built-in ethernet interface. I tend to agree that wired-first would be better, considering that one could avoid wired by simply not defining the wired connection. Comments, anyone?
Richard