docs/87857: ifconfig wireless options order matters

JoaoBR joao at matik.com.br
Sun Oct 23 02:00:30 UTC 2005


The following reply was made to PR docs/87857; it has been noted by GNATS.

From: JoaoBR <joao at matik.com.br>
To: bug-followup at freebsd.org, joao at matik.com.br
Cc:  
Subject: Re: docs/87857: ifconfig wireless options order matters
Date: Sat, 22 Oct 2005 23:50:53 -0300

 so funny I think is this :
 
 ######################
 on the AP(server)
 configured with
 192.168.2.1/29 media OFDM/54Mbps mediaopt hostap mode 11g ssid casa11g up
 
 ath0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
         inet 192.168.2.1 netmask 0xfffffff8 broadcast 192.168.2.7
         ether 00:11:95:c2:2a:89
         media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g <hostap>
         status: associated
         ssid casa11g channel 2 bssid 00:11:95:c2:2a:89
         authmode OPEN privacy OFF txpowmax 50 protmode CTS dtimperiod 1
         bintval 100
 ######################
 
 on client (broadcom as ndis)
 configured with
 192.168.2.2/29 media OFDM/54Mbps ssid casa11g mode 11g bssid any up
 
 ndis0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
         inet 192.168.2.2 netmask 0xfffffff8 broadcast 192.168.2.7
         ether 00:14:a4:0e:b9:fc
         media: IEEE 802.11 Wireless Ethernet DS/11Mbps mode 11b (OFDM/54Mbp=
 s)
         status: associated
         ssid casa11g channel 1 bssid 00:11:95:c2:2a:89
         authmode OPEN privacy OFF txpowmax 100 protmode CTS
 #######################
 
 but configured with
 192.168.2.2/29 media OFDM/54Mbps mode 11g ssid casa11g bssid any up
 I see
 
 
 ndis0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
         inet 192.168.2.2 netmask 0xfffffff8 broadcast 192.168.2.7
         ether 00:14:a4:0e:b9:fc
         media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g=20
 (OFDM/54Mbps)
         status: associated
         ssid casa11g channel 1 bssid 00:11:95:c2:2a:89
         authmode OPEN privacy OFF txpowmax 100 protmode CTS
 
 #######################
 
 please check on both, mode 11g with 11b and channel
 
 on the server I see channel 2 and on client channel 1
 
 but at the end I have access with this wireless connections (both)
 
 Jo=E3o
 
 
 
 
 
 
 
 A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura.
 Service fornecido pelo Datacenter Matik  https://datacenter.matik.com.br



More information about the freebsd-doc mailing list