Install > Install ITBA > Configure the Linux Port

Configure the Linux Port

Note When you redirect your ports, you lose the extra protection from the low ports; any user on your machine can bind to port 8080.

If you want to redirect port 80 to port 8080, proceed as follows:

Run as root:

# iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080