I finally got this router working but cannot get traffic to go across. I can ping the router and when i telnet into the router I can ping the internet but I can't access the internet from the clients.
below is my config:
router#show run
Building configuration...
Current configuration : 1882 bytes
!
! Last configuration change at 12:25:26 UTC Mon Jan 2 2006
! NVRAM config last updated at 12:25:27 UTC Mon Jan 2 2006
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$.ytl$O0I6aUrqf8zRU6L4lmSMq1
enable password Password
!
no aaa new-model
memory-size iomem 10
!
!
ip source-route
no ip routing
!
!
ip dhcp excluded-address 192.168.10.1 192.168.10.30
!
ip dhcp pool vlan1pool
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
dns-server 8.8.8.8
!
!
no ip cef
ip name-server 8.8.8.8
!
!
license udi pid CISCO861W-GN-A-K9 sn FTX160780X9
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
description $ES_WAN$
ip address dhcp client-id FastEthernet4 hostname router
ip nat outside
ip virtual-reassembly
no ip route-cache
duplex full
speed auto
!
interface wlan-ap0
description Service module interface to manage the embedded AP
ip address 192.168.20.1 255.255.255.0
no ip route-cache
arp timeout 0
!
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
!
interface Vlan1
ip address 192.168.10.1 255.255.255.0
ip nat inside
no ip virtual-reassembly
no ip route-cache
!
ip forward-protocol nd
ip http server
no ip http secure-server
!
ip nat inside source list 1 interface FastEthernet4 overload
ip route 0.0.0.0 0.0.0.0 FastEthernet4
!
access-list 1 permit 192.168.10.0 0.0.0.255
dialer-list 1 protocol ip permit
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
line vty 0 4
password password
login
!
scheduler max-task-time 5000
end
router#