I have been setting up a Cisco lab at work and I haven't done much routing with Cisco...could someone check this config and tell me why I can't get any connectivity? The router is a 2911. Thanks in advance.
Current configuration : 1223 bytes
!
! Last configuration change at 09:37:26 HST Fri Jul 6 2018
!
version 15.0
service timestamps debug datetime msec
service timestamps log datetime localtime show-timezone
service password-encryption
!
hostname HAASITLAB-RTR
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$diQG$GvYXgEjqRf6PfnP8M7fgp0
!
no aaa new-model
clock timezone HST -10
!
no ipv6 cef
ip source-route
ip cef
!
!
!
!
no ip domain lookup
multilink bundle-name authenticated
!
!
!
!
license udi pid CISCO2911/K9 sn FTX1533AJG9
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 72.253.168.126 255.255.255.128
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 172.16.5.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 100 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 72.253.168.1
!
access-list 100 permit ip 172.16.5.0 0.0.0.255 any
!
!
!
control-plane
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
end
No comments:
Post a Comment