• # --to-destination

    Posté par . En réponse au message Iptables et NAT. Évalué à 2.

    Je ne connais pas l'option --to, pour ma part j'utilise --to-destination :

    iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to-destination 10.8.0.1:80