I am at home (68.0.56.75) and can ping my company's 2924 switch
(public address: x.y.34.2) but not a 2500 lab router behind it (public
address: x.y.34.4). However, if I telnet to the switch, I can then
ping or telnet to the 2500. I am able to ping all the other devices
attached to the switch from home, why not the 2500?
The config for the switch and router ports follow:
SWITCH
>show int f0/19
FastEthernet0/19 is up, line protocol is up
Hardware is Fast Ethernet, address is 0030.7bdd.8c13 (bia
0030.7bdd.8c13)
Description: Cisco 2500
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive not set
Auto-duplex (Half), Auto Speed (10), 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:58, output 00:00:01, output hang never
Last clearing of "show interface" counters 01:11:12
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 5000 bits/sec, 10 packets/sec
768 packets input, 68420 bytes
Received 283 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 71 multicast
0 input packets with dribble condition detected
44727 packets output, 7433576 bytes, 0 underruns
0 output errors, 22 collisions, 0 interface resets
0 babbles, 0 late collision, 2 deferred
0 lost carrier, 0 no carrier
419 output buffer failures, 0 output buffers swapped out
ROUTER
#show int e0
Ethernet0 is up, line protocol is up
Hardware is Lance, address is 0000.0c5d.1126 (bia 0000.0c5d.1126)
Internet address is x.y.34.4 255.255.255.0
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, rely 255/255, load
1/255
Encapsulation ARPA, loopback not set, keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 4:00:00
Last input 0:00:00, output 0:00:00, output hang never
Last clearing of "show interface" counters 0:01:49
Output queue 0/40, 0 drops; input queue 23/75, 0 drops
5 minute input rate 8000 bits/sec, 13 packets/sec
5 minute output rate 1000 bits/sec, 3 packets/sec
2323 packets input, 142399 bytes, 0 no buffer
Received 2234 broadcasts, 0 runts, 0 giants
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 input packets with dribble condition detected
80 packets output, 6223 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets, 0 restarts
0 output buffer failures, 0 output buffers swapped out
Also, debug ip packet on the switch shows that it receives icmp
packets from my home pc to it, but not when I ping the router. What
could cause this?