How I create a VPN using my home connection?

ppaizon217

Regular Member
Joined
Jan 14, 2016
Messages
242
Reaction score
116
I want my home internet connection available to be connected from any other computer/user in the world that has the password and username required to use it.
 
Last edited:
Nope, I want my home internet connection available to be connected from any other computer/user in the world that has the password and username required to use it.
Ok then TeamViewer or Apple Remote Desktop?
 
Probably what you want is vpn server on your home machine.
 
And don't forget you'll need individual ip adress from your provider. Also if you have router before home computer you need to setup port forvarding so you be able to connect to your home machine.
 
I've never done this OP, but I'd imagine it isn't really that hard. It should go something like:

1. Install server-side VPN installation on machine on home network
2. Port forward router to VPN server port of home machine
3. Throw in home IP and designated port as HTTP or SOCKS proxy
 
you can simply keep setup remote desktop or keep teamviewer running to do this
 
I've never done this OP, but I'd imagine it isn't really that hard. It should go something like:

1. Install server-side VPN installation on machine on home network
2. Port forward router to VPN server port of home machine
3. Throw in home IP and designated port as HTTP or SOCKS proxy
If port 80 is open then how it can be done?
 
maybe this will help you out.
http://www.howtogeek.com/135996/how...ows-computer-without-installing-any-software/

your dynamic IP is going to cause problems though I think - i mean how will you know what IP you need to connect to?

edit: actually there's a few of things you could do to know your IP eg running something on your server that periodically pings a server so you get the current IP or even have a browser window open that auto refreshes a page and use web stats to get the IP
 
Last edited:
if you have a dynamic ip use dyndns.com but might be cheaper to get a static ip
 
to my understanding port 80 is http
if you set up a VPN then its UDP 500 or UDP 4500 if NATed and will also need to allow IP protocol 50

if you are tryign to run a ssl vpn (client based) then its tcp 443
literally, I dont know how you are trying to run IPsec/SSL vpn on http
 
Back
Top