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!

Problem with talking to other network past router

Status
Not open for further replies.

therealwakka

IS-IT--Management
Joined
Aug 3, 2005
Messages
2
Location
GB
I have an issue where i cant telnet to my router and ping my router at the remote end, but i can not ping a device say a pc on that network. There default gateway for there pcs is the router for my network (MandJ),

i cant do a tracert past the router as well.
(tracert 6.0.10.5

Tracing route to 6.0.10.5 over a maximum of 30 hops

1 1 ms 1 ms 1 ms 192.168.25.1
2 29 ms 30 ms 31 ms 6.0.10.5

Trace complete.

tracert 6.0.100.3

Tracing route to 6.0.100.3 over a maximum of 30 hops

1 1 ms 1 ms 1 ms 192.168.25.1
2 29 ms 27 ms 30 ms 192.168.254.194
3 * * * Request timed out.
4 * * * Request timed out.
)


I basically set up the router called MandJ the same as Twyford, i can ping pc's on the twyford system, not the MandJ system (The remote routers are 805's, the main router is an 1600 series)

Below are the relevant configs

M and J - Lydney
hostname MandJ
!
logging queue-limit 100
no logging rate-limit
enable password cisco
!
ip subnet-zero
!
!
!
!
interface Ethernet0
ip address 6.0.10.5 255.255.0.0
ip helper-address 192.168.25.3
!
interface Serial0
bandwidth 128
ip address 192.168.254.194 255.255.255.252
ip helper-address 192.168.25.3
encapsulation frame-relay
custom-queue-list 1
frame-relay interface-dlci 200
frame-relay lmi-type ansi
!
router rip
version 2
network 6.0.0.0
network 192.168.1.0
network 192.168.25.0
network 192.168.254.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 6.0.10.1
ip http server
!
!
queue-list 1 protocol ip 2 tcp ftp-data
queue-list 1 protocol ip 2 tcp ftp
queue-list 1 queue 2 byte-count 1
!
line con 0
stopbits 1
line vty 0 4
password cisco
login
!
end

MandJ#


Holdings - Twyford


hostname Twyford
!
enable secret 5 $1$mQnh$M1TXnhfXAg18.Pg6lybdH1
enable password cisco
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
ip address 172.31.11.1 255.255.0.0
ip helper-address 192.168.25.3
!
interface Serial0
bandwidth 128
ip address 192.168.254.254 255.255.255.252
ip helper-address 192.168.25.3
encapsulation frame-relay
custom-queue-list 1
frame-relay interface-dlci 200
frame-relay lmi-type ansi
!
router rip
version 2
network 172.0.0.0
network 192.168.25.0
network 192.168.254.0
!
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 172.31.10.1
!
queue-list 1 protocol ip 1 tcp ftp-data
queue-list 1 default 2
queue-list 1 queue 1 byte-count 100
snmp-server community public RW
snmp-server chassis-id JAD0524068H
!
line con 0
stopbits 1
line vty 0 4
exec-timeout 0 0
password cisco
login
!
end

Twyford#

Main Router Related


!
interface Serial0.1 point-to-point
bandwidth 256
ip address 192.168.254.253 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 202


!
interface Serial0.17 point-to-point
bandwidth 256
ip address 192.168.254.193 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 218


!
ip classless
ip route 6.0.0.0 255.255.0.0 192.168.254.194
ip route 6.0.0.0 255.255.0.0 6.0.10.5
ip route 172.31.0.0 255.255.0.0 192.168.254.254
ip route 172.31.0.0 255.255.0.0 172.31.11.1
ip route 192.9.0.0 255.255.255.0 192.168.254.190
ip route 192.168.0.0 255.255.255.0 192.168.5.1
ip route 193.194.28.0 255.255.255.0 Serial0.16
no ip http server
!
 
So, there are 3 routers: MandJ <-> Main <-> Twyford

I'd start with the basics. Set up RIP on Main or get rid of it on MandJ and Twyford. It's not doing any good. Also drop the 192.168.25.0 network from RIP since it's not a connected network for MandJ or Twyford. Include static routes pointing to wherever that network is.

Execute "show ip route" on all routers and see what it thinks. Also, the static routes on Main which point to anything not connected to it aren't doing any good.

Finally, clarify what you mean by "There default gateway for there pcs is the router for my network". It sounds as if the gateway configured on remote computers is the router across the WAN. It must be their local router. For 6.0.100.3, it must be 6.0.10.5. Make sure that the computers' subnet masks are all 255.255.0.0.
 
I should trealyl of dumped all the main router config

You can forget Twyford, twyford works, its just showing that one that works is set the same as the one thats not working properly which is MandJ

below is the full dump of my main router

the 192.168.25.0 network is our head office



User Access Verification

Password:
Dewsbury>en
Password:
Dewsbury#show run
Building configuration...

Current configuration:
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Dewsbury
!
no logging console
enable password cisco
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
ip address 192.168.25.1 255.255.255.0
ip helper-address 192.168.25.3
!
interface Serial0
no ip address
encapsulation frame-relay
custom-queue-list 1
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
bandwidth 256
ip address 192.168.254.253 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 202
!
interface Serial0.2 point-to-point
bandwidth 512
ip address 192.168.254.249 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 201
!
interface Serial0.3 point-to-point
bandwidth 128
ip address 192.168.254.245 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 210
!
interface Serial0.4 point-to-point
bandwidth 256
ip address 192.168.254.241 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 208
!
interface Serial0.5 point-to-point
bandwidth 256
ip address 192.168.254.237 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 204
!
interface Serial0.6 point-to-point
bandwidth 256
ip address 192.168.254.233 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 212
!
interface Serial0.7 point-to-point
bandwidth 256
ip address 192.168.254.229 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 203
!
interface Serial0.8 point-to-point
bandwidth 128
ip address 192.168.254.225 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 216
!
interface Serial0.9 point-to-point
bandwidth 256
ip address 192.168.254.221 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 205
!
interface Serial0.10 point-to-point
bandwidth 256
ip address 192.168.254.217 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 209
!
interface Serial0.11 point-to-point
bandwidth 256
ip address 192.168.254.213 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 207
!
interface Serial0.12 point-to-point
bandwidth 256
ip address 192.168.254.209 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 206
!
interface Serial0.13 point-to-point
bandwidth 256
ip address 192.168.254.205 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 214
!
interface Serial0.14 point-to-point
bandwidth 256
ip address 192.168.254.201 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 213
!
interface Serial0.15 point-to-point
bandwidth 256
ip address 192.168.254.197 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 211
!
interface Serial0.16 point-to-point
bandwidth 32
ip unnumbered Ethernet0
frame-relay interface-dlci 217 IETF
!
interface Serial0.17 point-to-point
bandwidth 256
ip address 192.168.254.193 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 218
!
interface Serial0.18 point-to-point
bandwidth 256
ip address 192.168.254.189 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 220
!
router rip
version 2
network 6.0.0.0
network 172.0.0.0
network 192.168.25.0
network 192.168.254.0
!
ip classless
ip route 6.0.0.0 255.255.0.0 192.168.254.194
ip route 6.0.0.0 255.255.0.0 6.0.10.5
ip route 172.31.0.0 255.255.0.0 192.168.254.254
ip route 172.31.0.0 255.255.0.0 172.31.11.1
ip route 192.9.0.0 255.255.255.0 192.168.254.190
ip route 192.168.0.0 255.255.255.0 192.168.5.1
ip route 193.194.28.0 255.255.255.0 Serial0.16
no ip http server
!
queue-list 1 protocol ip 1 tcp ftp-data
queue-list 1 protocol ip 2 tcp ftp
queue-list 1 default 2
queue-list 1 queue 1 byte-count 100
queue-list 1 queue 2 byte-count 1
snmp-server engineID local 00000009020000053249F73D
snmp-server community public RW
!
line con 0
exec-timeout 5 0
login
transport input none
line vty 0 4
exec-timeout 0 0
password cisco
login
!
end

Dewsbury#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top