Router was working last night on my Cisco 2801 and this morning it was not. Brought the 2801 home to configure it for the office. Configuration hasn't changed since last night, so I have no clue. I re-enabled my wireless card and connected to my wireless linksys and I can get onto the internet, but when I disable the wireless and enable the LAN still cannot get on the internet or ping the default gateway. When it is finally placed in the office, it will connect to the ISP's Cisco 1700 (csu/dsu), so if you see any other configurations that should be there please let me know. I've been trying to educate myself in networking, but I've barely scratched the surface. Any help would be appreciated. Here is the running config for the 2801.
Current configuration : 1965 bytes
!
version 12.4
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname *********
!
boot-start-marker
boot-end-marker
!
enable secret 5 $
enable password 7
!
no aaa new-model
clock timezone CST -6
clock summer-time CDT recurring
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool *************
default-router 192.168.1.1
!
ip dhcp pool *************
network 192.168.1.0 255.255.255.0
dns-server 8.8.8.8
default-router 192.168.1.1
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
voice-card 0
!
archive
log config
hidekeys
!
interface FastEthernet0/0
description Fa 0/0 to TrueWireless LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description Fa0/1 to WAN T1
ip address 65.50.24.*** 255.255.255.128
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
ip default-gateway 65.50.24.***
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 65.50.24.129
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/1 overload
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
control-plane
!
gateway
timer receive-rtp 1200
Current configuration : 1965 bytes
!
version 12.4
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname *********
!
boot-start-marker
boot-end-marker
!
enable secret 5 $
enable password 7
!
no aaa new-model
clock timezone CST -6
clock summer-time CDT recurring
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool *************
default-router 192.168.1.1
!
ip dhcp pool *************
network 192.168.1.0 255.255.255.0
dns-server 8.8.8.8
default-router 192.168.1.1
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
voice-card 0
!
archive
log config
hidekeys
!
interface FastEthernet0/0
description Fa 0/0 to TrueWireless LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description Fa0/1 to WAN T1
ip address 65.50.24.*** 255.255.255.128
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
ip default-gateway 65.50.24.***
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 65.50.24.129
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/1 overload
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
control-plane
!
gateway
timer receive-rtp 1200