Thread: [User feedback required] Direkt Gateway, VPN, Win10
View Single Post
  #4  
Old 05.12.2019, 12:15
schwa226 schwa226 is offline
Vacuum Cleaner
 
Join Date: Nov 2019
Posts: 17
Default

I got somehow further with this VPN issue.
I added a new WAN Miniport and unchecked "Use standard gateway" in ip4 settings. Then I connect the VPN connection and add a route like this:
Code:
netsh interface ipv4 add route 0.0.0.0/0 "PureVPN"
Then the route table look like this:
Code:
Veröff.  Typ       Met   Präfix                    Idx  Gateway/Schnittstelle
-------  --------  ----  ------------------------  ---  ---------------------
Nein     Manuell   0    0.0.0.0/0                  11  192.168.1.1
Nein     Manuell   256  0.0.0.0/0                  24  PureVPN
Nein     Manuell   1    46.0.0.0/8                 24  46.243.221.4
Nein     Manuell   1    46.243.221.1/32            11  192.168.1.1
Nein     System    256  46.243.221.62/32           24  PureVPN
Nein     System    256  127.0.0.0/8                 1  Loopback Pseudo-Interface 1
Nein     System    256  127.0.0.1/32                1  Loopback Pseudo-Interface 1
Nein     System    256  127.255.255.255/32          1  Loopback Pseudo-Interface 1
Nein     System    256  192.168.1.0/24             11  Ethernet
Nein     System    256  192.168.1.238/32           11  Ethernet
Nein     System    256  192.168.1.255/32           11  Ethernet
Nein     System    256  224.0.0.0/4                 1  Loopback Pseudo-Interface 1
Nein     System    256  224.0.0.0/4                11  Ethernet
Nein     Manuell   1    224.0.0.0/4                24  PureVPN
Nein     System    256  255.255.255.255/32          1  Loopback Pseudo-Interface 1
Nein     System    256  255.255.255.255/32         11  Ethernet
Nein     System    256  255.255.255.255/32         24  PureVPN
When I now add the local IP of the WAN adapter in JD2->Settings->Connections as direct gateway
Code:
46.243.221.62
the download is starting and working.

Now I have the problem when the VPN disconnect/reconnect the IP is changing and I need to update the IP in JD2 settings.
Any idea how to fix this?

And where do I see my external IP when downloading with JD2?
Reply With Quote