There is a Linux-machine, on which there are several virtual machines. These virtualki have their own local ip, to a certain services should be accessed by a remote user. Immediately came the idea of a proxy, but I need something that he would not broadcast all the traffic, but only where there are virtuals.
echo 1 >/proc/sys/net/ipv4/ip_forward
). 3. If virtual ip's are not accessible from the outside, you need to set iptables rules for traffic forwarding and / or masquerading (using iptables: MASQUERADE goals and possibly SNAT / DNAT). No additional software is usually installed. - Mike