Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
IPTABLES
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Portuguese
View previous topic :: View next topic  
Author Message
swap
n00b
n00b


Joined: 23 Oct 2003
Posts: 20
Location: Salvador/Bahia

PostPosted: Thu Nov 13, 2003 2:12 pm    Post subject: IPTABLES Reply with quote

iptables -A FORWARD -p icmp --icmp-type echo-request -j DROP
iptables -A INPUT -i eth0 -m state -p icmp --state INVALID -j DROP
iptables -A FORWARD -i eth0 -m state -p icmp --state INVALID -j DROP
iptables -A OUTPUT -o eth0 -m state -p icmp --state INVALID -j DROP
iptables -A FORWARD -o eth0 -m state -p icmp --state INVALID -j DROP
iptables -A INPUT -i eth0 -p tcp ! --syn -m state --state NEW -j DROP
iptables -A INPUT -i eth0 -p tcp --tcp-flags ALL ACK,RST,SYN,FIN -j DROP
iptables -A INPUT -i eth0 -p tcp --tcp-flags SYN,FIN SYN,FIN -j DROP
iptables -A INPUT -i eth0 -p tcp --tcp-flags SYN,RST SYN,RST -j DROP


Gostaria de saber o que significa cada uma dessas regras, alguem saberia me dizer?
Back to top
View user's profile Send private message
humpback
Retired Dev
Retired Dev


Joined: 19 Oct 2002
Posts: 394
Location: Coimbra - Portugal

PostPosted: Thu Nov 13, 2003 4:21 pm    Post subject: Reply with quote

man iptables.
_________________
Gustavo Felisberto
Humpback @ #gentoo-pt
------------
It's most certainly GNU/Linux, not Linux. Read more at
http://www.gnu.org/gnu/why-gnu-linux.html .
-------------
Back to top
View user's profile Send private message
Enderson
Retired Dev
Retired Dev


Joined: 12 Nov 2003
Posts: 141
Location: Arapiraca/Maceió, AL, Brazil

PostPosted: Thu Nov 13, 2003 5:50 pm    Post subject: Reply with quote

humpback wrote:
man iptables.


Boa!

tipo, visita uns sites da comunidade que vc acha!

http://br-linux.org
http://www.underlinux.com.br
http://www.tldp.org

e o melhor:
http://www.google.com.br/linux

Sem mais!
_________________
--
Nothing to say here!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portuguese All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum