Router#show run
Building configuration...
Current configuration : 3883 bytes
!
! Last configuration change at 13:13:01 edt Fri Oct 27 2006
!
version 12.4
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging buffered 15000 debugging
enable secret 5 $1$4GgU$9Ah2HEcl05x6m5AM.6l6A0
!
no aaa new-model
!
resource policy
!
clock timezone est -5
clock summer-time edt recurring
ip cef
!
!
!
!
no ip bootp server
no ip domain lookup
ip port-map user-limewireudp port udp 5910
ip port-map user-limewiretcp port tcp 5910
ip inspect name outbound tcp timeout 3600
ip inspect name outbound udp timeout 3600
ip inspect name outbound user-limewiretcp timeout 3600
ip inspect name outboudn user-limewireudp timeout 3600
!
!
voice-card 0
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description outside interface
ip address 68.xx.xx.236 255.255.255.224
ip access-group 101 in
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description inside interface
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip inspect outbound in
ip virtual-reassembly max-reassemblies 50
duplex auto
speed auto
!
ip route 0.0.0.0 0.0.0.0 68.xx.xx.225
!
!
no ip http server
no ip http secure-server
ip nat pool pool1 68.xx.xx.34 68.xx.xx.47 netmask 255.255.255.240
ip nat inside source list 1 pool pool1 overload
ip nat inside source static tcp 192.168.1.34 25 68.xx.xx.34 25 extendable
ip nat inside source static tcp 192.168.1.34 1723 68.xx.xx.34 1723 extendable
ip nat inside source static tcp 192.168.1.34 3389 68.xx.xx.34 3389 extendable
ip nat inside source static tcp 192.168.1.34 6346 68.xx.xx.34 6346 extendable
ip nat inside source static udp 192.168.1.34 6346 68.xx.xx.34 6346 extendable
ip nat inside source static tcp 192.168.1.35 22 68.xx.xx.35 22 extendable
ip nat inside source static tcp 192.168.1.35 53 68.xx.xx.35 53 extendable
ip nat inside source static udp 192.168.1.35 53 68.xx.xx.35 53 extendable
ip nat inside source static tcp 192.168.1.36 20 68.xx.xx.36 20 extendable
ip nat inside source static tcp 192.168.1.36 21 68.xx.xx.36 21 extendable
ip nat inside source static tcp 192.168.1.36 22 68.xx.xx.36 22 extendable
ip nat inside source static tcp 192.168.1.36 25 68.xx.xx.36 25 extendable
ip nat inside source static tcp 192.168.1.36 80 68.xx.xx.36 80 extendable
ip nat inside source static tcp 192.168.1.36 110 68.xx.xx.36 110 extendable
ip nat inside source static tcp 192.168.1.36 443 68.xx.xx.36 443 extendable
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 101 permit icmp any any
access-list 101 permit tcp any 68.xx.xx.34 0.0.0.16 eq smtp
access-list 101 permit tcp any 68.xx.xx.34 0.0.0.16 eq 3389
access-list 101 permit tcp any 68.xx.xx.35 0.0.0.16 eq domain
access-list 101 permit udp any 68.xx.xx.35 0.0.0.16 eq domain
access-list 101 permit tcp any 68.xx.xx.35 0.0.0.16 eq 22
access-list 101 permit tcp any 68.xx.xx.36 0.0.0.16 eq ftp-data
access-list 101 permit tcp any 68.xx.xx.36 0.0.0.16 eq ftp
access-list 101 permit tcp any 68.xx.xx.36 0.0.0.16 eq 22
access-list 101 permit tcp any 68.xx.xx.36 0.0.0.16 eq smtp
access-list 101 permit tcp any 68.xx.xx.36 0.0.0.16 eq www
access-list 101 permit tcp any 68.xx.xx.36 0.0.0.16 eq pop3
access-list 101 permit tcp any 68.xx.xx.36 0.0.0.16 eq 443
access-list 101 permit esp any any
access-list 101 permit gre any any
access-list 101 permit tcp any 68.xx.xx.36 0.0.0.16 range 59000 60000
snmp-server community public RO
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
line con 0
password 7 14141D061C113E2E362F262C73
login
line aux 0
line vty 0 4
password 7 1306181F1B19102F39233D2A64
login
!
scheduler allocate 20000 1000
ntp master
ntp server 128.95.231.7
ntp server 66.187.224.4
ntp server 146.186.218.253
ntp server 209.132.176.4
end