05-05-2010 07:22 AM - edited 03-04-2019 08:22 AM
For a long time now I try to get my 876 Wireless Router configured but I do not succeed. (I'm just a cisco loving amateur so please respect my poor knowledge)
Problem is that I got the router setup for internet connection but only wired. Now I have a configuration in which I also succeed to make a wireless connection. Only the problem is that the wireless connection does not get to the internet.
Next to some other minor looking problems that will be the main thing!
I tried several helpfull tools as CCP and some sites which gave a Form-template on the internet or a Excel-sheet to fill in. All those did not function for me.
Now I hope there will be someone out there who is willing to have a look at my running-config and give me a helping hand.
Thanks in advance,
Emil
Building configuration...
Current configuration : 6294 bytes
!
! Last configuration change at 03:55:22 UTC Thu Apr 29 2010 by Router876W
!
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
!
!
crypto pki trustpoint TP-self-signed-1959697149
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-1959697149
revocation-check none
rsakeypair TP-self-signed-1959697149
!
!
crypto pki certificate chain TP-self-signed-1959697149
certificate self-signed 01
<KEY-FOLLOWS-HERE>
quit
dot11 syslog
!
dot11 ssid 876W
vlan 1
authentication open
authentication key-management wpa
wpa-psk ascii 0 <MYKEY>
!
ip source-route
!
!
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool ccp-pool
import all
network 10.10.10.0 255.255.255.248
default-router 10.10.10.1
lease 0 2
!
!
ip cef
no ip domain lookup
ip domain name yourdomain.com
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
username Router876W privilege 15 secret 5 <MYSECRET>
!
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
!
!
interface ATM0.1 point-to-point
pvc 8/48
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
!
interface FastEthernet1
!
!
interface FastEthernet2
!
!
interface FastEthernet3
!
!
interface Dot11Radio0
no ip address
!
encryption vlan 1 mode ciphers aes-ccm tkip
!
broadcast-key vlan 1 change 30
!
!
ssid 876W
!
mbssid
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 Dot11Radio0.1
encapsulation dot1Q 1 native
no cdp enable
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
!
interface Dialer0
ip address <MY-ISPGIVEN-FIX-IPADDRESS> 255.255.255.0
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username <MYUSERNAME> password 0 <MYPASS>
no cdp enable
!
!
ip forward-protocol nd
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
ip nat inside source list 1 interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 Dialer0
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 10.10.10.0 0.0.0.7
access-list 23 permit 10.10.10.0 0.0.0.7
dialer-list 1 protocol ip permit
no cdp run
!
control-plane
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
access-class 23 in
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end
Solved! Go to Solution.
05-06-2010 09:04 AM
Glad to hear it Sometimes a reboot is all that's needed, especially when nothing else makes sense! LOL! If you would, please rate this post so others can find it if needed.....
Thanks!
John