cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2526
Views
11
Helpful
16
Replies

No network on Computer - 2 routers, 1 none CISCO router.

bistimi01
Level 1
Level 1

Hi guys!

I hope someone can help me on this.
First some information about what hardware i got.
I got a Cisco Router 860VAE, i got no console cable(so i'm connected to telnet), i got a home router too(Got it from my ISP).

I'm using my router i got from my ISP to the television so i can't just remove it.. anoying..
I was getting the Cisco router because i'm studying Cisco CCNA at my school(first year) and i thought it could be cool to make NetFlow

The router i got from my ISP is not advanced at all so not many options here. Anyway it use the IP range 10.0.0.0/8
Then my CISCO router use the ip range 192.168.1.0/24

The problem is that i can't get connection to the internet from my computer(I know...)

Let me show my running-config(remember I'm NEW):

Current configuration : 2500 bytes
!
! Last configuration change at 18:04:48 UTC Wed Jan 15 2014 by admin
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no logging buffered
enable secret 4 tnhtc92DsfdXBhelxjLWJy3243i4ntXrpb4RdfFmfqY
!
no aaa new-model
wan mode ethernet
!
!
!
ip dhcp pool ccp_pool
import all
network 192.168.1.0 255.255.255.0
dns-server 8.8.8.8 8.8.4.4
!
!
!
!
ip flow-cache timeout active 1
ip name-server 8.8.8.8
ip name-server 8.8.4.4
ip cef
no ipv6 cef
!
!
!
!
!
username admin privilege 15 secret 4 lUgFIkgcrt4SYXMq7jZtxq52lwdfgkj238
!
!
controller VDSL 0
shutdown
!
!
!
!
!
interface Loopback0
ip address 11.0.0.1 255.255.255.0
ip flow ingress
ip flow egress
!
interface Loopback1
no ip address
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0
no ip address
ip flow ingress
ip flow egress
shutdown
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
switchport access vlan 2
no ip address
spanning-tree portfast
!
interface GigabitEthernet0
description $ETH-WAN$
ip address 10.0.0.1 255.0.0.0
ip flow ingress
ip flow egress
duplex auto
speed auto
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip flow ingress
ip flow egress
!
interface Vlan2
no ip address
ip flow ingress
ip flow egress
!
interface Dialer0
no ip address
ip flow ingress
ip flow egress
!
router rip
version 2
network 10.0.0.0
network 192.168.1.0
no auto-summary
!
ip default-gateway 10.0.0.100
ip forward-protocol nd
ip http server
ip http authentication local
no ip http secure-server
ip flow-capture vlan-id
ip flow-export source Vlan1
ip flow-export version 9
ip flow-export destination 192.168.1.3 9991
!
ip route 0.0.0.0 0.0.0.0 10.0.0.100
ip route 10.0.0.0 255.0.0.0 GigabitEthernet0
ip route 192.168.1.0 255.255.255.0 Vlan1
!
mac-address-table aging-time 15
!
snmp-server community public RW
snmp-server community publics RO
snmp-server ifindex persist
snmp-server enable traps config
snmp-server host 10.0.0.3 version 2c public
!
control-plane
!
banner login ^C** CISCO **^C
!
line con 0
no modem enable
line aux 0
line vty 0 4
exec-timeout 60 0
password cisco
logging synchronous
login local
transport input telnet
!
scheduler allocate 60000 1000
!
end


I've not CHANGED anything!
Some of it was just guesswork..

When i try to PING googles DNS(IP: 8.8.8.8) from the router i get
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/39/40 ms

When i try to PING googles DNS from my own computer i get
Request timed out.
Request timed out.
Request timed out.


My CISCO router ip: 192.168.1.1(vlan1) 10.0.0.1(gigabitethernet/WAN)
My ISP router ip: 10.0.0.100
My computer ip: 192.168.1.3 Gateway: 192.168.1.1

Trying to make a Topology of text MY ISP -> ISP Router -> Switch -> CISCO Router -> My Computer

It's not like i can configure RIP on my ISP router so..? And BTW, my cisco router only support RIP as a routing protocol
So what do i do?

16 Replies 16

bistimi01
Level 1
Level 1

It worked!

I did a reset of my router and loaded this conf:

conf t

     interface vlan1

          ip address 192.168.1.1 255.255.255.0

          no shutdown

     interface gigabitethernet0

          ip address 10.0.0.99 255.0.0.0

          no shutdown
     ip route 0.0.0.0 0.0.0.0 10.0.0.100

     router rip

          version 2

          network 192.168.1.0

          network 10.0.0.0

          no auto-summary

     ip dhcp pool classc_pool

          network 192.168.1.0 255.255.255.0

          dns-server 8.8.8.8

          default-router 192.168.1.1

     service dhcp

     access-list 100 permit ip 192.168.1.0 0.0.0.255 any

     ip nat inside source list 100 interface gigabitethernet0 overload

     interface gigabitethernet0

          ip nat outside

     interface vlan1

          ip nat inside

Oliver,

Correct your configuration is correct and you can use the same

Hope you will mark this thread as marked and rate your experience.

-Ashish

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card