ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. zathiro
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 7
    • Best 2
    • Controversial 0
    • Groups 0

    zathiro

    @zathiro

    2
    Reputation
    349
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website zathiro.wordpress.com/

    zathiro Unfollow Follow

    Best posts made by zathiro

    • 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

      posted in IT Discussion
      zathiroZ
      zathiro
    • RE: Building Elastix MT via RPM Repo

      @scottalanmiller Yes!, I also ignored the firewall of centos

      posted in IT Discussion
      zathiroZ
      zathiro

    Latest posts made by zathiro

    • RE: Building Elastix MT via RPM Repo

      @scottalanmiller Yes!, I also ignored the firewall of centos

      posted in IT Discussion
      zathiroZ
      zathiro
    • RE: Building Elastix MT via RPM Repo

      @scottalanmiller Yes! now it working and performance the firewall with iptables, thanks scott, for all!!

      posted in IT Discussion
      zathiroZ
      zathiro
    • 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

      posted in IT Discussion
      zathiroZ
      zathiro
    • 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

      posted in IT Discussion
      zathiroZ
      zathiro
    • RE: Building Elastix MT via RPM Repo

      @scottalanmiller

      httpd (pid 2773) is running...

      posted in IT Discussion
      zathiroZ
      zathiro
    • 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...

      posted in IT Discussion
      zathiroZ
      zathiro
    • 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?

      posted in IT Discussion
      zathiroZ
      zathiro