Question
March 16, 2008 at 01:21 AM
salvadoreec

Cisco 2621 can’t connect to the Internet

by salvadoreec . Updated 18 years, 4 months ago

Hello! I’m trying to use my Cisco 2621 as my local network router using my Cox Internet.

cloud—Cox’s cisco—-My 2621 Cisco—-PC

The thing is when I log into my router I can ping every remote IP and my local PC IP. But from my PC I can’t access the Internet. I can “see” the Fa0/0 interface but no further than that.

Any sugestions? Thanks!!!

Current configuration : 927 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
ip cef
!
!
!
ip audit po max-events 100
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
ip access-group 1 in
ip accounting output-packets
ip nat inside
duplex auto
speed auto
interface FastEthernet0/1
ip address 70.164.xxx.xxx 255.255.255.224
ip access-group 1 out
ip nat outside
duplex auto
speed auto
!
ip nat inside source list 1 interface FastEthernet0/1 overload
ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
!
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
!
line con 0
login
line aux 0
line vty 0 4
password telnet1234
login
line vty 5 15
password telnet1234
login
!
!
end

This discussion is locked

All Comments