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

Connecting to ADSL & cisco Router two externals

I  have the following scinario which is :
an external & internal interfaces are configured on Astaro 
the external is connected to the internet (defualt gateway)
I connected new cisco router for leased line purpose to the astaro , in this case I have two externals , right?
what should I add (routes or Nats) in order to configure the new router connected without effecting the internet on the other external interface ..
when I trace route to the IP address of the ethernet interface on the router from Pc on the LAN the request goes through the first defined external interface (internet) 

please help


This thread was automatically locked due to age.
Parents
  • I see now.  This calls for only two interfaces on the UTM:
    • Internal - 192.168.0.0/24
    • External - 10.0.0.2/24 with default gateway the ADSL router.


    Also, I assume the Ciscos aren't doing NAT/Masquerading.

    In the Head Office UTM, put a Static Route (Gateway) '192.168.2.0/24 -> 10.0.0.1'. 

    In the Head Office Cisco, there also must be a similar route '192.168.2.0/24 -> {External IP of Branch Cisco}' and a second one 192.168.0.0/24 -> 10.0.0.2'.

    In the Branch Cisco, a single route is needed : '192.168.0.0/24 -> {External IP of Home Office Cisco}'.

    Cheers - Bob
    PS Your original idea was better in a way.  Connect the Cisco to a third interface, "JarLeased" (the Gateway routes above still apply).  Put the modem into bridge mode and connect it to the External interface so that you can have your public IP on the UTM.
    • Internal - 192.168.0.0/24
    • External - 31.93.6.25 with default gateway of your ISP's router
    • JarLeased - 10.0.0.2/24

    PPS You could replace the leased line and the Ciscos with a RED.  I can't think of anything you can do with MPLS that you can't do with a RED for a LOT LESS money.
Reply
  • I see now.  This calls for only two interfaces on the UTM:
    • Internal - 192.168.0.0/24
    • External - 10.0.0.2/24 with default gateway the ADSL router.


    Also, I assume the Ciscos aren't doing NAT/Masquerading.

    In the Head Office UTM, put a Static Route (Gateway) '192.168.2.0/24 -> 10.0.0.1'. 

    In the Head Office Cisco, there also must be a similar route '192.168.2.0/24 -> {External IP of Branch Cisco}' and a second one 192.168.0.0/24 -> 10.0.0.2'.

    In the Branch Cisco, a single route is needed : '192.168.0.0/24 -> {External IP of Home Office Cisco}'.

    Cheers - Bob
    PS Your original idea was better in a way.  Connect the Cisco to a third interface, "JarLeased" (the Gateway routes above still apply).  Put the modem into bridge mode and connect it to the External interface so that you can have your public IP on the UTM.
    • Internal - 192.168.0.0/24
    • External - 31.93.6.25 with default gateway of your ISP's router
    • JarLeased - 10.0.0.2/24

    PPS You could replace the leased line and the Ciscos with a RED.  I can't think of anything you can do with MPLS that you can't do with a RED for a LOT LESS money.
Children
  • BAlfson thanks 
    it works great now , but uplink balancing is still enabled , should I disable it after adding above routes ?
    man  what is RED ????  I guess I need cisco to connect to leased line modem through serial interface card, think of having 10 branches ,then 10 serial interface cards are needed ! maybe 5 WICs [[:D]]with two serial interfaces on each can help , but if RED offrers alternative solution with less money ,why not >?!! [[:D]]

    Humam