This is a discussion on Problems with active ftp from Linux-fedora within the Linux Security forums, part of the System Security and Security Related category; I have problems using ftp (through the "ftp" command) on my linux pc fedora. I think this problem ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have problems using ftp (through the "ftp" command) on my
linux pc fedora. I think this problem is related to a security setting on the linux installation since: === - I can issue the same command succesfully to the same account and server (ftp server at my ISP) from a Windows XP box that is behind the same router and on the same LAN. - I can run the ftp command successfully from my Linux-box to another ftp server which is Unix-based (ftp server at my ISP) and demands passive ftp. The ftp that doesn't work is to a Windows server at my ISP which demands active mode for ftp. === Any ideas what I can do to make this (active ftp from Linux-pc) work? This is my own pc so I have root privileges. Borge |
|
|||
|
B H <check4junk@gmail.com> wrote:
> - I can run the ftp command successfully from my Linux-box > to another ftp server which is Unix-based (ftp server at my ISP) > and demands passive ftp. The ftp that doesn't work is to a > Windows server at my ISP which demands active mode for ftp. Enter "passive" command after logging into remote FTP server. By default ftp client is in passive mode, and now it will switch to active mode. But you might need to adjust your iptables settings to allow inbound connection from server. -- andrei |
|
|||
|
"Andrei Ivanov" <iva@racoon.riga.lv> wrote in message
news:31mqrvF3e5mi8U2@individual.net... > B H <check4junk@gmail.com> wrote: > > - I can run the ftp command successfully from my Linux-box > > to another ftp server which is Unix-based (ftp server at my ISP) > > and demands passive ftp. The ftp that doesn't work is to a > > Windows server at my ISP which demands active mode for ftp. > > Enter "passive" command after logging into remote FTP server. > By default ftp client is in passive mode, and now it will > switch to active mode. But you might need to adjust your > iptables settings to allow inbound connection from server. I have tried forcong active mode, but still have problems. So I guess I need to investigate iptables. If anyone have any tips on what I should look for I'll be happy. Borge |