Here is the whole config:
Current configuration : 4363 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug datetime
service timestamps log datetime
service password-encryption
!
hostname HACKENSACK_2620
!
logging rate-limit console 10 except errors
no logging console
!
ip subnet-zero
!
!
no ip finger
no ip domain-lookup
ip host medford 172.16.1.2
ip host wcald 172.16.1.6
ip host prospect 172.16.1.10
ip host franklin 172.16.1.18
ip host regent 172.16.1.14
!
ip inspect max-incomplete high 1100
ip inspect one-minute high 1100
ip inspect name Internal tcp
ip inspect name Internal udp
ip inspect name Internal cuseeme
ip inspect name Internal ftp
ip inspect name Internal h323
ip inspect name Internal rcmd
ip inspect name Internal realaudio
ip inspect name Internal smtp
ip inspect name Internal streamworks
ip inspect name Internal vdolive
ip inspect name Internal sqlnet
ip inspect name Internal tftp
ip inspect name Internet smtp
ip inspect name Internet tcp
ip audit notify log
ip audit po max-events 100
!
!
controller T1 0/0
framing esf
linecode b8zs
channel-group 2 timeslots 1-24 speed 64
!
controller T1 0/1
framing esf
clock source internal
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/2
framing esf
linecode b8zs
cablelength short 133
channel-group 1 timeslots 1-12 speed 64
!
controller T1 0/3
!
!
interface Loopback0
no ip address
shutdown
!
interface FastEthernet0/0
description connected to EthernetLAN
ip address 10.0.0.1 255.255.255.0
ip access-group 100 in
ip nat inside
ip inspect Internal in
duplex auto
speed auto
!
interface Serial0/0:2
no ip address
encapsulation frame-relay
no fair-queue
frame-relay lmi-type ansi
!
interface Serial0/0:2.1 point-to-point
description connected to Franklin_1720
ip address 172.16.1.17 255.255.255.252
ip nat inside
frame-relay interface-dlci 100
!
interface Serial0/0:2.2 point-to-point
description connected to W_Caldwell_1720
ip address 172.16.1.5 255.255.255.252
ip nat inside
ip inspect Internal in
frame-relay interface-dlci 103
!
interface Serial0/0:2.3 point-to-point
description connected to Regent
ip address 172.16.1.13 255.255.255.252
ip nat inside
ip inspect Internal in
frame-relay interface-dlci 102
!
interface Serial0/0:2.4 point-to-point
description connected to Prospect_1720
ip address 172.16.1.9 255.255.255.252
ip nat inside
ip inspect Internal in
frame-relay interface-dlci 101
!
interface Serial0/0:2.5 point-to-point
description connected to Medford
ip address 172.16.1.1 255.255.255.252
ip nat inside
ip inspect Internal in
frame-relay interface-dlci 104
!
interface Serial0/1:0
description connected to warehouse
ip address 10.0.7.2 255.255.255.0
!
interface Serial0/2:1
bandwidth 768
ip address 141.150.5.90 255.255.255.252
ip access-group 102 in
ip nat outside
ip inspect Internet in
!
ip nat inside source static 10.0.0.20 141.150.147.88
ip nat inside source static 10.0.0.11 141.150.147.87
ip nat inside source static 10.0.0.10 141.150.147.86
ip nat inside source static 10.0.0.40 141.150.147.85
ip classless
ip route 0.0.0.0 0.0.0.0 141.150.5.89
ip route 10.0.1.0 255.255.255.0 172.16.1.2
ip route 10.0.2.0 255.255.255.0 172.16.1.18
ip route 10.0.3.0 255.255.255.0 172.16.1.6
ip route 10.0.4.0 255.255.255.0 172.16.1.10
ip route 10.0.5.0 255.255.255.0 172.16.1.14
ip route 10.0.6.0 255.255.255.0 10.0.7.1
no ip http server
!
access-list 1 permit any
access-list 100 permit tcp host 10.0.0.10 any eq www
access-list 100 permit tcp host 10.0.0.10 any eq 443
access-list 100 permit udp host 10.0.0.10 any eq 443
access-list 100 deny tcp any any eq www
access-list 100 deny tcp any any eq 443
access-list 100 deny udp any any eq 443
access-list 100 permit ip any any
access-list 100 permit tcp host 10.0.0.62 eq
access-list 100 permit tcp host 10.0.0.62 any
access-list 102 permit tcp any host 141.150.147.86 eq www
access-list 102 permit tcp any host 141.150.147.86 eq smtp
access-list 102 permit tcp any host 141.150.147.87 eq 1494
access-list 102 permit tcp any host 141.150.147.88 eq nntp
snmp-server community public RO
!
line con 0
exec-timeout 0 0
logging synchronous
login
transport input none
line aux 0
password 7 01100F175804
login
line vty 0 4
login
!
no scheduler allocate
end
HACKENSACK_2620#