How to hide client's IP and location using OpenVPN

OpenVPN tutorials ranging from configuration to hacks to compilation will be posted here.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Locked
ionico
OpenVpn Newbie
Posts: 3
Joined: Mon Jun 20, 2016 11:33 am

How to hide client's IP and location using OpenVPN

Post by ionico » Mon Jun 20, 2016 11:50 am

Hello. I have virtual private server (VPS) with Windows Server 2008 R2 Standard SP1. The server uses for personal non-commercial purposes. VPS located in United Kingdom.
I want to create OpenVPN erver on my VPS. The main purpose is to hide IP and real location on the client PC.
The first part of the work completed. OpenVPN server created. Clients are successfully connected to server. Ping from client PC to server (10.10.10.1) are successful. After creating a public folder on the server, it appears in the network environment on the client PC.

But how to hide now client's IP and location? Thanks.
Here server.ovpn:

Code: Select all

#dev tun
dev tap
#dev-node "VPN"
#proto tcp-server
proto udp
port 7777
tls-server
server 10.10.10.0 255.255.255.0
comp-lzo
# route-method exe
# route 192.168.x.0 255.255.255.0 10.10.10.x
# push "route 192.168.x.0 255.255.255.0"
client-to-client
client-config-dir C:\\OpenVPN\\config\\ccd
ifconfig-pool-persist C:\\OpenVPN\\config\\ccd\\ipp.txt
dh C:\\OpenVPN\\ssl\\dh1024.pem
ca C:\\OpenVPN\\ssl\\ca.crt
cert C:\\OpenVPN\\ssl\\Server.crt
key C:\\OpenVPN\\ssl\\Server.key
#persist-key
tls-auth C:\\OpenVPN\\ssl\\ta.key 0
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
keepalive 10 120
status C:\\OpenVPN\\log\\openvpn-status.log
log C:\\OpenVPN\\log\\openvpn.log
verb 3

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: How to hide client's IP and location using OpenVPN

Post by TinCanTech » Mon Jun 20, 2016 12:21 pm


Lomax
OpenVpn Newbie
Posts: 5
Joined: Sun Mar 05, 2017 4:53 pm

Re: How to hide client's IP and location using OpenVPN

Post by Lomax » Sun Mar 05, 2017 6:18 pm

If only he answered the questions he'd be quite useful but he just redirects to the HOWTO. We've read it you numpty that's why we're asking questions.

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: How to hide client's IP and location using OpenVPN

Post by TinCanTech » Sun Mar 05, 2017 10:03 pm

@Lomax
Many People have spent many hundreds of hours documenting Openvpn ..
If you don't read the documentation then you are simply lazy and do not deserve any help.
And you are welcome to Learn all that information and provide better help, if you can ..

Locked