@scottalanmiller Yes off course, now I can open ports only for my vpn network that I have and not for the public
Best posts made by zathiro
-
RE: Building Elastix MT via RPM Repo
-
RE: Building Elastix MT via RPM Repo
@scottalanmiller Yes!, I also ignored the firewall of centos
Latest posts made by zathiro
-
RE: Building Elastix MT via RPM Repo
@scottalanmiller Yes!, I also ignored the firewall of centos
-
RE: Building Elastix MT via RPM Repo
@scottalanmiller Yes! now it working and performance the firewall with iptables, thanks scott, for all!!
-
RE: Building Elastix MT via RPM Repo
@scottalanmiller Yes off course, now I can open ports only for my vpn network that I have and not for the public
-
RE: Building Elastix MT via RPM Repo
@scottalanmiller Oh, I see, activate a fw accept to see if the problem was, and this is resolved, I never imagined that the default was fw reject all connections, but now I can enter the dashboard, scoot thanks for your help
Scritp for fw-accept.
#!bin/bash
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT -
RE: Building Elastix MT via RPM Repo
@scottalanmiller Thanks !! Yes i run the complete Script, elastix-firstboot for config password and then reboot the server, but can't see the web interface, I have done as 4 times and nothing...
-
RE: Building Elastix MT via RPM Repo
Hi, Scott, i check this script and run in a Centos 6 over Rackspace cloud , but, i can`t view the web interface, asterisk run ok, but, the web interface maybe is a problem with a mysql or httpd services.
Any suggestion?