cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5441
Views
65
Helpful
37
Replies

Host Unable to Ping Outside of LAN

alexbarrycooper
Level 1
Level 1

Hello, I'm currently having an issue with being able to ping the IP address 8.8.8.8 with my host computer. I am using a 3550 Cisco switch and a 2621xm Cisco router with the Host computer connected to the switch along my router's 0/1 interface connected to the switch my router's 0/0 interface connected into my ISPs modem and the modem is connected to the internet.

37 Replies 37

Hello

okay now you still have an issue with fa0/1 the interface isn't fully up- 

Do you have the vlans created on the switch 

sh vlan brief

sh int vlan 2

res paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Switch#show vlan brief

VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4
Fa0/5, Fa0/6, Fa0/7, Fa0/8
Fa0/9, Fa0/10, Fa0/11, Fa0/12
Fa0/13, Fa0/14, Fa0/15, Fa0/16
Fa0/17, Fa0/18, Fa0/19, Fa0/20
Fa0/21, Fa0/22, Fa0/23, Fa0/24
Fa0/25, Fa0/26, Fa0/27, Fa0/28
Fa0/29, Fa0/30, Fa0/31, Gi0/1
Gi0/2
2 VLAN0002 active Fa0/32, Fa0/33, Fa0/34, Fa0/35
Fa0/36
3 VLAN0003 active Fa0/37, Fa0/38, Fa0/39, Fa0/40
4 VLAN0004 active Fa0/41, Fa0/42, Fa0/43, Fa0/44
5 VLAN0005 active Fa0/45, Fa0/46, Fa0/47, Fa0/48
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active
Switch#show inte
Switch#show int vlan 2
Vlan2 is up, line protocol is up
Hardware is EtherSVI, address is 000e.8393.7100 (bia 000e.8393.7100)
Internet address is 192.168.0.206/24
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:02:41, output 00:02:41, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute ouxtput rate 0 bits/sec, 0 packets/sec
5075 packets input, 480115 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
601 packets output, 59177 bytes, 0 underruns
0 output errors, 0 interface resets
0 output buffer failures, 0 output buffers swapped out

Hello

So its looks like you have L2/l3 connectivity so  check the cabling

The rtr fa0/1 needs to be in a up/up state for you lan users to be able to reach internet.

res

paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

It Works!

Embarrassing, but I had the cable from the router plugged into the wrong vlan (vlan 0005). After fixing that everything started to work.

Thank you, for all the information that you gave me on my network and some of its flaws. Also thank you for your patience and time!

Hello

Excellent news  - Glad its now working, and its been a pleasure.

all the best

Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

I think he meant

"remove the static completely and then post"

and not

"remote the static completely and then post"

Hello

First thoughts is NAT not being enabled and./or missing default route, its hard to figure out, Are you able to post the configuration of the router and switch?

res
Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

hi, my problem is it, not can out a internet.

 

interface GigabitEthernet0/0
description WAN
ip address 192.168.1.100 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface GigabitEthernet0/1
description LAN
ip address 192.168.12.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
clock rate 2000000
!
router rip
network 192.168.12.0
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 10 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 192.168.1.254
!
access-list 10 permit 192.168.12.0 0.0.0.255
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
login
transport input all
!
scheduler allocate 20000 1000

Review Cisco Networking for a $25 gift card