Common Ingress Ports for all control panel Common ingress (inbound) TCP ports section. Choose the correct configuration for your control panel from following available options :- FOR PLESK =================================== =-=-=-=-=Plesk =-=-=-=-= # Common ingress (inbound) TCP ports IG_TCP_CPORTS=”20,21,22,25,53,80,110,143,443,465,993,995,8443″ # Common ingress (inbound) UDP ports IG_UDP_CPORTS=”37,53,873″ EGF=”1? # Common egress (outbound) TCP ports EG_TCP_CPORTS=”20,21,22,25,53,37,43,80,113,443,465,873,5224″ # Common …
Tag: Installations
How to uninstall APF firewall
How to uninstall APF firewall First stop the APF firewall chkconfig apf off /etc/init.d/apf stop The delete the below files to uninstall APF rm -rf /etc/apf rm -f /etc/cron.daily/fw rm -f /etc/init.d/apf
How to install APF firewall
How to install APF firewall Go to the below path cd /usr/local/src Download the tar file using the below link: wget http://www.rfxnetworks.com/downloads/apf-current.tar.gz Untar the file using the below command. tar -zxf apf-current.tar.gz Go to APF folder now. cd apf Fire the below command to install APF firewall. ./install.sh Now edit config file with your favorite editor. pico …
How to install Softaculous in linux server
How to install Softaculous in linux server Note: Before starting the installation make sure ionCube Loaders are enabled. For that go to WHM and click on Tweak Settings. Please make sure that the Ioncube loader is selected for the backend copy of PHP. Now SSH to your server : Go to the below path cd …
How to uninstall csf firewall
How to uninstall csf firewall Run the below command to uninstall the csf firewall from Linux server using command prompt. cd /etc/csf sh uninstall.sh