• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Firewall Problem

S

shanidham

Guest
I am using Plesk 8.2 with CISCO Firewall.

When i create a domain in my Plesk it is created successfully and hosting is also set. However when i ftp the domain it doesnt works. Also when i change the file through File manager in Plesk then also the domain shows default Plesk Page. what could be problem.
 
Have you opened port 21 in Plesk and Cisco FW for your FTP server?
 
Yes

Yes port 21 is allowed. I think there is some DNS setting to be done in the plesk. But i am not getting it.
 
I noticed on my server if I didn't have passive FTP enabled through the firewall I couldn't use FTP, unless I set the FTP program to "active" mode.
 
Good point, you must enable passive mode for all your clients using firewalls. As mentioned, you can now add a range of passive ports via PLesk 8.3, although previously I simply added them to Windows Firewall manually - time consuming but effective.

Go into your FTP app and ensure passive is enabled. Then in your FTP app find the section where you define the passive port range - choose at least 10 ports, then match these with the ones you configured in Plesk.

Lea
 
Its not only the problem of FTP

It is not only the problem of FTP. But The domain is also not resolving via http.

When i add domain in Plesk sometimes it resolves and afterwards it doesnt resolves. In whois also it shows my firewall address for the domain.
 
Make sure you have opened port 53 (DNS) in your firewall.

Make sure your DNS template is similar to this:

Record type Value
<IP you host domains on> / 24 PTR <domain>.
<domain>. NS ns1.yourdomain.net. (assuming DNS is running on same IP as hosting)
<domain>. NS ns2.yourdomain.net. (assuming DNS is running on same IP as hosting)
<domain>. A <IP you host domains on> (probably same as the /24 entry)
<domain>. MX (10) mail.<domain>.
ftp.<domain>. CNAME <domain>.
mail.<domain>. A <mail server IP> (probably same as the /24 entry)
mssql.<domain>. A <IP you host mssql on> (probably same as the /24 entry)
webmail.<domain>. A <IP you host webmail on> (probably same as the /24 entry)

Lea


It is not only the problem of FTP. But The domain is also not resolving via http.

When i add domain in Plesk sometimes it resolves and afterwards it doesnt resolves. In whois also it shows my firewall address for the domain.
 
We're running Serv-U and Windows/Plesk Firewall on Windows Server 2003 SP2

We've set the passive port range in both Serv-U and Plesk as xxxx-xxxx (Hidden for security reasons) and enabled the same ports in the Firewall. We still have issues with people trying to connect to the server using FTP-Passive. It freezes at the directory listing command.

When saving port range, Plesk gives us this message;

Warning: due to active Windows Firewall and Windows Application Layer Gateway Service (ALGS) not allowing to use a custom passive FTP ports range, it is recommended to switch ALGS off. If ALGS service is switched on, passive FTP ports range will be set to default 5001-65535, ignoring any custom values. Refer to Microsoft Windows help files for the information on how to switch ALGS off.

Is it required to follow the above if using Serv-U instead of MS FTP service?
 
Yes. ALGS is a protocol-layer filter, which means it can affect ANY long-duration IP transaction, like a large FTP upload/download.
 
Back
Top