Ignore:
Timestamp:
Apr 7, 2008, 6:47:10 AM (16 years ago)
Author:
quentin
Message:
Allow syn to access nrpe through iptables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/config/etc/sysconfig/iptables

    r484 r715  
    2121:INPUT ACCEPT [292118:164733476]
    2222-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
     23-A INPUT -p tcp -m tcp --dport 5666 -s 18.181.0.65/255.255.255.255 -j ACCEPT
    2324-A INPUT -p tcp -m tcp --dport 5666 -s ! 18.187.1.128/255.255.255.255 -j REJECT
    2425-A INPUT -p tcp -m tcp --dport 199 -s ! 18.187.1.128/255.255.255.255 -j REJECT
Note: See TracChangeset for help on using the changeset viewer.