Link to home
Start Free TrialLog in
Avatar of sseibert
sseibert

asked on

***HELP!!!***Cisco 1841 router question

**HELP** I am installing a Cisco 1841 router. I am unable to get out to my ISP through the router. I am able to get out wehen I configure a workstation with the same IP settings. What am I doing wrong?



Here is my config:
Current configuration : 1285 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ashbury-rtr
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$J.Zn$3r0JJ0msON7Dq6Vp02A8t/
enable password tuneup
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip routing
 --More--         no ip cef
!
!
!
!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
 description outside wan
 ip address 24.XX.XX.XX 255.255.255.248
 no ip route-cache
 duplex auto
 speed auto
 no mop enabled
!
interface FastEthernet0/1
 description inside lan
 ip address 192.168.2.1 255.255.255.0
 ip nat inside
 no ip route-cache
 --More--          duplex auto
 speed auto
!
interface FastEthernet0/1/0
 no ip address
 shutdown
!
interface FastEthernet0/1/1
 no ip address
 shutdown
!
interface FastEthernet0/1/2
 no ip address
 shutdown
!
interface FastEthernet0/1/3
 no ip address
 shutdown
!

!
 --More--         interface Vlan1
 no ip address
 no ip route-cache
 shutdown
!
ip classless
ip http server
!
!
snmp-server community public RO
snmp-server enable traps tty
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
ASKER CERTIFIED SOLUTION
Avatar of Les Moore
Les Moore
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial