I am new to Cisco and configuring a new router at a new location. Below is a copy of my configuration. We have a T1 line and an Adtran. I have the router connected to the Adtran with a crossover cable through the FastEthernet 0/0 port. I have a computer connected to the router via a crossover cable and the FastEthernet 0/1 port. The computer has a static IP address of 172.20.145.2 255.255.255.248. From the router, I can ping all interfaces, the Adtran, website IP addresses, and the computer. From the computer, I can ping all interfaces on the router, but cannot ping the Adtran or any websites. I am sure it is something simple I'm missing. If anybody has any suggestions, I would grealy appreciate it. Thanks!
Current configuration : 1894 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname XXXXXXX
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 XXXXXXXXXXX
enable password XXXXXXXXXXX
!
username admin privilege 15 secret 5 XXXXXXXXXXXXX
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
ip domain name yourdomain.com
no ftp-server write-enable
!
password encryption aes
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
ip address 206.107.106.106 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 172.20.145.1 255.255.255.248
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 206.107.106.105
ip http server
ip http timeout-policy idle 600 life 86400 requests 10000
!
!
!
control-plane
!
banner login ^C
Current configuration : 1894 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname XXXXXXX
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 XXXXXXXXXXX
enable password XXXXXXXXXXX
!
username admin privilege 15 secret 5 XXXXXXXXXXXXX
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
ip domain name yourdomain.com
no ftp-server write-enable
!
password encryption aes
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
ip address 206.107.106.106 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 172.20.145.1 255.255.255.248
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 206.107.106.105
ip http server
ip http timeout-policy idle 600 life 86400 requests 10000
!
!
!
control-plane
!
banner login ^C