Closed sk4zuzu closed 9 months ago
Description Add ability to statically forward ports in iptables with -j DNAT --to-destination.
-j DNAT --to-destination
Use case Simple, static alternative to both LBs and SDNAT.
Interface Changes
ONEAPP_VNF_NAT4_PORT_FWD0 = 80:1.2.3.4:8080
ssh -L
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
ONEAPP_VNF_NAT4_PORT_FWD0 = 80:1.2.3.4:8080
, similar tossh -L
notation maybe? (TBD)