Jump to content

You're going to need to be more descriptive. Are you trying to access the server over a local network or are you trying to remote in from another network? And is it really FTP or are you using SFTP?

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9206067
Share on other sites

Link to post
Share on other sites

6 minutes ago, Jonzin said:

its from local/3g/other wi-fi and i have portforwarded yes its just that i have disabled the firewall bcus if its on you can access it

You need to reply directly to my message or else I won't know you replied.

So you're trying to do remote access? You didn't answer my other question. Are you really using FTP or are you using SFTP?

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9206128
Share on other sites

Link to post
Share on other sites

3 minutes ago, Windows7ge said:

You need to reply directly to my message or else I won't know you replied.

So you're trying to do remote access? You didn't answer my other question. Are you really using FTP or are you using SFTP?

how do u see the difference but i have used windows own ftp thing

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9206146
Share on other sites

Link to post
Share on other sites

8 minutes ago, Windows7ge said:

You need to reply directly to my message or else I won't know you replied.

So you're trying to do remote access? You didn't answer my other question. Are you really using FTP or are you using SFTP?

how do u see the difference but i have used windows own ftp thing

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9206163
Share on other sites

Link to post
Share on other sites

2 minutes ago, Jonzin said:

how do u see the difference but i have used windows own ftp thing

FTP (File Transfer Protocol)

Default Port #: 21 (Unencrypted, not recommended)

 

SFTP (Secure File Transfer Protocol)

Default Port #: 22 (Encrypted, recommended)

 

Some firewall devices may block port 21/FTP traffic because its lack of security.

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9206185
Share on other sites

Link to post
Share on other sites

6 minutes ago, Windows7ge said:

FTP (File Transfer Protocol)

Default Port #: 21 (Unencrypted, not recommended)

 

SFTP (Secure File Transfer Protocol)

Default Port #: 22 (Encrypted, recommended)

 

Some firewall devices may block port 21/FTP traffic because its lack of security.

its port 21

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9206214
Share on other sites

Link to post
Share on other sites

7 minutes ago, Jonzin said:

its port 21

There's a fair chance that's the problem. Pre-programmed firewall devices may block port 21 traffic for security reasons. Using FTP all information is sent in plain text. Files, passwords, all of it easily readable with a packet sniffer or MITM attack especially if you're accessing the server from a public Wi-Fi location. Get off port 21/FTP and configure port 22/ SFTP a password will be required and there are various ways to increase the level of security from there.

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9206241
Share on other sites

Link to post
Share on other sites

8 minutes ago, Windows7ge said:

There's a fair chance that's the problem. Pre-programmed firewall devices may block port 21 traffic for security reasons. Using FTP all information is sent in plain text. Files, passwords, all of it easily readable with a packet sniffer or MITM attack especially if you're accessing the server from a public Wi-Fi location. Get off port 21/FTP and configure port 22/ SFTP a password will be required and there are various ways to increase the level of security from there.

is it easy to change from ftp to sftp and can u do that in windows own?

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9206276
Share on other sites

Link to post
Share on other sites

5 minutes ago, Jonzin said:

is it easy to change from ftp to sftp and can u do that in windows own?

I'm not familiar with whatever windows FTP software you're using but where-ever it asks what protocol to use FTP/SFTP and port number chose SFTP and use port 22 on the router. You'll have to create a password too like I said.

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9206309
Share on other sites

Link to post
Share on other sites

2 hours ago, Windows7ge said:

FTP (File Transfer Protocol)

Default Port #: 21 (Unencrypted, not recommended)

 

SFTP (Secure File Transfer Protocol)

Default Port #: 22 (Encrypted, recommended)

 

Some firewall devices may block port 21/FTP traffic because its lack of security.

SFTP stands for SSH File Transfer Protocol

 

FTPS uses a diff port

Can Anybody Link A Virtual Machine while I go download some RAM?

 

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9207012
Share on other sites

Link to post
Share on other sites

8 minutes ago, unijab said:

SFTP stands for SSH File Transfer Protocol

 

FTPS uses a diff port

If you Google SFTP both your definition and mine are correct.

 

FTPS does use a different port but it's also a different protocol it's not the same as SFTP it just serves a similar functionality. Google it.

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9207041
Share on other sites

Link to post
Share on other sites

20 hours ago, Windows7ge said:

If you Google SFTP both your definition and mine are correct.

 

FTPS does use a different port but it's also a different protocol it's not the same as SFTP it just serves a similar functionality. Google it.

would it help by setting a ssl password?

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9211593
Share on other sites

Link to post
Share on other sites

56 minutes ago, Jonzin said:

would it help by setting a ssl password?

To setup SFTP communication a password is required. It's the lowest form of remote access security you can begin with. There are other options to increase the security from there but a password is a basic necessity.

Link to comment
https://linustechtips.com/topic/723455-firewall/#findComment-9211873
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×