sh run
Building configuration...
Current configuration : 975 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ulyop1841
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$72BB$KMixvrQNWMc7Q.RksdnGk0
enable password cisco0
!
no aaa new-model
!
resource policy
!
memory-size iomem 15
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
!
!
!
!
interface FastEthernet0/0
description OUTSIDE
ip address 72.88.212.19 255.255.255.0
ip nat outside
duplex auto
speed auto
!
interface FastEthernet0/1
description INSIDE
ip address 10.84.18.5 255.255.255.0
ip nat inside
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 72.88.212.1
!
ip http server
ip nat inside source list 2 interface FastEthernet0/0 overload
!
access-list 2 permit 10.84.18.0 0.0.0.255
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login local
!
end
|