Le 14/05/2016 22:01, Florian Zieboll a écrit :
I never tried that, but for roaming you can do something like

auto wlan0
iface wlan0 inet dhcp
     wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

    allow-hotplug wlan0
    iface wlan0 inet manual
         wpa_roam /etc/wpa_supplicant/wpa_supplicant.conf


# mapping for the default id_str of wpa_supplicant:
    iface default inet dhcp

    Plus some sections like the following if you have static addresses:

# mapping for id_str="foo"
    iface foo inet static
       address      192.168.0.14
       netmask      255.255.254.0
       network      192.168.0.0
       broadcast    192.168.0.255
       gateway      192.168.0.250

detailed explanation at (eg) https://www.debuntu.org/how-to-wifi-roaming-with-wpa-supplicant/

_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to