Mainos / Advertisement:

Hostapd

Kohteesta Taisto
Versio hetkellä 16. heinäkuuta 2015 kello 23.30 – tehnyt Minh (keskustelu | muokkaukset) (Ak: Uusi sivu: Hostapd on WLAN AP sovellus Debianille. == Asennus == aptitude install hostapd == Konfigurointi == Avaa /etc/default/hostapd Poista risuaita ja kirjoita DAEMON_CONF="/etc/...)
(ero) ← Vanhempi versio | Nykyinen versio (ero) | Uudempi versio → (ero)
Siirry navigaatioon Siirry hakuun

Hostapd on WLAN AP sovellus Debianille.

Asennus

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=eth0.20
#driver=rtl871xdrv
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

Mainos / Advertisement: