Zum Inhalt springen

Fonera: Unterschied zwischen den Versionen

MovGP0 (Diskussion | Beiträge)
MovGP0 (Diskussion | Beiträge)
Zeile 227: Zeile 227:


config wifi-iface
config wifi-iface
   option device    wifi0
   option device    wifi0       # 2nd interface is called "ath0"
   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
   option ssid      "My Fonera" # name of the router
   option ssid      "My Fonera" # name of the router
   option hidden    1          # disables ssid broadcast
   option hidden    1          # disables ssid broadcast
   option encyption none       # unsecure
   option encyption psk2       # wpa2-psk
  option key      *********** # google 'wep key generator' to get a key
</pre>
</pre>