My current running config:
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname IPA2006_AP1
!
logging buffered 10000 debugging
enable secret 5 $1$SmqK$SohoAaAZCXOxIzUeh5WOw/
!
ip subnet-zero
ip dhcp excluded-address 10.1.0.1
ip dhcp excluded-address 10.0.0.1 10.0.0.4
!
ip dhcp pool INTERN
network 10.1.0.0 255.255.255.240
default-router 10.1.0.1
dns-server 212.90.199.2
lease 10
!
ip dhcp pool EXTERN
network 10.2.0.0 255.255.255.240
default-router 10.2.0.1
dns-server 212.90.199.2
lease 10
!
ip dhcp pool TESTPPOL
network 10.0.0.0 255.255.255.240
lease 10
!
!
aaa new-model
!
!
aaa group server radius rad_eap
server 10.0.0.2 auth-port 1812 acct-port 1813
!
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 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 vlan-name extern vlan 251
!
dot11 ssid extern
vlan 251
authentication open
!
dot11 ssid infrastructure
vlan 1
authentication open
infrastructure-ssid
!
dot11 ssid intern
vlan 250
authentication open mac-address mac_methods eap eap_methods
authentication network-eap eap_methods
authentication key-management wpa
!
!
!
username Cisco password 7 14341B180F0B
username 004096a80737 password 7 0256540F5B5F5920141E5E4A52
username 004096a80737 autocommand exit
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption mode ciphers aes-ccm tkip wep128
!
encryption vlan 250 mode ciphers aes-ccm tkip
!
broadcast-key change 18000
!
broadcast-key vlan 250 change 18000
!
!
ssid extern
!
ssid infrastructure
!
ssid intern
!
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
channel 2447
station-role root
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
no ip route-cache
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 Dot11Radio0.250
encapsulation dot1Q 250
ip address 10.1.0.1 255.255.255.240
no ip route-cache
!
interface Dot11Radio0.251
encapsulation dot1Q 251
ip address 10.2.0.1 255.255.255.240
no ip route-cache
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
hold-queue 160 in
!
interface FastEthernet0.1
encapsulation dot1Q 1 native
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address 10.0.0.2 255.255.255.240
no ip route-cache
!
ip http server
no ip http secure-server
ip http help-path
http://www.cisco.com/warp/public/779...onfig/help/eag
ip radius source-interface BVI1
!
radius-server local
nas 10.0.0.2 key 7 071C244F5C0C0D
user hstucki nthash 7
0558222D056918504E2140435D55540B7C7271616576312234 525304010B050356
!
radius-server attribute 32 include-in-access-req format %h
radius-server host 10.0.0.2 auth-port 1812 acct-port 1813 key 7
0518030C33495A
radius-server vsa send accounting
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
!
!
line con 0
line vty 5 15
!
end
And still:
When I connect to FaEth0 with a CAT5 Cable, I get an IP-Address out of
the TESTPOOL. With enabled DHCP Debug Messages i see all the
Choreography successfully.
When I connect over the WLAN Adapter with an SSID intern or extern, I
don't see anything and I get the std. 169.x.x.x crap.