News: This forum is now permanently frozen.
Pages: [1]
Topic: WPA ON WIRELESS BSS MODE NOT WORKING  (Read 2736 times)
« on: March 04, 2010, 19:56:38 »
grami.moss *
Posts: 1

i've tried to setup a wireless connection using BSS Mode have monowall as
a client with wpa encryption.

can't get any connections.

works with wep and if i don't have any encryption but as soon as you select
wpa it's stops connection.


adsl router<--->wireless AP with wpa<-------->monowall BSS mode with wpa
settings<---->PC'S

authmode OPEN privacy OFF txpowmax 100 bmiss 7 protmode CTS

i can see the the settings are not been put in place and i can't change then
so i'm hoping some one could help me fix this.

Code:
Interfaces

rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=8<VLAN_MTU>
inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
inet6 fe80::2e0:c5ff:fe58:cc08%rl0 prefixlen 64 scopeid 0x1
ether 00:e0:c5:58:cc:08
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
ural0: flags=108843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
inet6 fe80::20c:41ff:fe6b:8b05%ural0 prefixlen 64 scopeid 0x2
inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
ether 00:0c:41:6b:8b:05
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g (DS/1Mbps)
status: no carrier
ssid DO_167757 channel 1
authmode OPEN privacy OFF txpowmax 100 bmiss 7 protmode CTS
enc0: flags=0<> mtu 1536
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4


Code:
    <interfaces>
        <lan>
            <if>rl0</if>
            <ipaddr>192.168.1.1</ipaddr>
            <subnet>24</subnet>
            <media/>
            <mediaopt/>
        </lan>
        <wan>
            <if>ural0</if>
            <media/>
            <mediaopt/>
            <wireless>
                <standard>11g</standard>
                <mode>BSS</mode>
                <ssid>DO_167757</ssid>
                <channel>1</channel>
                <wep>
                </wep>
                <wpa>
                    <mode>psk</mode>
                    <version>3</version>
                    <cipher>both</cipher>
                    <psk>XXXXXXXXXXX</psk>
                    <radius>
                        <server/>
                        <authport/>
                        <acctport/>
                        <secret/>
                    </radius>
                </wpa>
                <hidessid/>
            </wireless>
            <spoofmac/>
            <ipaddr>dhcp</ipaddr>
            <dhcphostname/>
        </wan>
    </interfaces>
« Reply #1 on: July 24, 2011, 12:11:09 »
onley *
Posts: 7

Was there ever a resolution to this? My new broadband service does not provide a wired connection and wireless security is WPA or nothing.
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines