On the host PC, I can ping other computers on the network, the Network and Sharing Center (Windows 7) says I'm connected to the internet, but I can not access any websites. The wifi is working, as I can have other devices connect to it, but again, the devices can not get to the internet. Bottom line, I can see and connect to machines in the network, but can't reach the internet (even though network center says I'm connected).
What is blocking access to the internet? This is my first venture with a CISCO router. I set it up via the CCA, but am kind of familiar with the CLI and have been poking around there as well.
My config file is:
Current configuration : 4182 bytes
!
version 12.4
no service pad
no service timestamps debug uptime
service timestamps log datetime msec
no service password-encryption
!
hostname SR520
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
logging buffered 4096
no logging rate-limit
enable secret 5 $1$qOdD$8.NLH2A76465rfvecfHD8.
!
no aaa new-model
!
crypto pki trustpoint TP-self-signed-4241158903
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-4241158903
revocation-check none
rsakeypair TP-self-signed-4241158903
!
!
crypto pki certificate chain TP-self-signed-4241158903
certificate self-signed 01
3082023D 308201A6 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 34323431 31353839 3033301E 170D3032 30333031 30303035
35315A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D34 32343131
35383930 3330819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100A2D8 2E3D4945 62228533 2924B1DB E7E59778 F30A628B EFAA4A92 11D5E1EA
2A05D69B 63B3D48E 663BDF0A 3FCD2612 1F37B76C A4EE5E23 E27C8078 79314873
7FB03896 1136E120 5662EB32 4C3BDB15 B1F8BDC8 D03B6C6A 2E762F3F 4E2984CD
3212454A 15A8F936 50A77C15 E2BBC156 E7B157FA B91C8C3D F2F96EB8 D8D64647
05D90203 010001A3 65306330 0F060355 1D130101 FF040530 030101FF 30100603
551D1104 09300782 05535235 3230301F 0603551D 23041830 16801464 56A65D6B
24B62862 090552B6 2C90748A 3F283A30 1D060355 1D0E0416 04146456 A65D6B24
B6286209 0552B62C 90748A3F 283A300D 06092A86 4886F70D 01010405 00038181
000E39FC 82CA199D 335CCAAD 93F80AF5 22827F0F 82BB6656 1F14A557 F1D455C9
4FA1CA76 D2754B92 9FA4AA22 2EE7753E 81A4BF6A 10A24557 EA9AD0C0 C9A1CADC
0319F5A5 A6146B98 EBF3CEA6 8710AA14 B660F909 E655F037 A6C20A8E 08D71EF8
3702B585 6E175D4B B224A779 971BB87E 0872E605 B22D1980 78C6FD76 C1D92CFB AD
quit
dot11 syslog
!
dot11 ssid ecc-cad
vlan 75
authentication open
authentication key-management wpa
guest-mode
wpa-psk ascii 0 xxxxxxxx
!
ip source-route
!
!
ip dhcp excluded-address 192.168.75.1 192.168.75.10
!
ip dhcp pool inside
import all
network 192.168.75.0 255.255.255.0
default-router 192.168.75.1
domain-name test
!
!
ip cef
ip name-server 10.10.50.17
ip name-server 10.10.50.16
!
no ipv6 cef
multilink bundle-name authenticated
!
!
username cisco privilege 15 secret 5 $1$k94u$9018Ae7j3ntZMX0BO0qh61
!
!
!
archive
log config
hidekeys
!
!
!
bridge irb
!
!
interface FastEthernet0
switchport access vlan 75
!
interface FastEthernet1
switchport access vlan 75
!
interface FastEthernet2
switchport access vlan 75
!
interface FastEthernet3
switchport access vlan 75
!
interface FastEthernet4
ip address 10.10.59.253 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface Dot11Radio0
no ip address
!
encryption vlan 75 mode ciphers aes-ccm
!
ssid ecc-cad
!
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.75
encapsulation dot1Q 75 native
bridge-group 75
bridge-group 75 subscriber-loop-control
bridge-group 75 spanning-disabled
bridge-group 75 block-unknown-source
no bridge-group 75 source-learning
no bridge-group 75 unicast-flooding
!
interface Vlan1
no ip address
shutdown
!
interface Vlan75
no ip address
bridge-group 75
bridge-group 75 spanning-disabled
!
interface BVI75
ip address 192.168.75.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 10.10.59.254
!
ip http server
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 FastEthernet4 overload
!
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.75.0 0.0.0.255
!
!
!
!
!
control-plane
!
bridge 75 route ip
banner login ^CSR520 Base Config - MFG 1.0 ^C
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end