Ruthlez

New Member
Joined
Jun 10, 2016
Messages
8
Hi everyone!

I recently started using a VPN. However some websites block VPN ips so I can't visit them.
To solve this problem I would like to add the blocked website's IP to my route table.
It works fine on my other laptops but on my PC it doesn't seem to function. I ran the following command as an administrator in my cmd. Got the OK! feedback message but I still get blocked from visiting the website when on a VPN.

Code:
Route add [website IP] [Default Gateway]

At the bottom of this screenshot :
An image from 'Network Routing Tables'. IPV4 route table showing active routes, network destinations, gateways, and metrics.



you can see that the IP is indeed added to the list but sadly it doesn't function. I have been suggested to reinstall my Windows 10 but was wondering if there aren't any other solutions to this problem.

Thanks in advance!
 

Last edited by a moderator:
Solution
Hmm not sure how there client works and they don't really have any documentation. I would look at your Proxy settings and route tables while the VPN is active and see how it's configured then.
Lower the metric the specific IP entries to at least 19
 

Well actually if your VPN enables the proxy settings for web browsing you can probably go into Internet Options >Connections tab > lan settings > advanced and add the IP addresses into the exceptions box because otherwise while the proxy is enabled the routing table will see everything going to the routes with a mask of 128.0.0.0 and those have the lowest metric
 

Well actually if your VPN enables the proxy settings for web browsing you can probably go into Internet Options >Connections tab > lan settings > advanced and add the IP addresses into the exceptions box because otherwise while the proxy is enabled the routing table will see everything going to the routes with a mask of 128.0.0.0 and those have the lowest metric
Thanks for the responds!
I tried following your steps,
is this right? still doesn't let me connect.
 

Attachments

  • settings.webp
    settings.webp
    56.8 KB · Views: 381
Which VPN client are you using?
 

Which VPN client are you using?
IPvanish
 

Hmm not sure how there client works and they don't really have any documentation. I would look at your Proxy settings and route tables while the VPN is active and see how it's configured then.
 

Solution
Here are the two route tables with VPN enabled & disabled (104.25.147.11 is the IP i'm trying to bypass)

Don't see any changes in the proxy settings.
There's a seperate option for the vpn however, maybe I need to change something in there?
 

Attachments

  • VPNoff.webp
    VPNoff.webp
    34.6 KB · Views: 383
  • vpnON.webp
    vpnON.webp
    38.9 KB · Views: 409
  • settings2.webp
    settings2.webp
    28.2 KB · Views: 448
So add a route for that address. Route add 104.25.147.11 mask 255.255.255.255 198.168.0.1 metric 15
 

This would be while then VPN is enabled right?

I added the route with metric 15 however when printing out it show metric 40 and still blocks website.
 

Attachments

  • route3.webp
    route3.webp
    36.3 KB · Views: 383
Because its still hitting the vpn route
 

Because its still hitting the vpn route
Mhmm.. well my Subscription for IPvanish is expiring in a couple days. U have any suggestions for VPNs for which you know how to fix this issue?
 

I'm curious why do you need a VPN anyways? Most of the time people use them to access corporate resources remotely and I guess if you really want the privacy. You could always just use TOR if that's all you are concerned about.
 

I'm curious why do you need a VPN anyways? Most of the time people use them to access corporate resources remotely and I guess if you really want the privacy. You could always just use TOR if that's all you are concerned about.
Primary issue when you have a somewhat important role in a gaming community of some sort. You get targeted by children ranging from age 12 to 17 who think it's funny or cool to ddos your home internet for 4 hours a day or social engineer your ISP to get your information and post it online. It goes as far as sending a SWAT team to someones house over getting killed in a video game. I don't want to take anymore risks, better safe then sorry.
 

Tor would work fine for that purpose and it's free.
 

Tor would work fine for that purpose and it's free.
People can get your IP over things like Teamspeak, Skype, Ingame clients, databases, Ip grabbers etc.. Tor doesn't protect you from that.
 

If you're willing to spend about 50 bucks you can buy a raspberry pi and create a onion pi, it's basically an access point that you connect to as you would your regular router, but the pi is configured for TOR traffic. Overview | Onion Pi | Adafruit Learning System
 

People can get your IP over things like Teamspeak, Skype, Ingame clients, databases, Ip grabbers etc.. Tor doesn't protect you from that.

It actually does, but you need to configure all your applications to use the socks proxy with TOR, or the onion pi automatically proxies all traffic.
 

Back
Top