Bonsoir,
Alors voilà le problème :
J’ai chez moi un serveur ftp, j’y accède grâce à : ftp://ip. Ca marche, c’est cool.
Maintenant j’aimerai donner cette accès à l’extérieur.
Pour cela j’ouvre le port 21 et je donne son accès
[code]# iptables -t filter -A OUTPUT -p tcp --dport 21 -j ACCEPT
root@debian:/home/tt# ftp localhost
Connected to localhost.
220 ProFTPD 1.3.4a Server (Debian) [::1]
Name (localhost:tt): tt
331 Password required for tt
Password:
230 User tt logged in
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> sendport 21 on
Use of PORT cmds off.
ftp> sendport 21 on
Use of PORT cmds on.[/code]
Mais ça marche pas … Quand j’essaye d’y accéder via une connection qui ne se situe pas sur mon réseau interne ca charge pendant un moment puis ça affiche
[quote]The connection has timed out
The server at 192.***.*.*** is taking too long to respond.
The site could be temporarily unavailable or too busy. Try again in a few
moments.
If you are unable to load any pages, check your computer’s network
connection.
If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.[/quote]
Merci d’avance
[et joyeuses fêtes ]