[iptables] routage ftp

routage ftp [iptables] - réseaux et sécurité - Linux et OS Alternatifs

Marsh Posté le 08-07-2003 à 19:31:21    

:hello:  
je gallere pour rediriger le port ftp vers mon pc et non vers le serveur :/
quelqu'un pourrait m'aider ?

Reply

Marsh Posté le 08-07-2003 à 19:31:21   

Reply

Marsh Posté le 08-07-2003 à 21:19:15    

$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

Reply

Marsh Posté le 08-07-2003 à 22:01:23    

ipnoz a écrit :

$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
 


 
 :jap:  
j'avais la 1ere ligne mais pas la seconde :D

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed