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

2 In nets - 2 ISP

Ok Guys, I have one here :

I have Astaro v5, with 1 NIC (internal) and 2 NICS linked each to a differnet provider. I want to be able to route certains IPs inside my net (for ex 192.168.1.50) to a certain provider and some others internals IP to the other one, while the reminder of the internal IP's would be routed by default. How can I achieve that ? Many thanks.


This thread was automatically locked due to age.
  • Search on these terms (on this board):

    source routing
    routes.local
    ip route

    It is possible to do, but you would have to be proficient at Linux routing, and be responsible for your mistakes. Some have pointed out it's easier to get specialized hardware that sits outside the external NIC of Astaro...
  • Ok, this is what I have done so far :

    eth0 is Internal NIC, I have it associated with 192.168.1.1 (static) and 192.168.2.1 (additional address on same interface).

    I have also 2 MASQ rules, one for 192.168.1.XX - > ISP1 (eth1)
    the other is 192.168.2.XX -> eth2 (ISP2)
    the idea is to send all trafic coming from 192.168.1.xx to ISP1 and the one coming from 192168.2.XX to ISP2.
    I have also 2 rules in the packed filter that allow these traffics.
    Well.... traffic from 192.168.1.XX is routed OK to ISP1 but the one from 192.168.2.XX seems to get stuck, goingo nowhere, not even showing as a violation iin the packet filter live log.
    What did I miss there ?
    Thanks [:)]

    PS: eth1 is direct ethernet to ISP router, eth2 is PPPoE to DSL modem
  • Another thing. ISP2 is reachable through PPPoE. I can ping from my internal net2 (192.168.2.10) the astaro side address of the ppp link but I cannot ping the remote endpoint address of the same ppp link from that same 192.168.2.10 address. I simply get no reply and the packets dont show either in the packet filter live log. What am I missing here ?