User Tools

This is an old revision of the document!


Domain setup

If you have read the this page, you should know why you need at least one external server.

I will assume you have two external servers with public IP addresses:

  • external.mydomain.com with IP 99.99.99.99
  • failback.mydomain.com with IP 77.77.77.77

Whether they are commercial servers, rented hardware, virtual servers or some box you plugged in in secret at your uncle workplace, i don't care. All you need is a public IP with a Linux operating system and the subdomain names that you can point to it.

Domain Setup

To access home remotely and securely, using SSL/HTTPS with regular certificates, you must have a domain. Get whatever domain you can, the level doesn't matter but you must be able to add subdomains to your domain.

You need to point all your subdomains to your external server IP address, using an A record is a good idea, but any other way (CNAME, etc) is just fine.

So, assuming you have the following subdomains associated to your home services:

  • mydomain.com → 99.99.99.99
  • home.mydomain.com → 99.99.99.99
  • mediaserver.mydomain.com → 99.99.99.99
  • drive.mydomain.com → 99.99.99.99
  • myotherservice.mydomain.com → 99.99.99.99
  • external.mydomain.com → 99.99.99.99
  • failback.mydomain.com → 77.77.77.77 (of course, this is the only exception)

Any new subdomain which needs to point to the home server, will need to be added to your domain DNS management to point to the 99.99.99.99 ip.

In case of a serious blackout of the 99.99.99.99, or the ISP1, you can still access your home trough 77.77.77.77, and you can, for prolonged blackouts, switch over your DNS records to this IP.

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information