Overclockers Australia Forums
OCAU News - Wiki - QuickLinks - Pix - Sponsors  

Go Back   Overclockers Australia Forums > Specific Hardware Topics > Networking, Telephony & Internet

Notices


Sign up for a free OCAU account and this ad will go away!
Search our forums with Google:
Reply
 
Thread Tools
Old 24th July 2001, 4:18 PM   #1
Bezerk Thread Starter
Member
 
Join Date: Jun 2001
Location: Brisbane
Posts: 754
Question Creating an FTP Server

I was wondering how to set one up on an O@Home connection and whats involved...if its possible.

Do you need a third party app like Bulletproof & CuteFTP or can it be done with Win2k Server?

Does anyone have any good resources or links for a beginner.

Cheers
Bezerk is offline   Reply With Quote

Join OCAU to remove this ad!
Old 24th July 2001, 4:57 PM   #2
Rass
Member
 
Rass's Avatar
 
Join Date: Jun 2001
Location: Brizbekistan
Posts: 2,612
Default

It's against the AUP..

But you need some FTP server software like Serv-U ..

Jump onto tucows and do a search for FTP server software.

IIS5 has it's own FTP server, but I dont liek it.
Rass is offline   Reply With Quote
Old 24th July 2001, 5:58 PM   #3
h2k
Member
 
h2k's Avatar
 
Join Date: Jun 2001
Location: Canada
Posts: 154
Default

Coincidentally i just set one up myself today. I used Ftp serv-u, and it works nicely.
__________________
System Specs:
Asus Tusl2-C Motherboard; Celeron 1100@1496 Gf3 Ti200; 30gb maxtor ata 100 7200rpm; 512mb ram PC133 Generic
Soundblaster Live! Value; WinTV-GO;Netgear MA401 Wireless USB;
h2k is offline   Reply With Quote
Old 24th July 2001, 5:59 PM   #4
Manaz
(Damned or Belated)
 
Manaz's Avatar
 
Join Date: Jun 2001
Location: Sydney, Australia
Posts: 4,797
Default

Firstly, be aware that setting up any kind of server, if you're not sure what you're doing, can very easily open your PC up to attack by malicious parties on the Internet - a badly configured and secured FTP server (or any kind of server really) can make gaining access to your files, and then control of your PC, a LOT easier for someone who know what they're doing.

Secondly, as Rass mentioned, it *is* against the Optus@Home AUP, and if Optus find the server, it's quite likely that they will terminate your account, as per your contract.

If you were to have an Internet connection which you could run an FTP server on, you may wish to consider the following.

Win2K server comes with a set of services called Internet Information Services 5, which includes an FTP server service. You may have to fully install it, or if it's already installed, activate it. Be *very* careful of what directories you give access to - I'd strongly suggest NOT running with the standard directory setup it gives you, and I'd also suggest running it on a different logical drive to your system disk (run it on D: for example, rather than on C. This is to help you avoid falling victim to some of the security holes in IIS5 (there are patches available to fix the known security holes, but others may pop up in the future.

There are several 3rd party FTP server applications available for Windows - I have personally used, and recommend, Serv-U if you're not happy with what IIS gives you. However, again, before installing, check to see what security problems installing such a program may cause you. In the case of either IIS or 3rd party software, you *may* wish to run the service on a non-standard port - most people who try to exploit FTP servers will be looking for the default port, port 21 - by changing the port to something non-standard (put it high, up in the 5-figure range to avoid clashing with any other standard services), you can reduce the chance of the FTP server being found, and therefor the chance that someone will try to breach your security.
Manaz is offline   Reply With Quote
Old 24th July 2001, 6:06 PM   #5
Bezerk Thread Starter
Member
 
Join Date: Jun 2001
Location: Brisbane
Posts: 754
Default

Thanks for the info guys
Bezerk is offline   Reply With Quote
Old 24th July 2001, 6:30 PM   #6
Gandalf
Member
 
Join Date: Jun 2001
Location: Brisbane
Posts: 371
Default

If you setup any kind of MS server keep a very close eye on their security fixes - they come out often and usually after the hackers have found them.

e.g. there were 25 security fixes for IIS in the last 12 months.

If security is important, consider using a Linux FTP server.

have a look at http://www.clarkconnect.org/

very easy to setup and secure.
__________________
"The best game is a new Linux distro"
www.qldcorp.net
Gandalf is offline   Reply With Quote
Old 24th July 2001, 6:42 PM   #7
spectral
rebmeM
 
spectral's Avatar
 
Join Date: Jun 2001
Posts: 11,540
Default

Aus-cert released many more IIS-related holes and vunerabilities than 25 in the last 12 months. However, the amount of patches for Unix based systems is just as high. BIND, NIS (YP), telnet and apache also have their holes.

I'm not recommending the MS product over the unix equivelent, just noting that regardless of platform, make sure you keep up to date with the patches. The amount of portscans etc performed on my "router" box at home (o@h) is very high, so there obviously people/bots out there having a very close look at your system.
__________________

"Simplicate then add lightness" - Colin Chapman
spectral is offline   Reply With Quote
Old 24th July 2001, 7:35 PM   #8
Bezerk Thread Starter
Member
 
Join Date: Jun 2001
Location: Brisbane
Posts: 754
Question

I can't seem to get my head around how IP addressing works Serv-U. I'm using a gateway router, if my internal ip address is 192.168.0.2, how will that affect assigning the IP address to Serv-U, and what will be the "ftp://address" that i actually look for when setup.

Is it something like ftp://loginassword@Bezerksftp.com:21
or ftp://loginassword@192.164.3.198:21
Bezerk is offline   Reply With Quote
Old 24th July 2001, 11:16 PM   #9
Mort
Member
 
Mort's Avatar
 
Join Date: Jun 2001
Location: Sydney
Posts: 237
Default

Your router will have to support some form of port re-direction or NAT.

On the gateway you need to tell it that any requests it recieved on the FTP port should be directed to the IP address you use internally... but it can't be tricky to get working without opening a heap of holes in your security if you don't know what you are doing...
Mort is offline   Reply With Quote
Old 25th July 2001, 12:33 AM   #10
BurnFEST
Member
 
BurnFEST's Avatar
 
Join Date: Jun 2001
Location: NE Suburbs, Adelaide.
Posts: 785
Default

Quote:
Originally posted by Bezerk
I can't seem to get my head around how IP addressing works Serv-U. I'm using a gateway router, if my internal ip address is 192.168.0.2, how will that affect assigning the IP address to Serv-U, and what will be the "ftp://address" that i actually look for when setup.

Is it something like ftp://loginassword@Bezerksftp.com:21
or ftp://loginassword@192.164.3.198:21
If you put it on the computer with the direct connection to the internet, it will look like ftp://loginass@12.34.56.78:21
Just replace 12.34.56.78 with your OUTSIDE IP address, not the internal network one.

Also if dont want it to be your IP address, check our www.dyndns.org , its a free Dynamic DNS service.

Burn.
__________________
http://sifnt.net.au/ | djdoboy.com | Digitally Imported

Rik: "OverSteerers Australia - If it's not on fire, it can go sideways into a pole."
deadEd: " I've got no clear preference between the two, so I voted Pepsi because it has more letters than Coke"
BurnFEST is offline   Reply With Quote
Old 25th July 2001, 8:27 AM   #11
Gandalf
Member
 
Join Date: Jun 2001
Location: Brisbane
Posts: 371
Default

Quote:
Originally posted by spectral
Aus-cert released many more IIS-related holes and vunerabilities than 25 in the last 12 months. However, the amount of patches for Unix based systems is just as high. BIND, NIS (YP), telnet and apache also have their holes.
True, but far fewer than MS.
Look at this article "Apache avoids most security woes" on ZDNET.
http://www.zdnet.com/eweek/stories/g...792860,00.html

As it points out, the last serious security hole in Apache where hackers could run their own code was in 1997, and for IIS look at the current Red Code panic.
__________________
"The best game is a new Linux distro"
www.qldcorp.net

Last edited by Gandalf; 25th July 2001 at 8:31 AM.
Gandalf is offline   Reply With Quote
Old 25th July 2001, 9:50 AM   #12
chrisc37
Member
 
Join Date: Jul 2001
Location: Townsville
Posts: 381
Default

Personally, I wouldnt use IIS for any internet based services unless someone held a gun to my head! waaaay to many exploits for this platform. Seems as though theres a new one each week. Admittedly you can apply all the patches and keep up to date, but what about the (currently) unknown ones? FTPServ-U is much easier to set up, and has much less of a performance overhead on your box. There has been some exploits found for older versions, but its certainly a lot fewer than IIS!!!!
chrisc37 is offline   Reply With Quote
Old 26th July 2001, 5:05 PM   #13
jamesrowe3
Member
 
jamesrowe3's Avatar
 
Join Date: Jul 2001
Location: Sydney- Australia
Posts: 44
Default

Well, I have been currently using Guild FTP, and before that Ws_ftp which was a problem. I mainly use it for IRC or uploads. Also do you think that this software is safe??
jamesrowe3 is offline   Reply With Quote
Old 26th July 2001, 5:31 PM   #14
jamesrowe3
Member
 
jamesrowe3's Avatar
 
Join Date: Jul 2001
Location: Sydney- Australia
Posts: 44
Default

Also can a strong Firewall stop people from viewing your PC content??
jamesrowe3 is offline   Reply With Quote
Old 26th July 2001, 5:56 PM   #15
pleb
Member
 
pleb's Avatar
 
Join Date: Jun 2001
Location: perth
Posts: 244
Default

it can if it doesnt open any ports, and doesnt allow any connections out.

:P
__________________
i am become death, the destroyer of worlds

"Not only do these people reach erroneous conclusions and make unfortunate choices, but their incompetence robs them of the metacognitive ability to realize it"
pleb is offline   Reply With Quote
Reply

Bookmarks

Sign up for a free OCAU account and this ad will go away!

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time now is 6:55 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. -
OCAU is not responsible for the content of individual messages posted by others.
Other content copyright Overclockers Australia.
OCAU is hosted by Internode!