removido
(usa Nenhuma)
Enviado em 14/09/2012 - 16:35h
rodrigosjc35 escreveu:
como faz pra acessar eu entendi...mas como ficaria linha declarada ??? sou iniciante mesmo rsrs mas teimoso...rsrs
iptables -A INPUT -p tcp -s 0/0 ......????
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
Para exibir as regras:
# iptables -nvL
Ex:
root@amarildo-Ubuntu01:~# iptables -nvL
Chain INPUT (policy ACCEPT 28 packets, 1646 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 27 packets, 1404 bytes)
pkts bytes target prot opt in out source destination
Veja o detalhe da origem e do destino.