Hi, With this rule incoming request for port 80 redirected to port 8080. But this is not working localy generated request. iptables -t nat -A PREROUTING -p tcp --dport 80 -d LISTEN_IP -j DNAT --to LISTEN_IP:80 How will i redirected local request port 80 to port 8080 ? Thanks