Port forwarding using IPTables
This is how I setup a port forward on a Ubuntu host. Let us say there is an application with a web interface that runs HTTP but on an odd port, like 8080. We want to accept HTTP traffic for that application on the normal port 80 instead of 8080… Continue reading