iptables -t nat -A PREROUTING -d A.A.A.A -p tcp --dport 80 -j DNAT --to 127.0.0.1:8282 iptables -A FORWARD -d 127.0.0.1 -p tcp --dport 8282 -j ACCEPT