Changes between Version 1 and Version 2 of tech/Syslog


Ignore:
Timestamp:
1970/01/01 09:21:04 (54 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tech/Syslog

    v1 v2  
    2828{{{ 
    2929-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT 
    30 -A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 514 -j ACCEPT 
     30-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 514 -j ACCEPT #この行を追加 
    3131-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited 
    3232}}}