|
Hi. I have 2 tunnels from two different providers on a linux
machine. Each tunnel has it’s own /64 routed to me. The problem I am having is the unability to specify which ips
should use which tunnel. /sbin/route only routes packets on
a ‘destination’ basis (from what I can tell). I have a default route set to use the
first tunnel, and when I attempt to use an ip from
the second tunnel, the packets leave destined for the wrong gateway. Ideally, I would like to configure routing so that all outbound
traffic with source ip range of tunnel1 goes to sit1,
and all outbound traffic with source ip range of tunnel2
goes to sit2. -ryan |
