This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Routing problem?, getting headache

Hi gays,
We have 2 routers on internal network, R1-10.1.1.202, R2-10.1.1.203, ASL 10.1.1.254. LAN GW 10.1.1.202. I have problem reaching the network behing the R2. I have all nessesery settings and routes to both networks. We have deafault GW on our lan R1 (which routes to ASL 10.1.1.254) same is with R2. Network behind R1 is no problem.
PS. When I trace a host on R2 I get the * * * fist on the fist jump then I get second jump to R2 and the is reached, why is that?
1          *          *          *          Recquest timed out
2         10ms    1           1         10.1.1.203
3         7ms      7           7         Serial.1.s.j.bla  (134.bla.bla.bla)
4         14ms   14         14        10.200.90.10

...U know that I mean.

Please help is urgent.


This thread was automatically locked due to age.
Parents
  • We need a little clarification.

    What is the gateway for the LAN? Astaro? Or another router pointing in turn to Astaro?

    Make a nice table of not only what each router's address is, but what network number each services (and of course throw Astaro in there). You should denote what the number and mask is of all the interfaces for each router. That will fill in the blanks on what you're trying to do...

    Then the machine you're testing from -what is its gateway set to??
  • Hi,

    GW on the LAN is R1, which point to Astaro. R1-has network 192.168.0.0 behind it, no problem reaching that one. R2- point also to Astato with address 10.1.1.203 and network behind 10.200.54.0 it's this router I have problem with. This router also points to Astaro 10.1.1.254.  I can ping and trace the hosts but cant use any service, IIS etc.
    I have same kind of routes to both network, but just network throuth the R1 works which is deafault gateway for the Lan as I mentioned above.  Adea is that the LAN can use all resourses of the LAN behind R2 and vice versa. Please let me know if you need more informaion to help me solve the problem.
Reply
  • Hi,

    GW on the LAN is R1, which point to Astaro. R1-has network 192.168.0.0 behind it, no problem reaching that one. R2- point also to Astato with address 10.1.1.203 and network behind 10.200.54.0 it's this router I have problem with. This router also points to Astaro 10.1.1.254.  I can ping and trace the hosts but cant use any service, IIS etc.
    I have same kind of routes to both network, but just network throuth the R1 works which is deafault gateway for the Lan as I mentioned above.  Adea is that the LAN can use all resourses of the LAN behind R2 and vice versa. Please let me know if you need more informaion to help me solve the problem.
Children
  • OK, I see the problem: either you must add a route to R1 for network 10.200.54 saying R2 is the gateway, or (if you don't have access to those configs or know how to effect changes to them) reconfigure Astaro to be the LAN's default gateway, and then add 2 routes:

    192.168.0.0 gateway=R1
    10.200.54.0 gateway=R2

    The problem is since you specified R1 as the gateway, it does not magically know about the routes on R2 and passes off to it as needed (well, it sorta could if both routers talked RIP-ugh! too chatty!!-or sBGP, or even OSPF; but sounds like they are not; they are probably just adhering to static autonomous routing tables...)