Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1639285 > unrolled thread

Implementing Dynamic Rerouting in Kernel

Started byRavish Kumar <ravishk2004@gmail.com>
First post2017-05-11 12:10 +0200
Last post2017-05-11 18:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  Implementing Dynamic Rerouting in Kernel Ravish Kumar <ravishk2004@gmail.com> - 2017-05-11 12:10 +0200
    Re: Implementing Dynamic Rerouting in Kernel Florian Fainelli <f.fainelli@gmail.com> - 2017-05-11 18:30 +0200

#1639285 — Implementing Dynamic Rerouting in Kernel

FromRavish Kumar <ravishk2004@gmail.com>
Date2017-05-11 12:10 +0200
SubjectImplementing Dynamic Rerouting in Kernel
Message-ID<tFTcK-4Yv-25@gated-at.bofh.it>
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 suggest some design what i need to do.

[toc] | [next] | [standalone]


#1639869

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-05-11 18:30 +0200
Message-ID<tFZ8u-dN-25@gated-at.bofh.it>
In reply to#1639285
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 either to Tun device or to a physical adapter.
> 
> Please suggest some design what i need to do.

What you are looking for can be done using ipset-dns from Jason:

https://git.zx2c4.com/ipset-dns/about/
-- 
Florian

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web