cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2003
Views
5
Helpful
15
Replies

Cisco 1811 Config issue

Chris Barron
Level 1
Level 1

For some reason I can not get the config correct on my 1811.

I have been banging my head against this for a week now.

I can not ping 8.8.8.8 from the FE0 interface.

FE1 is the wan interface which goes to a cable modem(dynamic)

FE0 goes to a patchpanel and switch for the LAN

What am I missing? Probably something so obvious its not funny, but I could use some help.

Thanks in advance

Below is my conf

 

 

Building configuration...

Current configuration : 1483 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router1.*********************
!
boot-start-marker
boot-end-marker
!
no logging console
enable secret 5 *******************************
enable password **********
!
no aaa new-model
!
!
dot11 syslog
no ip routing
!
!
no ip cef
!
!
!
multilink bundle-name authenticated
!
!
!
!
archive
 log config
  hidekeys
!
!
!
!
!
interface FastEthernet0
 description LAN Interface
 ip address 10.10.2.42 255.255.0.0
 ip helper-address 10.10.2.99
 ip nat inside
 ip virtual-reassembly
 no ip route-cache
 duplex auto
 speed auto
!
interface FastEthernet1
 ip address dhcp
 ip nat outside
 ip virtual-reassembly
 no ip route-cache
 duplex auto
 speed auto
!
interface FastEthernet2
 shutdown
!
interface FastEthernet3
 shutdown
!
interface FastEthernet4
 shutdown
!
interface FastEthernet5
 shutdown
!
interface FastEthernet6
 shutdown
!
interface FastEthernet7
 shutdown
!
interface FastEthernet8
 shutdown
!
interface FastEthernet9
 shutdown
!
interface Vlan1
 no ip address
 no ip route-cache
!
interface Async1
 no ip address
 encapsulation slip
 no ip route-cache
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet1 overload
!
access-list 1 permit any
snmp-server community public RO
!
!
!
!
!
!
control-plane
!
!
line con 0
line 1
line aux 0
line vty 0 4
 password *****************
 login
!
end

router1.*****************#

15 Replies 15

Hi,

Try doing what Jon suggested, if still not working, try the standard ACL I gave you.