OpenNebula / one-apps

Toolchain to build OpenNebula appliances
Apache License 2.0
12 stars 10 forks source link

VR: Add simple port-forwarding for the NAT4 module (DNAT) #62

Closed sk4zuzu closed 6 months ago

sk4zuzu commented 6 months ago

Description Add ability to statically forward ports in iptables with -j DNAT --to-destination.

Use case Simple, static alternative to both LBs and SDNAT.

Interface Changes