March 1, 2016
Redirect one port to another in Linux

How to redirect one port to another in Linux How to redirect TCP traffic from one port to another To redirect the TCP traffic from one port to another, you can use the following command. You have to replace SRC_PORT and DEST_PORT in the above command with the desired ports. How to redirect UDP traffic