[one-users] port forwarding

Jeroen Nijhof jeroen at nijhofnet.nl
Fri Apr 23 12:07:21 PDT 2010


Hi,

You can use iptables for portforwarding i.e. ssh:
# iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to
<internal-vm>:22

Just keep in mind that the ssh connection should go back as well so
check the routes/firewall's...

Regards,
Jeroen


On Fri, 2010-04-23 at 00:51 -0400, Eddie Liu wrote:
> Hi all:
> I want to set the port forwarding on front-end so that I can access the VMs from internet.
> Does anyone have the similar experience to share? Thanks in advance!
> 
> 
> /
> /
> 
> _______________________________________________
> Users mailing list
> Users at lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org





More information about the Users mailing list