PDA

View Full Version : Setting up a FTP




pyro
Oct 27, 2003, 06:13 PM
I want to set up a FTP but noone can access it. I have "FTP Access" on in my system prefrences but everyone still gets a error.

Anyone know how to set up my ftp properly?



alset
Oct 27, 2003, 09:12 PM
What kind of error? Do you have a router or other firewall in between?

Dan

tomf87
Oct 27, 2003, 10:41 PM
Also, how are they trying to login? They must have a local user account by default to login to the FTP server.

pyro
Oct 28, 2003, 02:41 PM
- I think theres a firewall built into Jaguar... And I think it says something like connection failed... I'll get someone to check though.

- I created another user account on my computer for people to log into cause thats what someone told me to do before...

Lanbrown
Oct 28, 2003, 02:53 PM
If you have a FW/router on your network, you will need to map the FTP port to your machine. The FW will translate that port from the WAN IP to the IP and port of the address you specify. If you are using a FW in Jaguar, you will need to allow it there as well.

pyro
Oct 28, 2003, 03:15 PM
Can you explain how to do that?

Sorry I'm still new to most technical **** with computers.

Lanbrown
Oct 28, 2003, 03:20 PM
What kind of connection do you have? Do you have a router? If you don't know, list the manufacturer of the equipment you have, the model number would help too.

SilentPanda
Oct 28, 2003, 03:30 PM
Originally posted by Lanbrown
If you have a FW/router on your network, you will need to map the FTP port to your machine. The FW will translate that port from the WAN IP to the IP and port of the address you specify. If you are using a FW in Jaguar, you will need to allow it there as well.
When you open FTP access in Jaguar's sharing, even with the firewall on I believe it opens up port 21 doesn't it?

pyro
Oct 28, 2003, 03:38 PM
I have a DSL modem through Verizon. The modem is made by Westell and is model 890-210015-04.

Cuckoo
Oct 28, 2003, 03:44 PM
- Do you get an FTP prompt?
- Where do you connect to? (is it passive enabled? Are you? Tried it?)
- Can you execute the LS command?

Or does it just do nothing?

If it doesn't do a thing, just timeout, can you ping the IP?

If so....then there is something blocking the path. And it can be anything between you and the server, but most likely

a. you
b. your router
c. receivers router

If it is a or b
Make sure TCP ports 20 and 21 are enabled (21 is for the command session and 20 is for the data session)

If it's C, ask them to check their TCP port 20 and 21

If you can't ping the other side, then you might have a connection problem and there isn't a path between client and host (provided ICMP traffic is enabled (Ping))

Hope it's a bit clear, since im a bit on scotch
Hope it helps

Cuckoo

pyro
Oct 28, 2003, 07:49 PM
How do you ping someone?

Cuckoo
Oct 29, 2003, 11:00 AM
Darn..... can't help you there

I've just received my PB... it's still making it's first charge

from unix, you go to a shell and just type

Ping [IP-adress]

(without the brackets)