Firewall Configuration, Phpmyadmin
Added by Bryan Patrick almost 11 years ago
I updated my GoAutoDial to 3.0
Campaigns and phones (extensions) converted but my custom firewall rules did not.
Where is the gui firewall configuration that used to be in CE 2.1 so I can re-add them?
Also, don't see Phpmyadmin (although I didn't use it).
Replies (2)
RE: Firewall Configuration, Phpmyadmin - Added by Demian Biscocho almost 11 years ago
The firewall GUI has been deprecated. In the meanwhile, you can manually configure IPtables by editing the iptables config file:
nano /etc/sysconfig/iptables
Restart IPtables after doing the changes:
service iptables restart
PHPmyadmin is no longer auto-installed. You can manually install it by running:
yum install phpmyadmin
RE: Firewall Configuration, Phpmyadmin - Added by Bryan Patrick almost 11 years ago
Thanks!
I see they installed fail2ban which works for me.
phpmyadmin was still there from the previous installation so able to get to it (as well as the old interface) by using the old URLs.