i give up on this one. i'm going to take the router to them and let them to figure it out. i can't understand why the cm won't come up with the router attached.
here is the interface status:
Interface IP-Address OK? Method Status Protocol
Ethernet0 192.168.0.1 YES manual up up
Ethernet1 unassigned YES DHCP up up
and my latest config: (i edited yours slightly)
Current configuration : 2193 bytes
!
version 12.2
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging rate-limit console 10 except errors
enable secret 5 $1$L6RI$Lwr8TK6qom03K4f1a5R3i0
enable password 7 13514742585F5D7E7B72
!
username xxxxx password 7 10471A1807121E070D
ip subnet-zero
no ip domain-lookup
ip name-server 12.27.240.3
ip name-server 12.27.240.4
--More--
ip dhcp excluded-address 192.168.0.1
!
ip dhcp pool CLIENT
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 12.27.240.3 12.27.240.4
netbios-name-server 12.27.240.5
!
ip dhcp pool Client
import all
network 192.168.0.0 255.255.255.0
dns-server 12.27.240.3 12.27.240.4
domain-name glasgow-ky.com
default-router 192.168.0.1
!
ip inspect name LANOUT http java-list 1
ip inspect name LANOUT ftp
ip inspect name LANOUT tcp
ip inspect name LANOUT udp
ip inspect name LANOUT smtp
--More--
no ip dhcp-client network-discovery
lcp max-session-starts 0
!
!
!
interface Ethernet0
description Lan Interface
ip address 192.168.0.1 255.255.255.0
no ip proxy-arp
ip nat inside
no ip route-cache
no cdp enable
hold-queue 32 in
hold-queue 100 out
!
interface Ethernet1
description Wan Interface
ip address dhcp
ip access-group 101 in
ip inspect LANOUT out
ip nat outside
arp timeout 1500
no cdp enable
--More--
!
ip classless
no ip http server
!
ip nat inside source list 101 interface Ethernet1 overload
ip nat inside source list 102 interface Ethernet1 overload
access-list 101 permit udp any eq bootps any
access-list 101 deny tcp any any eq finger
access-list 101 deny icmp any any echo log
access-list 101 permit ip 192.168.0.0 0.0.0.255 any
access-list 101 permit tcp any any gt 1023 established
no cdp run
!
line con 0
exec-timeout 120 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 120 0
login local
length 0
transport input telnet
--More--
!
scheduler max-task-time 5000
end Travis McGuire