andrew4728
Technical User
Hey all, I just got my cisco 2514, and using some information and SH CONFs posted about this forum, I've successfully got the router up and working through my cable provider. DHCP seems to be working just fine and all connections are working.
my problem is when I ping a site, the first ping FAILS and the rest succeed. this occurs when I ping from the router, or from a PC plugged in. When I browse the web, webpages seem to get stuck at first, and then BAM they come up.
My setup =
CABLE <-> 2514 <-> Linksys befsr41 <-> computer1
I have DHCP turned off on the befsr41 and no WAN connection plugged into it.. I'm just using it for the built in switch (until my new switch arrives).
here is an example from the router :
R2#ping google.com
Translating "g(68.13.X.Y) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 216.239.37.99, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 68/71/76 ms
This occurs with yahoo.com and many others as well..
My running config =
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname "R2"
!
enable secret
enable password
!
ip subnet-zero
ip name-server 68.13.X.Y
ip name-server 68.13.X.Z
!
ip dhcp pool client
import all
network 192.168.1.0 255.255.255.0
dns-server 68.13.X.Y
default-router 192.168.1.2
!
!
!
!
interface Ethernet0
description CABLE MODEM
ip address dhcp client-id Ethernet0
ip nat outside
no ip mroute-cache
no cdp enable
no mop enabled
!
interface Ethernet1
description LAN SWITCH
ip address 192.168.1.2 255.255.255.0
ip nat inside
no ip mroute-cache
no cdp enable
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
ip nat inside source list 101 interface Ethernet0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
no ip http server
!
!
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
line aux 0
line vty 0 4
password
login
!
end
Keep in mind, I am quite new with Cisco and working on my CCNA. Is there anything that is incorrectly entered or not needed above? Any obvious reasons why my network connectivity has the initial lag? Thank you very much!
my problem is when I ping a site, the first ping FAILS and the rest succeed. this occurs when I ping from the router, or from a PC plugged in. When I browse the web, webpages seem to get stuck at first, and then BAM they come up.
My setup =
CABLE <-> 2514 <-> Linksys befsr41 <-> computer1
I have DHCP turned off on the befsr41 and no WAN connection plugged into it.. I'm just using it for the built in switch (until my new switch arrives).
here is an example from the router :
R2#ping google.com
Translating "g(68.13.X.Y) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 216.239.37.99, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 68/71/76 ms
This occurs with yahoo.com and many others as well..
My running config =
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname "R2"
!
enable secret
enable password
!
ip subnet-zero
ip name-server 68.13.X.Y
ip name-server 68.13.X.Z
!
ip dhcp pool client
import all
network 192.168.1.0 255.255.255.0
dns-server 68.13.X.Y
default-router 192.168.1.2
!
!
!
!
interface Ethernet0
description CABLE MODEM
ip address dhcp client-id Ethernet0
ip nat outside
no ip mroute-cache
no cdp enable
no mop enabled
!
interface Ethernet1
description LAN SWITCH
ip address 192.168.1.2 255.255.255.0
ip nat inside
no ip mroute-cache
no cdp enable
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
ip nat inside source list 101 interface Ethernet0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
no ip http server
!
!
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
line aux 0
line vty 0 4
password
login
!
end
Keep in mind, I am quite new with Cisco and working on my CCNA. Is there anything that is incorrectly entered or not needed above? Any obvious reasons why my network connectivity has the initial lag? Thank you very much!