Internes Portforwarding von 80 auf 8080 Posted on 2010-06-16 by sw iptables -t nat -I PREROUTING --src 0/0 --dst 127.0.0.1 -p tcp --dport 80 -j REDIRECT --to-ports 8080