What's a good port to hide ftp at?

reicherb

Platinum Member
Nov 22, 2000
2,122
0
0
My isp blocks port 21 as most do. I want to give myself ftp access to my files when I'm away. What ports might I try that my ISP hopefully won't catch?

Thanks for all the help.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< My isp blocks port 21 as most do. I want to give myself ftp access to my files when I'm away. What ports might I try that my ISP hopefully won't catch?

Thanks for all the help.
>>



scp at port 22. Totally eliminates need for ftp :) Need windows versions? I know a couple.
 

reicherb

Platinum Member
Nov 22, 2000
2,122
0
0


<< scp at port 22. Totally eliminates need for ftp Need windows versions? I know a couple. >>



What is scp? can you be more specific?

Thanks.
 

reicherb

Platinum Member
Nov 22, 2000
2,122
0
0
I know what is available, but I want to use something that maybe my isp won't be monitoring.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<<

<< scp at port 22. Totally eliminates need for ftp Need windows versions? I know a couple. >>



What is scp? can you be more specific?

Thanks.
>>



scp= secure copy. It will pass everything through an excrypted tunnel. This way your password is much harder to sniff. Not to mention the OpenSSH programmers kick ass. Check out OpenSSH for more info. I do not believe there is a windows version there but they may have links. If not I can hook you up (with a little searching, but I basically know where to look ;))
 

reicherb

Platinum Member
Nov 22, 2000
2,122
0
0
n0cmonkey:

It looks like that would need it's own client. I want something that I can use from someone elses computer. For example I am fixing there PC and I need a drive that I have on my PC.
 

Poontos

Platinum Member
Mar 9, 2000
2,799
0
0
Just for reference, if you are transferring from the FreeBSD server to another:

scp username@myothermachine:source/directory/on/other/machine myfile

e.g.:

scp localfile bob@shittyserver.jackass.com:/home/joey

(file from local system) username@remotehost:remote/dir
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< I know what is available, but I want to use something that maybe my isp won't be monitoring. >>



My isp does not block port 22. I dont think they block anything (havent really tried). You can set ssh to sit on any port really. What operating system are you using? You mention a BSD, is it FreeBSD? They have a port of ssh (although it was an old version last time I checked).
 

HansXP

Diamond Member
Jun 1, 2001
3,093
0
0
What's hard about this? He wants to use FTP so that he can go to someone else's computer - someone running Windows, or Mac OS, or whatever - and get access to his files. With SCP he would need to download a client on each machine, with FTP he wouldn't.
 

Poontos

Platinum Member
Mar 9, 2000
2,799
0
0
Yah.. who suggested all this SCP stuff. Jeezz..

Can you change the port in wu_ftpd? I can`t remember. Anyway, try what Hanz suggested. If that don`t work, look in /etc/services to see some free IP's.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< What's hard about this? He wants to use FTP so that he can go to someone else's computer - someone running Windows, or Mac OS, or whatever - and get access to his files. With SCP he would need to download a client on each machine, with FTP he wouldn't. >>



Yeah I recommend wu-ftp. No security problems anywhere. Windows, Mac OS, and whatever all have ports of ssh and scp. If you are using anything less for anything except anonymous ftp you are a moron.
 

reicherb

Platinum Member
Nov 22, 2000
2,122
0
0
The problem is that my ISP @Home is very strict about blocking servers. They have port 21 blocked and whatever ports mail is on (25? and 110?). I assume they would have 80 as well. I have seen many open ports in /etc/services. I was just wondering if anybody knew a good port that could be used as ftp that my isp would see as someithng else.
 

Ladi

Platinum Member
Apr 21, 2000
2,084
0
0
Give a shot at using some of the higher numbered ports (above 1024).

~Ladi
 

ScottMac

Moderator<br>Networking<br>Elite member
Mar 19, 2001
5,471
2
0
Jeez...I was hopeing someone else would point this out.....

If &quot;we&quot; told you a great place to hide an FTP port....it wouldn't be much of a good place to hide it anymore, would it? It'd be kinda like &quot;Just between me &amp; you (and umpty-squat zillion other users...some of which can't keep a secret.......)&quot;

Pick a number, any number. A decent scanner is going to find it....

FWIW

Scott
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< Jeez...I was hopeing someone else would point this out.....

If &quot;we&quot; told you a great place to hide an FTP port....it wouldn't be much of a good place to hide it anymore, would it? It'd be kinda like &quot;Just between me &amp; you (and umpty-squat zillion other users...some of which can't keep a secret.......)&quot;

Pick a number, any number. A decent scanner is going to find it....

FWIW

Scott
>>



If @home is scanning ports, just block off the @home ip that is scanning would solve the problem. If the ports are blocked by @home the problem is different. Just try a port >1024 and you should be ok
 

konichiwa

Lifer
Oct 9, 1999
15,077
2
0
Try any of the ports above 1024. Something like 60388. Then use ZoneAlarm or other hardware/software firewall to block the IP that @home scans from.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< Try any of the ports above 1024. Something like 60388. Then use ZoneAlarm or other hardware/software firewall to block the IP that @home scans from. >>



zone alarm works on BSD?