Re: Implementing Dynamic Rerouting in Kernel

2017-05-12 Thread Jason A. Donenfeld
On Thu, May 11, 2017 at 6:22 PM, Florian Fainelli wrote: > What you are looking for can be done using ipset-dns from Jason: > > https://git.zx2c4.com/ipset-dns/about/ Funny to see this project coming up. I actually ported this functionality into dnsmasq directly a few weeks after writing ipset-dn

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, >> >> Need exp

Re: Implementing Dynamic Rerouting in Kernel

2017-05-11 Thread Florian Fainelli
On 05/11/2017 02:59 AM, Ravish Kumar wrote: > 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 eit

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