On Thu, Nov 29, 2012 at 11:56 PM, Kyle Haefner
<[email protected]>wrote:

> Hi All,
>
> Anyone know where I modify the iptables so they "stick" (survive send
> profiles)
>
> Thanks!
>
>
Hey Kyle,

add your desired rules in /etc/sipxpbx/firewall/iptables.erb
(that's the template used to feed iptables).

So right under

  rules.each { |rule|
%>-A INPUT -i $(sipx.iface) -p <%= rule[:protocol] %> <%= dports(rule) %>
-m state --state NEW,ESTABLISHED -m comment --comment "<%= rule[:service]
%>" -j <%= rule[:chain] %>
<%
  }

put your rules

George
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to