$IPT -t nat -A PREROUTING -i ppp0 -p tcp --destination-port 21 -j DNAT --to 192.168.0.100:21
$IPT -A FORWARD -p tcp -d 192.168.0.100 -i ppp0 --dport 21 -m state --state ! INVALID -j ACCEPT
voila , ca doit marcher comme ca , il faut juste addapter l'ip de redirection