WPA + Cisco Aironet 1100
HejJeg har prøvet at sætte WPA-PSK (in Personal Mode) på mit AP (cisco aironet 1100 series/ system software 12.3(7)JA - boot loader ver. 12.3(2)JA3) jeg har en IBM T43 med Intel(R) PRO/wireless 2200BG Netw, men brude alle wifi kort som understøtter WPA virke ?
Jeg har fulgt denne guide http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008054339e.shtml
Jeg kan fino se at AP har WPA encryption på, kan som sådan også connecte til det, bliver promptet for en kode.
Men jeg kan ikke få den til at få en IP via min DHCP (har en SBS2003 som kører DHCP) slår jeg WPA fra får jeg en IP med det samme.
sådan ser min config ud :
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Cisco_AP
!
no logging console
!
ip subnet-zero
!
!
aaa new-model
!
!
aaa group server radius rad_eap
!
aaa group server radius rad_mac
!
aaa group server radius rad_acct
!
aaa group server radius rad_admin
cache expiry 1
cache authorization profile admin_cache
cache authentication profile admin_cache
!
aaa group server tacacs+ tac_admin
cache expiry 1
cache authorization profile admin_cache
cache authentication profile admin_cache
!
aaa group server radius rad_pmip
!
aaa group server radius dummy
!
aaa authentication login default local
aaa authentication login eap_methods group rad_eap
aaa authentication login mac_methods local
aaa authorization exec default local
aaa accounting network acct_methods start-stop group rad_acct
aaa cache profile admin_cache
all
!
aaa session-id common
!
dot11 ssid Cisco AP
authentication open
guest-mode
!
dot11 ssid WPA
authentication open
authentication key-management wpa
wpa-psk ascii 7 064**E70**6A2**A2C**050**A0D
!
!
!
username ***** password 7 002********754
username ***** privilege 15 password 7 0745*****36483A3******0B1B
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption mode ciphers aes-ccm
!
ssid Cisco
!
ssid WPA
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address 192.168.2.6 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.2.1
ip http server
ip http authentication aaa
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
ip radius source-interface BVI1
!
radius-server attribute 32 include-in-access-req format %h
radius-server vsa send accounting
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
transport preferred all
transport output all
line vty 0 4
transport preferred all
transport input all
transport output all
line vty 5 15
transport preferred all
transport input all
transport output all
!
end