Új hozzászólás Aktív témák

  • Geripapa

    aktív tag

    Kis segítség kellene.

    Szeretném a pit internet szórásra használni úgy hogy nem natol! A dhcp-t meg a ruter csinálja mit eddig.

    A netet túrva addig eljutottam addig hogy bekapcsol, de nem tudok csatlakozni hozzá azonosítási hiba miatt:

    sudo hostapd /etc/hostapd/hostapd.conf
    Configuration file: /etc/hostapd/hostapd.conf
    wlan0: interface state UNINITIALIZED->HT_SCAN
    handle_probe_req: send failed
    handle_probe_req: send failed
    20/40 MHz operation not permitted on channel pri=6 sec=10 based on overlapping BSSes
    Using interface wlan0 with hwaddr 74:ea:3a:94:0b:ae and ssid "Ny+V_AP"
    wlan0: interface state HT_SCAN->ENABLED
    wlan0: AP-ENABLED
    wlan0: STA f4:cb:52:e2:83:00 IEEE 802.11: authenticated
    wlan0: STA f4:cb:52:e2:83:00 IEEE 802.11: associated (aid 1)
    WPA: wpa_sm_step() called recursively
    wlan0: STA f4:cb:52:e2:83:00 IEEE 802.11: deauthenticated due to local deauth request
    wlan0: STA f4:cb:52:e2:83:00 IEEE 802.11: authenticated
    wlan0: STA f4:cb:52:e2:83:00 IEEE 802.11: associated (aid 1)
    WPA: wpa_sm_step() called recursively
    wlan0: STA f4:cb:52:e2:83:00 IEEE 802.11: deauthenticated due to local deauth request

    ezek a beállításai:

    ctrl_interface=/var/run/hostapd
    ctrl_interface_group=0
    macaddr_acl=0
    auth_algs=1
    ignore_broadcast_ssid=0

    # 802.11n related stuff
    ieee80211n=1
    #noscan=1
    ht_capab=[HT40+][SHORT-GI-20][SHORT-GI-40]

    #WPA2 settings
    wpa=2
    wpa_key_mgmt=WPA-PSK
    wpa_pairwise=TKIP
    rsn_pairwise=CCMP

    # CHANGE THE PASSPHRASE
    wpa_passphrase=Internet

    # Most modern wireless drivers in the kernel need driver=nl80211
    driver=nl80211
    #driver=rtl871xdrv
    max_num_sta=8
    beacon_int=100
    wme_enabled=1
    wpa_group_rekey=86400
    device_name=RTL8192CU
    manufacturer=Realtek

    # set proper interface
    interface=wlan0
    bridge=br0
    hw_mode=g
    # best channels are 1 6 11 14 (scan networks first to find which slot is free)
    channel=6
    # this is the network name
    ssid=Ny+V_AP

    Valakinek ötlet hogy mit kellene máshogy?

Új hozzászólás Aktív témák