Guys,
I never have to configure wireless interfaces in routers, I only do it on APs...Can anyone tell me why the clients (successfully connected to the wireless) wouldn't be able to get an IP address?
Thanks. I'm working remotely on this, which makes troubleshooting wireless more interesting.
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname asdf
!
boot-start-marker
boot-end-marker
!
enable secret 5 $asdf
!
no aaa new-model
ip cef
!
!
no ip dhcp use vrf connected
!
ip dhcp pool 192.168.100.0s24
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
domain-name corp.root
option 150 ip 192.168.100.1
dns-server 192.168.100.9
!
!
multilink bundle-name authenticated
!
!
class-map type inspect match-any private-telnet
match protocol telnet
match protocol ssh
!
!
policy-map type inspect internet-private
class class-default
policy-map type inspect private-internet
class type inspect private-telnet
inspect
class class-default
!
zone security private
description Private Addresses
zone security internet
description Dirty Internet
zone-pair security internet-private source internet destination private
service-policy type inspect internet-private
zone-pair security private-internet source private destination internet
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
ip address 192.168.100.1 255.255.255.0
zone-member security private
duplex auto
speed auto
!
interface Dot11Radio0
no ip address
!
encryption mode ciphers tkip
!
ssid Lush
authentication open
authentication key-management wpa
wpa-psk ascii 0 asdfasdf
!
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
!
interface Vlan1
no ip address
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
scheduler max-task-time 5000
end