Setting up a personal FTP


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Setting up a personal FTP
# 8  
Old 10-06-2003
ok, i am at my routers settings.. to allow ports, would i select a "Filtered Private Port Range:" ?
# 9  
Old 10-06-2003
what type of router do you have? you want to allow ftp access from outside of your NAT? you want to enable and configure port forwarding . tell us what type of router you have please so we can help you on how to do that.
# 10  
Old 10-06-2003
i have a linksys 4 port cable/dsl router. BEFSR41 with the latest firmware patches.

and i want it not to cause problems with my computer running an FTP ...

I appreciate this you guys Smilie Smilie Smilie
# 11  
Old 10-07-2003
ok to open port 21 go to advanced settings at your routers address (usually 192.168.1.1) and click on port forwarding. there it will give you two boxes to enter a range of ports to open, then your internal ip address. if you just want port 21 open you can put 21 in both of those boxes to only open port 21.

please note, i still dont know what your situation is, the router should not affect internal services. forwarding port 21 on the router to your internal ip address will allow you to connect from OUTSIDE of your LAN.

whether you have your ftp server running or not i do not know.
# 12  
Old 10-07-2003
what i want is to get a ftp server from another machine to be able to be accessed from outside the router..
# 13  
Old 10-07-2003
well then thats how to do it. see my post, i explain briefley how to set it up with your router, i have the same one.
# 14  
Old 10-07-2003
ok, do i use the ip address that the cable isp gave me... because i cannot seem to connect to the ftp ... everything seems to be working right on my linux machine.. everything is connecting like the readme says.. The only thing i may not have are directories, which i dont know if that would affect it. (and i dont know how to make them)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

ftp files ntrans setting

Hi all, am transfer some set files to remote machine from unix like put file1 put file2 put file3 put fileend4 But on remote machine files are getting placed like this file1 fileend4 file2 file3 Are their is any sequence of file transfer like alphabetic order or... (3 Replies)
Discussion started by: vivek1489
3 Replies

2. AIX

default umask setting during ftp

Hi all, How do i change the default primary group of files uploaded in AIX (via ftp) in such a way that the files will be owned by tom:staff? I understand that the default file permission can be set in /etc/profile for aix by adding a new line umask=032 Do I add a line in umask as well?... (5 Replies)
Discussion started by: chipahoys
5 Replies

3. UNIX for Dummies Questions & Answers

Setting up FTP account

Hi, I am new to the workd of FTP administration. I was asked to make an account on our FTP server so that someone can only download and upload to his home directory. The account is made but what settings/cconfiguration can I verify to ensure that the user has access to his home directory only?... (1 Reply)
Discussion started by: mojoman
1 Replies

4. Linux

Setting up FTP service +on Fedora 9

Hi all, I set up FTP service at my linuxAbox. Everything is good. When i did FTP from my LinuxB box , it authenticated just fine. The problem is: 1. I can't list the directory 2. when i use ls command to list the directory, it showed: 227 Entering passive mode... (2 Replies)
Discussion started by: c00kie88
2 Replies

5. UNIX for Dummies Questions & Answers

Setting up FTP access to my Tomcat Dir

Hi Guys, Im trying to set up FTP to my Apache Tomcat dir on my server so my web designer can FTP in and look at things in a live environment. However at first I couldn't write to the dir, so i change some permissions, and now I cant access it at all! Here is my LS -all output: ... (4 Replies)
Discussion started by: boarderstu
4 Replies

6. Solaris

how to setting ftp

Dear expert, I have problem when try ftp to my unix box (solaris 10). I was setting /etc/default/login file for enable remote access. enabling service for ftp and in /etc/ftpd/ftpusers thereis exist root. but can not using root for ftp (message : 530 login incorrect) but with using... (4 Replies)
Discussion started by: heru_90
4 Replies

7. UNIX for Advanced & Expert Users

setting username and password for ftp

hi, i have set up an FTP server in one of our systems. could some one tell me the procedure to set up the username and password for it to enable other users to access the server. thanks (1 Reply)
Discussion started by: div
1 Replies

8. IP Networking

Setting up ftp to ip?

How can I set up a webpage from my computer, so that people knowing my ip-adress can connect? I'm using Ubuntu/linux and have some ftp programs but I have no idea how to set the up. Regards Richard (1 Reply)
Discussion started by: riwa
1 Replies

9. UNIX for Dummies Questions & Answers

setting up FTP on Linux/Unix

Hi, I do not currently have any versions of Unix or linux, but I am considering getting one. I have a home computer and I want to set it up with a linux with a GUI (I know nothing about that whol command line prompt),and I want to allow my friends to access certain files on my hard drive using... (5 Replies)
Discussion started by: KrazyGuyPaul
5 Replies
Login or Register to Ask a Question