Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need Help Getting 891w ISR running properly.

Status
Not open for further replies.

BurnOver

Technical User
Dec 6, 2009
2
CA
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!
 
I think I got it working. I just implemented NAT on the Router. I tried it before, but I'm sure there was something else I was missing as well before.

Seems to be working here. Now hopefully no troubles when I get out on the job.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top