Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Ukryte SSID
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
Wielebny
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2006
Posts: 142
Location: Bydgoszcz

PostPosted: Thu Sep 27, 2007 5:44 pm    Post subject: [SOLVED] Ukryte SSID Reply with quote

Wszystko mi działa z WIFI ale mój router nie rozsyła SSID i jak mam włączone rozsyłanie SSID na routerze to wszytko lata lecz jak mam ukryte SSID to nie chce sie połączyć pomimo tego ,że wedle opisu mam wpisane scan_ssid=1 .
Czyli:

Code:


ap_scan=1

network={
   ssid="drugi ssid"
   scan_ssid=1
   psk="bardzo tajne hasło"
   priority=2
}

_________________
Gentoo na razie mnie pokonuje ale walcze


Last edited by Wielebny on Sun Sep 30, 2007 9:23 am; edited 1 time in total
Back to top
View user's profile Send private message
Zwierzak
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1012
Location: /dev/null

PostPosted: Thu Sep 27, 2007 7:33 pm    Post subject: Reply with quote

Musisz podać bssid
Back to top
View user's profile Send private message
Wielebny
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2006
Posts: 142
Location: Bydgoszcz

PostPosted: Thu Sep 27, 2007 7:57 pm    Post subject: Reply with quote

Zwierzak wrote:
Musisz podać bssid


BSSID??
Wiem ,że jest to identyfikator mojego AP ale chodzi dokładnie o MAC adres tak??

================================================

Tak wiec, zadałem:

Code:
iwlist ath0 scan

Otrzymałem informacje i min. Adrdress ktory przypomina MAC.

wiec teraz w pliku konfiguracyjnym robie tak :
Code:
ap_scan=1

network={
   ssid="drugi ssid"
   bssid=00:1A:70:EB:88:FF
   scan_ssid=1
   psk="bardzo tajne hasło"
   priority=2
}


I nadal nie dziala :(

Arfrever: Połączono posty.
_________________
Gentoo na razie mnie pokonuje ale walcze
Back to top
View user's profile Send private message
Zwierzak
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1012
Location: /dev/null

PostPosted: Fri Sep 28, 2007 8:32 am    Post subject: Reply with quote

Wyłącz skan SSID. BSSID to nie jest MAC (choć wygląda tak), jest to identyfikator w eterze, bardziej przypomina IPv6. Mając SSID (nazwę) niekoniecznie musisz się dogadać z AP, ale mając BSSID ma on obowiązek odpowiedzieć na twoje wołanie.
Back to top
View user's profile Send private message
Wielebny
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2006
Posts: 142
Location: Bydgoszcz

PostPosted: Sun Sep 30, 2007 9:23 am    Post subject: Reply with quote

Żeby nie było niedomówień to opisze co robie ,wiec robie scan i mam

Code:
Cell 02 - Address: 00:1A:70:EB:88:FF
                    ESSID:""
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    Quality=44/70  Signal level=-51 dBm  Noise level=-95 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:bcn_int=100
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK

Cell 03 - Address: 00:1A:70:EB:88:FF
                    ESSID:"Wielebny"
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    Quality=42/70  Signal level=-53 dBm  Noise level=-95 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:bcn_int=100
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK



wiec zgodnie z instrukcjami wpisuje dane do pliku sugerując sie tym iż pozycja ADDRESS to jest właśnie BSSID.

Code:
# This is a network block that connects to any unsecured access point.
# We give it a low priority so any defined blocks are preferred.

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1

eapol_version=1
fast_reauth=1


network={   

   ssid="Wielebny"
   bssid=00:1A:70:EB:88:FF
   proto=WPA
   key_mgmt=WPA-PSK
   pairwise=TKIP CCMP
#   scan_ssid=1
   psk="%%%%%%%"
   priority=1
   
}




No i nie lata na ukrytym SSID

================================================

Wszystko zaczęło działać jak ustawiłem pairwise tylko na TKIP

Code:
pairwise=TKIP


Arfrever: Połączono posty.
_________________
Gentoo na razie mnie pokonuje ale walcze
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum