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

Policy Routing question

As illustrated in the attached diagram, i am using 2 racks each with its own network address. Currently Rack1 hosts ASL and all servers from this rack has the gateway directed to ASL (192.168.1.1). All servers from Rack2 goes into the same gateway as well. 

As you can see servers from Rack2 goes to Rack1 switch which in turn goes to ASL. Currently, all traffic is routed by ASL to go out via the network at Rack1. However, I need ASL to route all traffic coming from Rack2 to go out via eth2 (Green line) so as to utilise the bandwidth at Rack2. How do I set the policy routing (source, source interface and target)?


This thread was automatically locked due to age.
  • What type of line is it. DSL or static?
    Don't know if it is working with DSL and dynamic next hop routers.

    With static, you just make a rule that forwards all packets from those servers to the next hop router of the second internet connection. 

    Source: Your server ip adress
    Destination: Any
    Service: Any
    Target: Next-Hop Router of second line

    Don't forget to add a MASQ Rule for the second line.
  • Hi thks,

    My second line network addr is xx.xx.xx.160/27, how can i find out the next hop? Is it when the 2nd hop when i do a traceroute to any external addr using the 2nd line?

    How abt the source interface? What do i specify?

    Thanks