Configuration 2006.07.31.22.37.44.N.14, Device R4!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
!
no aaa new-model
ip subnet-zero
!
!
ip cef
no ip domain lookup
!
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
interface FastEthernet0/0
 ip address 17.80.1.2 255.255.255.0
 ip nat inside
 speed auto
 duplex auto
 no shutdown
!
interface ATM1/0
 ip address 192.10.32.14 255.255.255.0
 ip nat outside
 no atm ilmi-keepalive
 pvc 0/72 
  protocol ip 192.10.32.254
 !
 no shutdown
!
ip nat inside source list 1 interface ATM1/0 overload
ip nat outside source static 192.10.32.254 17.80.1.3 extendable
ip nat outside source static 192.10.32.254 17.80.1.250 extendable
ip nat outside source static 192.10.32.254 17.80.1.252 extendable
ip nat outside source static 192.10.32.254 17.80.1.254 extendable
ip http server
no ip http secure-server
ip classless
!
!
access-list 1 permit any
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
!
end