Hello all,

I have problem adding custom rule to iptables managed by the packetfence.
I am trying to append this rule under :input-management-if - [0:0]

# ICINGA Agent
-A input-management-if --protocol tcp --match tcp --dport 5665 --jump ACCEPT

to open port 5665 for tcp on management interface, but without luck. I tried 
adding this in pf/conf/iptables.conf but it will not be applied after 
pf/bin/pfcmd service iptables restart, not even when the server is restarted. 
When I append that rule in the running iptables configuration (iptables -A 
INPUT -i eth0 -p tcp -m tcp --dport 5665 -j ACCEPT)  it is active, but not 
persistent, it will not survive the server reboot.

I am using Packetfence server version 8.1. Can you provide me some guidance how 
to apply custom iptables rule to packetfence, where and what file to edit?



_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to