[CentOS] centos 5 iptables

CentOS List centoslist at gmail.com
Tue Jun 12 23:43:48 UTC 2007


>> Line 35
>> COMMIT
>
> What are the few lines before that?

-A RH-Firewall-1-INPUT -p tcp -m tcp -i eth0 -m state --dport 139 --state 
NEW -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp -m udp -i eth0 -m state --dport 139 --state 
NEW -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp -m tcp -i eth1 -m state --dport 139 --state 
NEW -j DROP
-A RH-Firewall-1-INPUT -p tcp -m udp -i eth1 -m state --dport 139 --state 
NEW -j DROP
-A RH-Firewall-1-INPUT -p tcp -m tcp -m state --dport 6000:6010 --state 
NEW -j ACCEPT
-A RH-Firewall-1-INPUT -p udp --dport 6277 -d 204.152.184.184  -j ACCEPT
-A RH-Firewall-1-INPUT -p udp --dport 6277 -d 192.188.61.3  -j ACCEPT
-A RH-Firewall-1-INPUT -p udp -m udp --dport 24441 -j ACCEPT
-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
COMMIT




More information about the CentOS mailing list