Fonera: Unterschied zwischen den Versionen
MovGP0 (Diskussion | Beiträge) |
MovGP0 (Diskussion | Beiträge) |
||
Zeile 263: | Zeile 263: | ||
config wifi-iface | config wifi-iface | ||
option device | option device ath0 # 2nd interface is called "wifi0" | ||
option network bridge # which settings from /etc/config/network | option network bridge # which settings from /etc/config/network | ||
option mode ap # access point mode | option mode ap # access point mode | ||
Zeile 271: | Zeile 271: | ||
option key *********** # google 'wep key generator' to get a key | option key *********** # google 'wep key generator' to get a key | ||
</pre> | </pre> | ||
''Note:'' for WPA2-Encryption you must install hostapd first (<code>ipkg install hostapd</code>) | ''Note:'' for WPA2-Encryption you must install hostapd first (<code>ipkg install hostapd</code>). Encryption also may only work on <code>ath0</code>. | ||
== INSTALLING PACKAGES == | == INSTALLING PACKAGES == |