I am using and intel 2200bg wireless network card (mini pci). It gets recognized by pfSense as iwi0, but it is always down. When configuring it I am bridging it to my lan card. The channel never gets set to anything other then 1, I tried auto and 2-4. Also tried manually setting an ip address, but doesnt show when running ifconfig iwi0. I am using a Wrap.1E-2.

Here is the output of ifconfig iwi0:

$ ifconfig iwi0
iwi0: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::212:f0ff:fe4d:2ecf%iwi0 prefixlen 64 scopeid 0x1 ether 00:12:f0:4d:2e:cf
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11b (autoselect)
        status: no carrier
        ssid 1louder channel 1
        authmode OPEN privacy OFF txpowmax 100 protmode OFF


here is the section from my config.xml:

<opt2>
           <descr>WLAN</descr>
           <if>iwi0</if>
           <wireless>
               <standard>11g</standard>
               <mode>hostap</mode>
               <protmode>off</protmode>
               <ssid>1louder</ssid>
               <stationname/>
               <channel>4</channel>
               <authmode></authmode>
               <txpower>99</txpower>
               <distance/>
               <wpa>
                   <macaddr_acl></macaddr_acl>
                   <auth_algs>3</auth_algs>
                   <wpa_mode>1</wpa_mode>
                   <wpa_key_mgmt>WPA-PSK</wpa_key_mgmt>
                   <wpa_pairwise>TKIP</wpa_pairwise>
                   <wpa_group_rekey>60</wpa_group_rekey>
                   <wpa_gmk_rekey>3600</wpa_gmk_rekey>
                   <passphrase>goesto11</passphrase>
                   <ext_wpa_sw></ext_wpa_sw>
                   <enable/>
               </wpa>
               <wep>
               </wep>
           </wireless>
           <bridge>lan</bridge>
           <enable/>
           <ipaddr/>
           <subnet>32</subnet>
           <gateway/>
           <spoofmac/>
           <mtu/>
       </opt2>

Any help here is appreciated.

Thanks,
Ethan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to