Mainos / Advertisement:

Hostapd

Kohteesta Taisto
Versio hetkellä 16. heinäkuuta 2015 kello 23.32 – tehnyt Minh (keskustelu | muokkaukset) (→‎Konfigurointi)
(ero) ← Vanhempi versio | Nykyinen versio (ero) | Uudempi versio → (ero)
Siirry navigaatioon Siirry hakuun

Hostapd on WLAN AP sovellus Debianille.

Asennus

Asenna hostapd paketti pakettihallinnasta

aptitude install hostapd

Konfigurointi

Avaa /etc/default/hostapd

Poista risuaita ja kirjoita

 DAEMON_CONF="/etc/hostapd/hostapd.conf"

Luo tiedosto

nano /etc/hostapd/hostapd.conf

ja kirjoita sinne

### Wireless network name ###
interface=wlan0
### Set your bridge name ###
#bridge=br0
#driver=
ssid=WLAN
hw_mode=g
channel=6
wpa=2
wpa_passphrase=WLANPASSWORD
## Key management algorithms ##
wpa_key_mgmt=WPA-PSK
## Set cipher suites (encryption algorithms) ##
## TKIP = Temporal Key Integrity Protocol
## CCMP = AES in Counter mode with CBC-MAC
wpa_pairwise=CCMP
rsn_pairwise=CCMP
## Shared Key Authentication ##
#auth_algs=1
## Accept all MAC address ###
#macaddr_acl=0
  • Käyttäessä bridgeä, asenna bridge-utils ja konfiguroi siltaus verkkokorteihin.
Mainos / Advertisement: