Search found 3 matches

by McDougal
Sun Jan 05, 2014 11:16 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VPS acting as VPN
Replies: 7
Views: 1910

Re: VPS acting as VPN

local <IP HERE> #- change it with your server ip address
port 1194
proto tcp
dev tun
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt
cert /etc/openvpn/easy-rsa/2.0/keys/server.crt
key /etc/openvpn/easy-rsa/2.0/keys/server.key
dh /etc/openvpn/easy-rsa/2.0/keys ...
by McDougal
Sun Jan 05, 2014 10:51 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VPS acting as VPN
Replies: 7
Views: 1910

Re: VPS acting as VPN

I have switched to using a vpn client in my router. This has seemed fixed my real ip leaking through in wireshark, but I would preferably use the openvpn client on my computer. So here is my client .ovpn config.

client
dev tun
proto tcp
remote <ip here> 1194 #- your OPENVPN server ip and port ...
by McDougal
Sat Jan 04, 2014 3:36 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VPS acting as VPN
Replies: 7
Views: 1910

VPS acting as VPN

I have this problem and if anyone knows how to fix this it would be very appreciated.

I have purchased an NFO unmanaged VPS server and I have used it to setup a private vpn server. I have the server setup and connected to the vpn. I have one problem that may or may not be fixable. Maybe someone can ...