summaryrefslogtreecommitdiff
path: root/port_forward
AgeCommit message (Collapse)Author
2016-07-18Fix ip selecting regexpVasudeva Kamath
2016-07-14Handle source nating when interface has more IPVasudeva Kamath
Some time interface can have 2 ip address handle this case, though I feel only first IP will be considered by iptables.
2015-11-05port_forward: Refactor the scriptVasudeva Kamath
Allow user to specify protocol for forwarding rules. If not specified do it for tcp and udp. Bring forwarding rules into single function *setup_forwarding*.
2015-11-05port_forward: rearrange cmdline argumentsVasudeva Kamath
Arguments were not used as per the help message. Rearranged the arguments to match the help message. Also refactored help message.
2015-11-04Script for doing portforwardingVasudeva Kamath
Use case: When forwarding certain port on host system to container/vm's