Ask a Question related to Mac Applications & Software, Design and Development.
-
Per Kårehed #1
ftp server problems
Hi,
I'm trying to set up a server on my G4, OS X 10.2.6 and I'm having
trouble doing so... :-(
I'm using CrushFtp and sitting in a small network with a D-link router
connecting us. So, I have problem when trying to connect to my server.
If I look in CrushFtp everything seems ok and it says someone is
connected, and I get a welcome message when using fetch:
220-Welcome to CrushFTP!
220 CrushFTP Server Ready.
230-Valkommen till Per Kareheds ftp-server! (welcome to...)
230 Password OK. Connected.
But still, i don't get a listing of files in fetch and sometimes (not
always) after a while Fetch says something like "are you behind a
firewall bla bla bla.. use passive mode"
I've opened port 21 in my firewall and tried connecting with both
passive mode and non-passive. Also tried opening port 20, but with
same result.
If anybody has had the same problem and know what to do about it I
would really be grateful for help.
Thanks!
Per Kårehed Guest
-
MX 7 Search Server Problems
Is there some bug with the verity merge utility and MX 7 Search Server? We recently upgraded to MX 7 and ever since then the Search Server has... -
Problems! WinNT Client -> WinXP Web Server -> Win2000 File Server
Hi everyone, I have an WinXP Server and an ASP.NET application that access files in a third machine, Win2000 Server. I am using Windows... -
problems on server
hi I´ve a extern linked w3d file with an animation. i pause the animation on prepareMovie and control it with script at runtime. in Addition I´ve... -
SQL Server SP3 problems
Hi Which version of SQL Server are you trying to update? Only apply the files needed. a.. Sql2ksp3.exe. Updates for database components. b..... -
Real problems in compiling Apache Web Server with Open Server 5.0.6
Since a few days i've trialed to compile the Apache Web-Server 1.3.27 with SCO Open Server 5.0.6. Unfortunately with almost no success. 1.) I... -
Tacit #2
Re: ftp server problems
>But still, i don't get a listing of files in fetch and sometimes (not
You need to open SEVERAL ports on an FTP server. Generally speaking, on the>always) after a while Fetch says something like "are you behind a
>firewall bla bla bla.. use passive mode"
server side, ports 20 and 21 and all ports greater than 1024 should be opened.
See:
[url]http://slacksite.com/other/ftp.html[/url]
--
Rude T-shirts for a rude age: [url]http://www.villaintees.com[/url]
Art, literature, shareware, polyamory, kink, and more:
[url]http://www.xeromag.com/franklin.html[/url]
Tacit Guest
-
Ulf Magnusson #3
FTP server problems
I'm trying to set up a FTP server using vsftpd. Everything works fine as long as I connect via localhost, but external hosts can't seem to connect to my server. Connecting using the internal IP (192.168.0.3) from another system connected to the same router works.
My router (NETGEAR DG834) is set up to forward ports 20 and 21, plus 3000-3050 for PASV. My vsftpd.conf looks as follows:
listen=YES
anonymous_enable=NO
dirmessage_enable=YES
connect_from_port_20=YES
nopriv_user=vsftpnpu
local_enable=YES
userlist_enable=YES
userlist_deny=NO
userlist_file=/root/vsftpd.user_list
chroot_local_user=YES
pasv_min_port=3000
pasv_max_port=3050
xferlog_enable=YES
log_ftp_protocol=YES
Any ideas?
Ulf Magnusson Guest
-
albi@scii.nl #4
Re: FTP server problems
On Wed, 23 Feb 2005 22:35:25 +0100
Ulf Magnusson <ulfma629@student.liu.se> wrote:
my vsftpd-setup works fine, see below the differences in the> I'm trying to set up a FTP server using vsftpd. Everything works fine
> as long as I connect via localhost, but external hosts can't seem to
> connect to my server. Connecting using the internal IP (192.168.0.3)
> from another system connected to the same router works.
>
> My router (NETGEAR DG834) is set up to forward ports 20 and 21, plus
> 3000-3050 for PASV. My vsftpd.conf looks as follows:
>
config-file, (and are you running ipfw or pf or ipfilter on the
ftp-server itself ?), HTH
listen=YES>
> listen=YES
>
listen_address=192.168.2.16
pasv_enable=YES> pasv_min_port=3000
> pasv_max_port=3050
pasv_min_port=49152
pasv_max_port=65534
pasv_address=192.168.2.16
pasv_promiscuous=YES
albi@scii.nl Guest



Reply With Quote

