Fonera: Unterschied zwischen den Versionen
MovGP0 (Diskussion | Beiträge) |
MovGP0 (Diskussion | Beiträge) |
||
Zeile 215: | Zeile 215: | ||
=== /etc/config/wireless === | === /etc/config/wireless === | ||
See [http://downloads.openwrt.org/kamikaze/docs/openwrt.html#x1-110001.2.2 OpenWRT Kamikaze Manual] for setting up basic wireless network configuration | See [http://downloads.openwrt.org/kamikaze/docs/openwrt.html#x1-110001.2.2 OpenWRT Kamikaze Manual] for setting up basic wireless network configuration | ||
; Example 0:<br/>Bridging Ethernet and WLAN | |||
<pre> | |||
config wifi-device wifi0 | |||
option type atheros | |||
option channel 11 # select best channel between 1 and 11 | |||
option country at # austria | |||
option disabled 0 # wlan enabled | |||
# you can also use the reset button to enable/disable | |||
option agmode 11bg # 802.11bg | |||
option distance 20 # maximum wlan reach in meters | |||
config wifi-iface | |||
option device wifi0 | |||
option network bridge # which settings from /etc/config/network | |||
option mode ap # access point mode | |||
option ssid "My Fonera" # name of the router | |||
option hidden 1 # disables ssid broadcast | |||
option encyption none # unsecure | |||
</pre> | |||
== Installing Packages == | == Installing Packages == |