حتما فهمیدید که نسخه 1 لینوکس Fedora که از پس بجای Redhat مجانی که تا حالا بیرون میومده ، بیرون اومده . دست بر قضا ما هم گفتیم نصفه شبی بگذاریم یه جایی Download بشه که ببینیم چیه و اینا !
آقا یه 2 ساعتی سر کار بودم . حالا چرا ؟! من همش Mirror پیدا می کردم برای اینکه با wget بزنم از FTP بیاد . هر چی Mirror براش پیدا می کردم می زدم که بیاد تا دم RETR میومد وای میستاد . اینطوری :
[root@berelian Fedora]# wget -c ftp://fr.rpmfind.net/linux/fedora/core/1/i386/iso/yarrow-i386-disc1.iso
--03:14:36-- ftp://fr.rpmfind.net/linux/fedora/core/1/i386/iso/yarrow-i386-disc1.iso
=> `yarrow-i386-disc1.iso'
Resolving fr.rpmfind.net... done.
Connecting to fr.rpmfind.net[194.199.20.114]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /linux/fedora/core/1/i386/iso ... done.
==> SIZE yarrow-i386-disc1.iso ... done.
==> PORT ... done. ==> REST 23111656 ... done.
==> RETR yarrow-i386-disc1.iso ...
[root@berelian Fedora]# ftp fr.rpmfind.net
Connected to fr.rpmfind.net (194.199.20.114).
220 (vsFTPd 1.2.0)
Name (fr.rpmfind.net:root): anonymous
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> dir
227 Entering Passive Mode (217,218,127,72,143,29)
yep , I got it before . but why the passive mode does not work too ?! the passive mode should work in this situation .
[ حمید هاشمی ] | [ پنجشنبه، 6 آذرماه 1382، 4:39 بعدازظهر ]This is their fault. They have some misconfiguration, and I guess they did not mean to block FTP, but they are passing all traffic from some NAT gateways which is improperly configured.
The only thing you can do it to get in touch with them and ask them to fix it, or maybe helping them to figure out what is wrong and how to fix it.
ye soal dashtam
lodfan darmorede tarikhche nofix tozih bedin.
lodfan be man etla dahid
The answer is NAT. and their NAT does not translate layer4 payload
[ Babak Farrokhi ] | [ پنجشنبه، 6 آذرماه 1382، 2:25 بعدازظهر ]