Hello Ronnie,
Here is the Router config
Current configuration : 4324 bytes
!
! Last configuration change at 10:15:40 EDT Fri Oct 2 2015
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime localtime show-timezone
service password-encryption
!
hostname sw-rtr
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$5D31$MLvqSWxC7Orzo8xmtFXHB.
!
aaa new-model
!
!
!
!
!
!
!
!
aaa session-id common
clock timezone EST -5 0
clock summer-time EDT recurring
service-module wlan-ap 0 bootimage autonomous
!
crypto pki trustpoint TP-self-signed-1606289177
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-1606289177
revocation-check none
rsakeypair TP-self-signed-1606289177
!
!
crypto pki certificate chain TP-self-signed-1606289177
certificate self-signed 01
3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 31363036 32383931 3737301E 170D3135 30393135 30383331
34395A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 36303632
38393137 3730819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100A905 B0440819 73FD4E31 8CEBC018 D8FB7DA0 64926C8D 8A2AC895 A59BD0CF
C671174A 31926562 077DF880 BDCAA7AA F3F9D463 69411125 80C576D7 8B59B89F
3DBC148E E762FFB0 E1370C45 368F6E3B A072621D 3E9B93D1 C858A19F BDD9C48C
689EDC8D 22CCD8C8 6DB08F52 64F55FB9 5B403B85 62619197 0A7100DB 4526F8B8
EF7B0203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
551D2304 18301680 14339DA3 FBAE7FBB B927AF34 9D1F10EE A01612F4 05301D06
03551D0E 04160414 339DA3FB AE7FBBB9 27AF349D 1F10EEA0 1612F405 300D0609
2A864886 F70D0101 05050003 8181003F 55419656 25C46ED1 A153FEB0 7B7D3C56
0744A22B 6EC54D38 56D5DF2D 250C196E 2734A003 61205CDD EF80E74A 8706F6BB
6F623185 01838C17 E1E62D36 CF9C4F98 BD064D2F 37C108A7 E354207D EF6FE692
A866C649 C795A325 3F04B19B 4A165744 6AA1EBC7 4A621AA8 CB3A8AFD 0839D284
EF0B8A93 3EB16480 B6A5F441 92B931
quit
no ip source-route
!
!
!
!
!
!
!
!
!
ip dhcp excluded-address 192.168.201.1 192.168.201.4
!
ip dhcp pool BillsFarm
network 192.168.201.0 255.255.255.128
domain-name remkes.com
dns-server 192.168.4.36 192.168.1.30
default-router 192.168.201.1
!
!
!
ip domain name remkes.com
ip name-server 192.168.4.36
ip name-server 192.168.1.30
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
cts logging verbose
license udi pid C881W-A-K9 sn FJC1932E0U5
!
!
username admin privilege 15 password 7 1425410607576B2527
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface FastEthernet4
description << Wide Area Network >>
ip address 192.168.250.201 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip ospf priority 0
duplex full
speed 10
!
interface Wlan-GigabitEthernet0
no ip address
!
interface wlan-ap0
ip unnumbered Vlan1
!
interface Vlan1
description << Local Area Network >>
ip address 192.168.201.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1452
bridge-group 1
!
router ospf 1
router-id 192.168.250.201
area 201 stub no-summary
network 192.168.201.0 0.0.0.255 area 201
network 192.168.250.0 0.0.0.255 area 0
!
ip forward-protocol nd
ip http server
ip http secure-server
!
!
ip nat inside source list 1 interface FastEthernet4 overload
ip route 0.0.0.0 0.0.0.0 192.168.250.1
ip route 0.0.0.0 0.0.0.0 FastEthernet4
ip route 0.0.0.0 0.0.0.0 192.168.201.2
!
!
access-list 1 permit 192.168.250.201
access-list 1 permit 192.168.201.0 0.0.0.255
!
!
!
control-plane
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
!
line con 0
exec-timeout 5 0
logging synchronous
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
stopbits 1
line vty 0 4
exec-timeout 5 0
password 7 053955022A1F0F071A
logging synchronous
transport input ssh
line vty 5
transport input ssh
!
scheduler allocate 20000 1000
ntp server 64.113.32.5
!
!
!
end