StoneColdDave
Technical User
Hi,
I have two routers connected over a LES10. I can ping all the interfaces from each Router and from a DOS prompt on either side of the network. But if I try to ping a Server or workstation from LAN A to LAN B it doesn't work. After running a Tracert on the IP address I couldn't ping I then find I can ping the address, it's like tracert fixes the problem, I think the problem with either with the RIP configuration, default gateway or possible a firewall configuration on the network. Any ideas?
Cisco Configuration attached
ROUTER A
ip subnet-zero
no ip domain-lookup
!
!
!
process-max-time 200
!
interface FastEthernet0/0
description Connected to LES10 circuit
ip address 172.16.1.1 255.255.0.0
no ip directed-broadcast
speed 10
full-duplex
!
interface FastEthernet1/0
description Connected to BH switch
ip address 172.24.5.34 255.255.255.0
no ip directed-broadcast
!
router rip
version 2
network 172.16.0.0
network 172.24.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet1/0 permanent
ip route 172.24.6.0 255.255.255.0 FastEthernet0/0 permanent
no ip http server
!
ROUTER B
ip subnet-zero
no ip domain-lookup
!
!
!
!
interface FastEthernet0/0
description Connected to LES10 circuit
ip address 172.16.1.2 255.255.0.0
no ip directed-broadcast
speed 10
full-duplex
!
!
interface FastEthernet1/0
description Connected to OF LAN switch
ip address 172.24.6.3 255.255.255.0
no ip directed-broadcast
duplex auto
speed auto
!
router rip
version 2
network 172.16.0.0
network 172.24.0.0
no auto-summary
!
ip default-gateway 172.24.6.7
ip classless
ip route 172.24.5.0 255.255.255.0 FastEthernet0/0 permanent
no ip http server
The default gateway 172.24.6.7 is a firewall, but when I have tried removing this address and the same thing still happens.
Regards
Dave
I have two routers connected over a LES10. I can ping all the interfaces from each Router and from a DOS prompt on either side of the network. But if I try to ping a Server or workstation from LAN A to LAN B it doesn't work. After running a Tracert on the IP address I couldn't ping I then find I can ping the address, it's like tracert fixes the problem, I think the problem with either with the RIP configuration, default gateway or possible a firewall configuration on the network. Any ideas?
Cisco Configuration attached
ROUTER A
ip subnet-zero
no ip domain-lookup
!
!
!
process-max-time 200
!
interface FastEthernet0/0
description Connected to LES10 circuit
ip address 172.16.1.1 255.255.0.0
no ip directed-broadcast
speed 10
full-duplex
!
interface FastEthernet1/0
description Connected to BH switch
ip address 172.24.5.34 255.255.255.0
no ip directed-broadcast
!
router rip
version 2
network 172.16.0.0
network 172.24.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet1/0 permanent
ip route 172.24.6.0 255.255.255.0 FastEthernet0/0 permanent
no ip http server
!
ROUTER B
ip subnet-zero
no ip domain-lookup
!
!
!
!
interface FastEthernet0/0
description Connected to LES10 circuit
ip address 172.16.1.2 255.255.0.0
no ip directed-broadcast
speed 10
full-duplex
!
!
interface FastEthernet1/0
description Connected to OF LAN switch
ip address 172.24.6.3 255.255.255.0
no ip directed-broadcast
duplex auto
speed auto
!
router rip
version 2
network 172.16.0.0
network 172.24.0.0
no auto-summary
!
ip default-gateway 172.24.6.7
ip classless
ip route 172.24.5.0 255.255.255.0 FastEthernet0/0 permanent
no ip http server
The default gateway 172.24.6.7 is a firewall, but when I have tried removing this address and the same thing still happens.
Regards
Dave