-
Notifications
You must be signed in to change notification settings - Fork 339
Bypass routing for specific destination IP - question #468
Comments
Hi, I'm not sure to understand your question: do you have a schema or similar? If you "just" need a specific route to 4.3.2.1 via ip route add 4.3.2.1/32 via dev eth1 (but that's not linked to MPTCP) |
Adding such a route seem to work only when there is no policy routing table per WAN. Once MPTCP routing is created, the added route results in connectivity failure for the specific IP as no packets are sent through the selected interface. When I ping a remote IP (say 8.8.8.8), no ICMP packets are sent via either the selected interface (usb2) or default gateway (usb1).
|
I really don't know what you try to achieve with which setup. You need to configure the routing with MPTCP because you need to make sure packets send from a specific IP are sent to the interface having this IP. |
While using glorytun for link aggregation, I'm trying to bypass the traffic to a specific IP to not flow through the glorytun server. OpenMPTCProuter seem to have a similar feature called omr-bypass. But the last time I checked, they use ipsets to manage routing. I'm trying to achieve the same without ipset. |
@matttbe Any idea if this is possible with policy routing alone? |
It is hard to tell without access to the setup. |
I would like to route all outgoing traffic to a specific cloud server via a single interface which is not the default gateway. As per this example, if eth0 is my default gateway and I want to route all traffic from and to 4.3.2.1 via eth1, how to tweak the routing?
The text was updated successfully, but these errors were encountered: