mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-25 17:45:55 +03:00
[GH-ISSUE #109] browser just shows connecting when going to restricted sites #95
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mehrancodes on GitHub (Dec 19, 2018).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/109
Hello there!
I have configured the VPN successfully and on the client side, it connects. but while it changes my IP, still I can't connect to the restricted sites by the internet provider.
I think there should be a way to not only change the IP but also proxy all my traffic through the server
@hwdsl2 commented on GitHub (Dec 19, 2018):
@mehrunrasoli Hello! What is your VPN client's operating system? Traffic should be proxied through the VPN server while connected. Test if you can visit the site in question from your VPN server itself. You may use
wgetorcurlto test. If not, then your VPN server provider also restricts the site. Otherwise, clear the DNS cache on your VPN client (search on Google) and reboot.@hwdsl2 commented on GitHub (Dec 19, 2018):
@mehrunrasoli Note that for some countries traffic may be blocked or interfered with even when connected to the VPN server. You might want to instead look into alternative solutions such as Shadowsocks.
@mehrancodes commented on GitHub (Dec 19, 2018):
WOW Thanks to reponse so quick!
Exactly, I should test another tool. thanks man!