2

I would like to configure more than one AP in netplan, like this:

wifis:
   wlan0:
       access-points:
           network1:
               password: "abc"
               priority: 0
           network2:
               password: "def"
               priority: 1

I would like to set a priority to those networks in order to prefer one over the other if available. E.g.: Use network1 if available, otherwise network2.

Is that possible? Maybe the order is the way to define the priority?

Couldn't find anything on netplan.io :/

tollo
  • 403
  • 2
  • 8

0 Answers0