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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello, I have a hopefully an easy q

Status
Not open for further replies.

jdl508

Technical User
Joined
Apr 30, 2001
Messages
242
Location
US
Hello, I have a hopefully an easy question. I have total connectivity between my corp router (2501) and 2 wan sites. The only thing is that I can't ping remote hosts on the wan sites. Here is the remote config then the local config. I can ping from remote hosts into our lan but not the opposite. thanks for any help.

Remote router
!
ip subnet-zero
no ip domain-lookup
!
ipx routing 000d.000d.000d
!
!
!
interface Ethernet0
description connected to EthernetLAN
ip address 10.1.1.254 255.255.255.0
no ip route-cache
media-type 10BaseT
ipx network D encapsulation SAP
!
interface Serial0
ip address 192.168.1.1 255.255.255.252
encapsulation ppp
ipx network DDD
!
router eigrp 100
network 10.0.0.0
network 192.168.1.0
no auto-summary
!
ip classless
no ip http server
!
!
!
ipx router eigrp 100
network DDD
network D
!
!
ipx router rip
no network DDD


=======================================
corp router
ip subnet-zero
no ip domain-lookup
ipx routing 000c.000c.000c
!
!
!
interface Ethernet0
description connected to EthernetLAN
ip address 128.1.1.50 255.255.255.0
ip directed-broadcast
no ip route-cache
no ip mroute-cache
ipx network A1F9EDDA
!
interface Serial0
description - Connected to Downingtown
ip address 192.168.1.2 255.255.255.252
ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
ipx network DDD
!
interface Serial1
description - Connected to Broad Street
ip address 192.168.1.5 255.255.255.252
ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
ipx network BBB
!
router eigrp 100
network 128.1.0.0
network 192.168.1.0
no auto-summary
!
ip classless
ip route 192.168.3.0 255.255.255.0 192.168.1.6
!
!
!
ipx router eigrp 100
network A1F9EDDA
network BBB
network DDD
!
!
ipx router rip
no network DDD
no network BBB


thanks
jdl

 
I am a bit confused by the question, however I would add ip routes on the remote going back to the host
0.0.0.0 0.0.0.0 192.168.1.2 remote A
0.0.0.0 0.0.0.0 192.168.1.5 remote B “Reserve your right to think, for even to think wrongly is better than not to think at all”

Fisher CCNA
[americanflag]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top