Hello, I've been trying for quite a while to get this Router working. This is the first time I've worked with a Cisco router and am currently in the process of becoming CCNA certified.
Router is the 891w ISR.
As of right now I am behind a small wireless router (IP address 192.168.100.100) just trying to get this working, but it will eventually be moved into the workplace with a Dynamically assigned IP address.
F/E 0-7 are switch ports that will have a switch plugged into one of the interfaces.
Here's a list of things I can/can't do.
-Can ping websites from router
-Can not ping anything outside of router from Inside Network
-Can NOT ping private IP's from router
-Can ping router from computers inside of the network.
-Can NOT ping the 192.168.100.100 from inside network.
-Can ping the IP that was assigned to GigEth 0
current running-config
Building configuration...
Current configuration : 1794 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CISCOROUTE0
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable secret 5 $1$KPPy$vDUvZp7aLqlSj6wrM1.WT.
!
no aaa new-model
service-module wlan-ap 0 bootimage autonomous
!
!
ip source-route
!
!
ip dhcp excluded-address 192.168.2.1 192.168.2.10
!
ip dhcp pool KFN-Net
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
domain-name KFN.local
dns-server 192.168.2.1
lease 15
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0
description WAN
ip address dhcp
duplex auto
speed auto
!
interface wlan-ap0
description Service module interface to manage the embedded AP
no ip address
shutdown
arp timeout 0
!
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
!
interface Vlan1
description LAN
ip address 192.168.2.1 255.255.255.0
!
interface Async1
no ip address
encapsulation slip
!
ip default-gateway 192.168.100.100
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
!
control-plane
!
!
line con 0
line 1
modem InOut
stopbits 1
speed 115200
flowcontrol hardware
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin udptn ssh
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end
Thanks to any one that is willing to help!
Router is the 891w ISR.
As of right now I am behind a small wireless router (IP address 192.168.100.100) just trying to get this working, but it will eventually be moved into the workplace with a Dynamically assigned IP address.
F/E 0-7 are switch ports that will have a switch plugged into one of the interfaces.
Here's a list of things I can/can't do.
-Can ping websites from router
-Can not ping anything outside of router from Inside Network
-Can NOT ping private IP's from router
-Can ping router from computers inside of the network.
-Can NOT ping the 192.168.100.100 from inside network.
-Can ping the IP that was assigned to GigEth 0
current running-config
Building configuration...
Current configuration : 1794 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CISCOROUTE0
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable secret 5 $1$KPPy$vDUvZp7aLqlSj6wrM1.WT.
!
no aaa new-model
service-module wlan-ap 0 bootimage autonomous
!
!
ip source-route
!
!
ip dhcp excluded-address 192.168.2.1 192.168.2.10
!
ip dhcp pool KFN-Net
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
domain-name KFN.local
dns-server 192.168.2.1
lease 15
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0
description WAN
ip address dhcp
duplex auto
speed auto
!
interface wlan-ap0
description Service module interface to manage the embedded AP
no ip address
shutdown
arp timeout 0
!
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
!
interface Vlan1
description LAN
ip address 192.168.2.1 255.255.255.0
!
interface Async1
no ip address
encapsulation slip
!
ip default-gateway 192.168.100.100
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
!
control-plane
!
!
line con 0
line 1
modem InOut
stopbits 1
speed 115200
flowcontrol hardware
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin udptn ssh
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end
Thanks to any one that is willing to help!