Done the yum things, went into telephony, turned registrar on, clicked apply, went to servers and send profiles.
Still no 5060 or 5061 rules in ipconfig. Rebooted server and the rules are there :) Thank you [root@sipx1 ~]# iptables --list-rules -P INPUT DROP -P FORWARD DROP -P OUTPUT ACCEPT -N syn-flood -A INPUT -s 192.168.0.46/32 -i eth0 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 443 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 53 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 21 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 20 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 50000:50050 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 30000:31000 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 5060 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 5061 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 5060 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 22 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 69 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of George Niculae Sent: Tuesday, September 25, 2012 1:49 PM To: Discussion list for users of sipXecs software Subject: Re: [sipx-users] TLS port problem On Tue, Sep 25, 2012 at 2:43 PM, darthzejdr <[email protected]> wrote: > Ive done yum update, but atm i have a different problem. I've disabled > sip registrar, and that removed all the rules from firewall. The > problem is after i reenabled the registrar, the rules aren't getting added to iptables. > I tried restarting the servers, disabling and enabling the firewall, > even removing the second server from cluster. Nothing helps Do a yum clean all and then yum update, I published another RPM minutes ago. Let me know if it gets updated Thanks George _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/ _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
