Our LAN cannot get internet, but we can PING?? WHY?

Johnny

Member
A customer of ours has a T1 with us. We connect into a cisco 1700 router and from there to a switch. We can ping www.yahoo.com from the router from swith and from the desktop pcs, but no one on the LAN can actually browse the internet. Also we tried doing the IP address as well. What can cause this issue. Seems like when we reboot the router it works for about 24 hours and then goes back down. But rebooting isnt the option for this company as they have no IT staff. Thanks in advance for the suggestions.
!
interface Loopback0
description Connection to Management Network (4.0.0.0/24)
ip address 4.0.0.14 255.255.255.255
shutdown
!
interface FastEthernet0
description Connection to 3548
no ip address
speed 100
full-duplex
!
interface FastEthernet0.2
description Data Network 192.168.1.0
encapsulation dot1Q 2 native
ip address 192.168.1.1 255.255.255.0
ip nat inside
!
interface FastEthernet0.12
description Connection to Voice Network (10.255.29.0/24)
encapsulation dot1Q 12
ip address 10.255.29.1 255.255.255.0
ip nat inside
service-policy input OUTBOUND
!
interface Serial0
description Connection to Global Crossing Frame Cloud
no ip address
encapsulation frame-relay IETF
service-module t1 timeslots 1-24
service-module t1 remote-alarm-enable
frame-relay traffic-shaping
frame-relay lmi-type ansi
frame-relay interface-queue priority
!
interface Serial0.16 point-to-point
description Conenction to Global Crossing MPLS
ip address 162.97.
interface Serial0.522 point-to-point
description Connection to Global Crossing DIA
ip address 67.17.193.38 255.255.255.252
ip nat outside
frame-relay interface-dlci 522
class Data-CLASS
!
router bgp 65289
no synchronization
bgp log-neighbor-changes
network 10.255.29.0
aggregate-address 10.255.29.0 255.255.255.0
redistribute connected
neighbor 162.97.207.33 remote-as 6745
neighbor 162.97.207.33 description GBLX Peering
neighbor 162.97.207.33 version 4
default-information originate
no auto-summary
!
ip nat inside source list 100 interface Serial0.522 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.522
ip route 172.16.4.0 255.255.255.0 Serial0.16
no ip http server
!
!
!
!
map-class frame-relay VoIP-CLASS
frame-relay cir 512000
frame-relay bc 5120
frame-relay be 0
frame-relay mincir 512000
frame-relay interface-queue fair queue-limit 32
frame-relay interface-queue priority high
service-policy output VoIP
!
map-class frame-r
frame-relay be 0
frame-relay mincir 1024000
frame-relay fair-queue
access-list 100 permit ip 10.255.29.0 0.0.0.255 any
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
snmp-server community onestream RW
snmp-server community monitoring RO
snmp-server ifindex persist
snmp-server location Atlantic Power (Foxboro, MA)
snmp-server contact OneStream Support (585) 563-1850
snmp-server chassis-id 4002
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps tty
snmp-server enable traps aaa_server
snmp-server enable traps isdn call-information
snmp-server enable traps isdn layer2
snmp-server enable traps isdn chan-not-avail
snmp-server enable traps isdn ietf
snmp-server enable traps hsrp
snmp-server enable traps config
snmp-server enable traps entity
snmp-server enable traps frame-relay
snmp-server enable traps frame-relay subif
snmp-server enable traps syslog
snmp-server enable traps cnpd
snmp-server enable traps a
Basically I thought it was a DNS issue, but when we went to type the IP in the browser the website did not come up-- neither with the web address. We can ping www.yahoo.com as well as its IP address but they cannot browse any websites or receive any emails on their LAN. There is about 10 computers and I work remotely, so i do not have access to a console. Thanks
Firmware version 12.3
 
Top