Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can ping but can't get on web with pc on 1721 router

Status
Not open for further replies.

StoneColdphoneman

Technical User
Jan 13, 2003
360
US
HI to all

I have a question I have cisco 1721 router I just setup and I have a small problem
I can ping any thing from cisco like but I can't get on the web from my pc and I can't ping from pc.Pc and Router is connected to 10/100 switch I did try to ping router from pc and I can, so I'm lost any help o suggestion would be vary hopeful.
Thank you

Here is the router configuration so you can see what I did
Ps: I'm new to these Cisco routers so go easy on me :)


!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 1721
!
enable password xxxxxx
!
ip subnet-zero
no ip domain lookup
ip domain name xxxx.net
ip name-server xxx.y.z.xxx
!
!
!
!
!
interface FastEthernet0
description Meeting Space Ethernet
ip address xx.xxx.xxx.xxx xxx.xxx.xxx.xxx
speed auto
!
interface Serial0
description To enternet
bandwidth 1536
no ip address
encapsulation frame-relay IETF
no fair-queue
service-module t1 timeslots 1-24
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
bandwidth 1536
ip unnumbered FastEthernet0
frame-relay interface-dlci 500 IETF
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
no ip http server
!
!
no cdp run
!
line con 0
line aux 0
line vty 0 4
login
!
 
Do you have a default route on your PC? Do a route print and see what you get.

Chris.
**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************
 
I guess you use private ip on your pc. Be sure you are assigned public IP addresses from ISP, or else, please refer to NAT materials.
 
I did use static ip address from ISP they give me range of ip's that I cam use what else can it be
 
If you are using a static IP on your machine on the ethernet side and you can ping the router but nothing else and the router is not stopping ping then you don't have a route out. You need to create a default route pointing to the IP address of the router.

Have you checked your default route (route print)?

Chris.
**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************
 
Here is a question for you, can you ping an IP outside your network from the PC? One of the things I noticed was that you were saying you cant ping Its possible your DNS is misconfigured on the PC. The only other issue I could see causeing this would be if you didnt have a default route set up on the PC.
 
I did found problem I did not have a default gateway set up on my pc soon as I did ad default gateway to my Pc it did work like a champ.
Thanks guys
Art
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top