! ****************************************************************** ! canyon.cfg - Cisco router configuration file ! Automatically created by Cisco ConfigMaker v2.6 Build 6 ! Wednesday, April 23, 2003, 02:31:11 PM ! ! Hostname: canyon ! Model: 2620 ! ****************************************************************** ! service timestamps debug uptime service timestamps log uptime no service password-encryption no service tcp-small-servers no service udp-small-servers ! hostname canyon ! enable secret password ! no ip name-server ! ip subnet-zero no ip domain-lookup ip routing ! interface FastEthernet 0/0 no shutdown description connected to Edmonton DMZ ip address 18.1.240.1 255.255.240.0 ip nat inside keepalive 10 ! interface Serial 0/0 no description no ip address shutdown ! interface Serial 0/1 no description no ip address shutdown ! interface Ethernet 1/0 no shutdown description connected to Internet ip address 10.128.211.101 255.255.255.0 ip nat outside keepalive 10 ! ! Access Control List 1 ! no access-list 1 access-list 1 permit 18.1.240.0 0.0.15.255 access-list 1 permit 18.1.32.0 0.0.15.255 access-list 1 permit 18.1.16.0 0.0.15.255 access-list 100 permit ip host 10.128.211.203 any access-list 100 permit ip host 10.128.211.202 any access-list 100 permit ip host 10.128.211.201 any ! ! Dynamic NAT ! ip nat translation timeout 86400 ip nat translation tcp-timeout 86400 ip nat translation udp-timeout 300 ip nat translation dns-timeout 60 ip nat translation finrst-timeout 60 ip nat inside source list 1 interface Ethernet 1/0 overload ! router igrp 10 network 18.0.0.0 passive-interface Ethernet 1/0 ! ! ip classless ! ! IP Static Routes ip route 0.0.0.0 0.0.0.0 Ethernet 1/0 ip route 18.2.32.0 255.255.240.0 10.128.211.202 200 ip route 18.3.32.0 255.255.240.0 10.128.211.203 200 no ip http server snmp-server community public RO no snmp-server location no snmp-server contact banner motd #Welcome!# ! line console 0 exec-timeout 0 0 password password login ! line vty 0 4 password password login ! end