4 069
contributi
m (aggiornamento e rimozione link) |
|||
Riga 233: | Riga 233: | ||
# 10024/10025 - Amavis - localhost | # 10024/10025 - Amavis - localhost | ||
# Non ha bisogno di configurazione | # Non ha bisogno di configurazione | ||
# 5353 mDNS - LAN | |||
$IPT -A INPUT -p udp -m udp --dport 5353 --sport 5353 -m state --state NEW -s 10.0.0.0/24 -j ACCEPT | |||
# 67-68 DHCP - LAN | |||
$IPT -A INPUT -p udp -m udp --dport 67 --sport 68 -m state --state NEW -s 10.0.0.0/24 -j ACCEPT | |||