Link to home
Start Free TrialLog in
Avatar of jmenze
jmenze

asked on

Routing issue's

I am trying to get traffic from 10.147.8.2  to be able to see the 90.0.0.2 network  
it is connected via t1 Serial0/2/0.

Serial0/2/0 points to the remote office 10.0.3.1
fyi ip route 0.0.0.0 0.0.0.0 10.147.8.15 is a ISA server that is for internet
the config is below.


interface FastEthernet0/0
 description ETHERNET INTERFACE
 ip address 10.147.8.241 255.255.255.0
 ip accounting output-packets
 ip accounting precedence input
 ip accounting precedence output
 no ip mroute-cache
 duplex auto
 speed auto
 bridge-group 1
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/2/0
 description  FRAME PORT - xxxxx
 bandwidth 1544
 no ip address
 encapsulation frame-relay
 load-interval 30
 fair-queue
!
interface Serial0/2/0.1 multipoint
 
 ip address 10.0.3.2 255.255.255.252
 frame-relay interface-dlci 271
!

!
ip classless
ip route 0.0.0.0 0.0.0.0 10.147.8.15
ip route 10.147.4.7 255.255.255.255 10.147.8.3
ip route 10.147.16.14 255.255.255.255 10.0.3.1
ip route 90.0.0.0 255.255.255.0 10.0.3.1

ip route 90.0.0.0 255.255.255.0 10.147.8.249 50
ip route 90.0.0.253 255.255.255.255 10.0.3.1
ip route 90.0.1.0 255.255.255.0 10.0.0.2
ip route 90.0.2.0 255.255.255.0 10.0.1.2
ip route 90.0.3.0 255.255.255.0 10.0.2.2
ip route 170.209.0.2 255.255.255.255 10.147.8.242
ip route 170.209.0.3 255.255.255.255 10.147.8.242
ip route 199.38.140.0 255.255.255.0 10.147.8.1
Avatar of Paresh Patel
Paresh Patel
Flag of United States of America image

Do you have route to 10.145.8.2 pointing to 10.0.3.2 on the far side?  Your routing on the side from which you have posted config looks OK.

Also, can you ping 10.3.0.1?

   
Avatar of jmenze
jmenze

ASKER

no i cant not ping or traceroute so your saying i should put my route in 10.147.8.241 router

like  10.147.8.2 255.255.255.255 10.3.0.1  ??
Hi jmenze

Let's say you have router 1 (R1) and router 2 (R2).


----10.147.8.241---R1---10.0.3.2--------10.0.3.1----R2------90.0.0.2

On R1, you already have route for 90.0.0.0 255.255.255.0 pointing to 10.0.3.1

So do the following and let me know if you can successfully ping it.

1.  From R1, ping 10.0.3.1.
2.  From R2, ping 10.0.3.2.

if you can,  check configuration on R2.  Do you have route for 10.147.8.0 255.255.255.0 pointing to 10.0.3.1?
Avatar of jmenze

ASKER

yes i can ping both
Avatar of jmenze

ASKER

i think i would need 10.147.8.0 255.255.255.0 to point to 10.0.3.2
ASKER CERTIFIED SOLUTION
Avatar of Paresh Patel
Paresh Patel
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jmenze

ASKER

that didnt thanks for your hepl have a good day.