/* Debian */

This commit is contained in:
W01f 2014-06-20 11:18:17 +00:00
parent 6891bb661c
commit b40ced0500
1 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,8 @@ sudo apt-get install wpasupplicant</source>
oder setzen:
<source lang=bash>sudo cat >/etc/network/interfaces<<EOF
<source lang=bash>sudo vi /etc/network/interfaces</source>
<pre>
# The loopback network interface
auto lo
iface lo inet loopback
@ -34,7 +35,8 @@ iface lo inet loopback
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
EOF</source>
# EOF
</pre>
alternativ s.a. [[Network-bonding-failover]] um ''ohne Verbindungsabbruch zwischen LAN und WLAN wechseln'' zu können.