|
-
August 27th, 2008, 03:16 PM
#1
Registered User
Hardware Ftp server
Hmmm... Hello again :O)
I'm trying to build an ftp server. Tried several software based, But non of them work well (On some user can't access computer, And on others user can't download files).
Anyway - Thought about buying this router which costs around 60$,And which supposed to have a built in ftp feature through usb connection :
http://www.edimax.com/images/Image/d...BR-6215SRg.pdf
Has anyone of you had good experiences with ftp behind firewalls, Or with this specific product ?
I already have an 500gb maxtor external drive, So it will be cheaper to buy this router than buying another HD with NAS enclosure.
-
August 27th, 2008, 03:21 PM
#2
Registered User
Sounds like more of a configuration problem then anything.
That likely will work if you forward the right port to the right internal IP but again you will need to configure it.
IS this ftp for external access?
like from the internet inside to an internal network?
-
August 27th, 2008, 03:30 PM
#3
Registered User
Yes Ferrit, It is for external access. I've managed to open proper ports and have no problem accesing it via internal or internet address, but one of my test-friends having this problems downloading files. I've installed online armor which is very light and efficient firewall software, And now just removed it for the test. I'll continue to try and test the software based ftp and see how it goes.
Thanks for the feedback
-
August 27th, 2008, 03:46 PM
#4
Registered User
Ok first off all ftp servers are run by some software whether its out of a router a NAS box or IIS.
1 thing. Be prepared that once you open the ftp on port 21, shortly thereafter your ftp system is gonna get hammered by them trying to get into it.
Chine and brazil will be the most heh
-
August 27th, 2008, 03:57 PM
#5
Registered User
Wow....That bad.....I'll take that into account and after it'll work in basic mode, I'll try to incorperate some SSL or some complicated password/encryption....
Thanks for the tip, And I guess it's time to learn new curses in chinese or Portuguese
-
August 27th, 2008, 04:14 PM
#6
Registered User
If someone can't get into several FTP servers while others can then there is a problem on his end... PERIOD. This is like trying to replace the garage because you have a flat tire...
Also with the hammering issue - FIlezilla is great, will automagically block a user after a number of failed attempts. Just make sure you don't have users like "anonymous", "administrator", "admin", "root"... those are the target of most attempts. And as usual, the least permissions needed for any given user....
(000054) 8/21/2008 8:41:52 AM - (not logged in) (82.77.20.77)> USER Administrator
(000054) 8/21/2008 8:41:52 AM - (not logged in) (82.77.20.77)> 331 Password required for administrator
(000054) 8/21/2008 8:41:58 AM - (not logged in) (82.77.20.77)> PASS $3RV(CE
(000054) 8/21/2008 8:41:58 AM - (not logged in) (82.77.20.77)> 530 Login or password incorrect!
(000054) 8/21/2008 8:42:12 AM - (not logged in) (82.77.20.77)> USER Administrator
(000054) 8/21/2008 8:42:12 AM - (not logged in) (82.77.20.77)> 331 Password required for administrator
(000054) 8/21/2008 8:42:22 AM - (not logged in) (82.77.20.77)> PASS $99RADI
(000054) 8/21/2008 8:42:22 AM - (not logged in) (82.77.20.77)> 421 Temporarily banned for too many failed login attempts
(000054) 8/21/2008 8:42:22 AM - (not logged in) (82.77.20.77)> disconnected.
Last edited by CeeBee; August 27th, 2008 at 04:20 PM.
Protected by Glock. Don't mess with me! 
-
August 27th, 2008, 04:31 PM
#7
Registered User
Thanks CB. The thing is that this test-friend is the only "outsider" (Out of my local network) I can test it with. When I access ftp from local network via internet ip or local ip then all is well.
Will try to ask some other friends to become lab-mices :O)
-
August 27th, 2008, 05:50 PM
#8
Registered User
I am curious about this too. I was recently toying with the idea of a FTP to link files I want to share. One for private access for specific files and the other for public linking so to help those who want to get files from the website we host for our gaming group. What are the preferred options for doing this should I have my own host or should I rent one? If I have my own what is better to use Linux or Windows? This is just a side project I was toying with and HipHopers post reminded me of that task.
One Script to rule them all.
One Script to find them.
One Script to bring them all,
and clean up after itself.
-
August 28th, 2008, 01:31 AM
#9
Registered User
 Originally Posted by CeeBee
If someone can't get into several FTP servers while others can then there is a problem on his end... PERIOD. This is like trying to replace the garage because you have a flat tire...
Also with the hammering issue - FIlezilla is great, will automagically block a user after a number of failed attempts. Just make sure you don't have users like "anonymous", "administrator", "admin", "root"... those are the target of most attempts. And as usual, the least permissions needed for any given user....
(000054) 8/21/2008 8:41:52 AM - (not logged in) (82.77.20.77)> USER Administrator
(000054) 8/21/2008 8:41:52 AM - (not logged in) (82.77.20.77)> 331 Password required for administrator
(000054) 8/21/2008 8:41:58 AM - (not logged in) (82.77.20.77)> PASS $3RV(CE
(000054) 8/21/2008 8:41:58 AM - (not logged in) (82.77.20.77)> 530 Login or password incorrect!
(000054) 8/21/2008 8:42:12 AM - (not logged in) (82.77.20.77)> USER Administrator
(000054) 8/21/2008 8:42:12 AM - (not logged in) (82.77.20.77)> 331 Password required for administrator
(000054) 8/21/2008 8:42:22 AM - (not logged in) (82.77.20.77)> PASS $99RADI
(000054) 8/21/2008 8:42:22 AM - (not logged in) (82.77.20.77)> 421 Temporarily banned for too many failed login attempts
(000054) 8/21/2008 8:42:22 AM - (not logged in) (82.77.20.77)> disconnected.
I am sure they get banned but as fast as they get banned others are port scanning.
Now i dont know but if enough hammer is this gonna cause a bandwidth issue?
And what if you forget something?
And they get in?
I have seen a website after they were done,granted he left an executable in a folder or some such but it was a mess.
Just some things to think about.
-
August 28th, 2008, 07:55 AM
#10
Registered User
 Originally Posted by Ferrit
I am sure they get banned but as fast as they get banned others are port scanning.
Not so many though, after 1 year of having the same IP I would see at most 15-20 IP's a day.
 Originally Posted by Ferrit
Now i dont know but if enough hammer is this gonna cause a bandwidth issue?
Not with Filezilla from what it seems... looks like the connection is also throttled down in case of "attacks".
 Originally Posted by Ferrit
And what if you forget something?
And they get in?
I have seen a website after they were done,granted he left an executable in a folder or some such but it was a mess.
Back to Security-101: Only allow specific users, use strong passwords, do not share logins unless there is a good reason for it and set the least amount of permissions needed.
Ex. If you need to distribute ONE DIRECTORY then don't allow write access from the root and propagate permissions to all subdirs. I've been running FTP for 10 years on my home server and haven't had any issue. Most issues with FTP come from poor setup. I have even seen a mobo manufacturer that allowed write access to the FTP files - yes, that included the files they were distributing
Protected by Glock. Don't mess with me! 
Similar Threads
-
By 70-240 in forum Certification
Replies: 14
Last Post: February 20th, 2012, 03:35 AM
-
By TechZ in forum Tech News
Replies: 0
Last Post: April 3rd, 2006, 04:25 PM
-
By arch0nmyc0n in forum Tech-To-Tech
Replies: 13
Last Post: September 13th, 2004, 11:23 PM
-
By Ronin in forum Windows NT/2000
Replies: 8
Last Post: July 5th, 2004, 04:36 PM
-
By Bjorn in forum Windows NT/2000
Replies: 3
Last Post: February 17th, 2001, 12:58 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks