HI guys Is it possible to redirect a sub-domain or a domain to another ip on Lan I explain. I have a server with Proxmox with all my server separate on Vm. Like owncloud on a vm, camera system on another vm and ISPconfig on another and .... My ispconfig ip 10.10.5.5 , owncloud on 10.10.5.6, camera on 10.10.5.6 So what i want to do is ... owncloud.domain.com rediect to 10.10.5.6. cam.domain.com to 10.10.5.6 all accessible outside of my network P.s I only have ip external Ip from my ISP Thx a lot David V.
Your options with one external ip are either to run each server/service on different ports, or use an http proxy to direct the traffic based on something (most likely based on hostname, ie. a different hostname for each service). Check if your router can perform http proxy on incoming requests; it probably can't, and you'll just need to do that in one of your server vm's (or fire up another for that purpose).