Is it possible to forward an address in Linux/Ubuntu and not just ports?
Say I have a virtual machine in my Ubuntu-comp and I want both the VM and the Hosting OS to have apache running on port 80. And then I want to access the VM through xxxxx.domain.tld and the hosting os through yyyyyy.domain.tld?
I guess you can forward this through the hosting os apache to the other one, but what if I then want to use the same with other applications. For example: SSH, FTP and so on.