Computing Staff
  • 0

Static IP Only Port 80 Is Open

  • 0

Hello,

I have an Static IP from my Provider (ISP), I have checked with whats my ip/ port scanners/ server ports and the result of it is they have BLOCKED all the port except port 80 which is only open.

Now, my question is that i want to setup an FTP Server for data downloading and upload for my offices situated at different locations.

What is the best solution in my case.
I will be highly obliged. Please spend time and advise in details.

Share

1 Answer

  1. Sorry but you misunderstand. Ports are only open if three conditions exist

    1. there is a program responding on the requested port
    2. port is forwarded to the listening program
    3. or you have enabled a DMZ which forwards all ports

    You should be able to forward port 22 to the static ip of your ftp server at each site and have ftp access.

    Answers are only as good as the information you provide.
    How to properly post a question:
    Sorry no tech support via PM’s

    message edited by wanderer

    • 0