Domaines

tesquenure

Member
Aug 18, 2009
109
1
16
Hi,

What is the best practice for redirect subdomaine :

Domaine : mydomaine.dyndns.org
Router - DMZ - PVE (192.168.1.100) or special VM with software who can do that
VM101 server1.mydomaine.dyndns.org 192.168.1.101
VM102 server2.mydomaine.dyndns.org 192.168.1.102

With a redirection for all ports

Infine

its perfect if i can do

ssh server1.mydomaine.dyndns.org
ssh server2.mydomaine.dyndns.org
http://server1.mydomaine.dyndns.org
http://server2.mydomaine.dyndns.org

from internet or local network.

Regards,

Tes
 
It`s impossible to make it with a single Real IP. Exept if you want to ssh server1.mydomaine.dyndns.org , ssh server2.mydomaine.dyndns.org:23 (another port) and http://server1.mydomaine.dyndns.org , http://server2.mydomaine.dyndns.org:81 (another port)
Hi,
for the http you can use an reverse proxy (pound or nginx) to split to the two servers - like http://server1.mydomaine.dyndns.org:80 -> server1:8080 and http://server2.mydomaine.dyndns.org:80 -> server2:8080.

Udo
 
Hi Nemesiz, hi Udo,

and thx

At this moment i use Nemesiz solution via my router.

Its strange than that does not existe, with virtualisation, more and more peaple need this.

What is the technical probleme with this ?

Udo im shure you find the perfect solution soon ^^

Thx again for your answers

Regards,

Tes