Re: Implementing Dynamic Rerouting in Kernel

2017-05-11 Thread Ravish Kumar
Hi, We do not want to add routes at run time rather i would prefer to have a NetFilter driver which can intercept the packet and forward it to desired interface. On Thu, May 11, 2017 at 9:52 PM, Florian Fainelli wrote: > On 05/11/2017 02:59 AM, Ravish Kumar wrote: >> Hi Experts, &

Implementing Dynamic Rerouting in Kernel

2017-05-11 Thread Ravish Kumar
Hi Experts, Need expert advice for the one of the requirement Where in VPN solution we want to dynaically route the packets to different adapter. We will manage our own DNS cache and , based on DNS to IP lookup, we can redirect the packet either to Tun device or to a physical adapter. Please sugg