KenShackelford
Technical User
I am hoping that someone might be able to help me out with a little problem that I have. I have a DSL connection into my house, using a digital modem that was supplied by Earthlink (my DSL provider). I signed up for a static IP address, because I wanted to run a web server from my home, and I also wanted to be able to FTP into my computer from the office. The web server is working just fine. But FTP is another matter. I can FTP into my box at home using port 80 just fine. But when I attempt to issue a "dir" or a "ls -l" command, I get the following error:
> ftp: bind :Can't assign requested address
I checked my server's log file using the following command:
tail -f /var/log/messages
What I see is as follows:
vsftpd: warning: can't get client address: Bad file descriptor
Port 20 and 21 are "open" as far as the Linksys router is concerned - obviously FTP is working enough that I can log in. But if I try to do anything once logged in, I get the message above. Now, the router is taking the static IP address that Earthlink gave me, and is port forwarding to 192.168.1.250 (the local net address for my server).
Has anyone seen this kind of behavior, know what is causing it, and most importantly, know how I can get around this so that FTP will actually be functional for me? I am running Red Hat Linux 9. But this behavior has been happening to me since Red Hat 7.x. It also dogged me this way when I was using wu-ftp as well.
Any help/ideas would be much appreciated.
Ken
> ftp: bind :Can't assign requested address
I checked my server's log file using the following command:
tail -f /var/log/messages
What I see is as follows:
vsftpd: warning: can't get client address: Bad file descriptor
Port 20 and 21 are "open" as far as the Linksys router is concerned - obviously FTP is working enough that I can log in. But if I try to do anything once logged in, I get the message above. Now, the router is taking the static IP address that Earthlink gave me, and is port forwarding to 192.168.1.250 (the local net address for my server).
Has anyone seen this kind of behavior, know what is causing it, and most importantly, know how I can get around this so that FTP will actually be functional for me? I am running Red Hat Linux 9. But this behavior has been happening to me since Red Hat 7.x. It also dogged me this way when I was using wu-ftp as well.
Any help/ideas would be much appreciated.
Ken