Jump to content
3 minutes ago, IgorM said:

I want some way that I could type some url on any browser and connect to a device like I do when I go to 192.168.0.1 on my home network

Problem is doing this often is much harder and has lots of secuirty issues.

 

Making your router like that on the internet is normally a very bad idea as there are lots of secuity holes on most routers and someone may get control of it doing so.

 

Other problem is ip. Do you have a static IP

Link to post
Share on other sites

You could setup an openVPN server. If you don't have the hardware to do so you could use a VPS service. There are tutorials all over on how to do this.

 

One example for VPS and CentOS 6 (kind of an old tutorial so there might be more updated ones available out there)

https://www.bestvpn.com/roll-openvpn-server-vps-using-centos-6/

There's no place like ~

Spoiler

Problems and solutions:

 

FreeNAS

Spoiler

Dell Server 11th gen

Spoiler

 

 

 

 

ESXI

Spoiler

 

 

 

 

 

 

Link to post
Share on other sites

12 minutes ago, Razor Blade said:

You could setup an openVPN server. If you don't have the hardware to do so you could use a VPS service. There are tutorials all over on how to do this.

 

One example for VPS and CentOS 6 (kind of an old tutorial so there might be more updated ones available out there)

https://www.bestvpn.com/roll-openvpn-server-vps-using-centos-6/

I'm currently trying to configure noip here

Link to post
Share on other sites

SSH local port forward is a good way to do this.

 

ssh -L [bind_address:]port:host:hostport

 

So just... like..

 

ssh -L 443:192.168.0.1:443 username@yourhomesshserver

Then open localhost:443 in your browser.. magic.

 

"Only proprietary software vendors want proprietary software." - Dexter's Law

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×