javitu / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 2 forks source link

Request: Add feature to only route certain domain traffic via selected VPN #1460

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is not a bug but a feature request.  Not sure where to post this so here 
it is.

Basically, it will be great if we can choose to have only traffic of selected 
domains to be routed via certain VPN connection.  This will allow router to do 
the following:

*.ussite1.com -> United States based VPN
*.ussite2.com -> United States based VPN
*.uksite1.com -> United Kingdom based VPN
*.uksite2.com -> United Kingdom based VPN
allothersites -> Native internet connection

Have a look at a Python solution at https://github.com/dboyd13/DSVR which is 
built as a standalone service upstream from the router.  Is it feasible to 
build this directly into rt-n56u without a need of another device upstream?

Original issue reported on code.google.com by matthewc...@gmail.com on 31 Mar 2015 at 4:20

GoogleCodeExporter commented 8 years ago
And here is a description of how it works.

https://darranboyd.wordpress.com/2013/07/05/selective-vpn-routing-solution-dsvr/

Original comment by matthewc...@gmail.com on 31 Mar 2015 at 4:22

GoogleCodeExporter commented 8 years ago
IMHO, ipset-dns is much simplier for this case.

Original comment by ryzho...@gmail.com on 31 Mar 2015 at 10:28