r755 |r756| r758
Index: inputs/ISS/wwwnext.cf
===================================================================
--- inputs/ISS/wwwnext.cf	(revision 755)
+++ inputs/ISS/wwwnext.cf	(revision 756)
@@ -64,6 +64,12 @@
   linux::
     { /etc/sysconfig/iptables
       Backup "single"
+      BeginGroupIfNoLineMatching "^-A RH-Firewall-1-INPUT -p udp -m state --state NEW -s ${wwwnext_other} --dport 694 -j ACCEPT$"
+        IncrementPointer "-9999"
+        LocateLineMatching ".*REJECT.*"
+        IncrementPointer "-1"
+        InsertLine "-A RH-Firewall-1-INPUT -p udp -m state --state NEW -s ${wwwnext_other} --dport 694 -j ACCEPT"
+      EndGroup 
       BeginGroupIfNoLineMatching "^-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp -s ${wwwnext_other} --dport 7788 -j ACCEPT$"
         IncrementPointer "-9999"
         LocateLineMatching ".*REJECT.*"