Linux Netfilter discussions
 help / color / mirror / Atom feed
From: "Alejandro Cabrera Obed" <sisdis@tournet.com.ar>
To: "Netfilter lista (iptables)" <netfilter@lists.netfilter.org>
Subject: LOG de iptables con 0 bytes
Date: Mon, 27 Dec 2004 11:15:38 -0300	[thread overview]
Message-ID: <028d01c4ec1e$8aaaa630$0200a8c0@ale> (raw)

Mi regla de LOG de iptables seguramente estaba vacia (cero pkts y bytes) y
es verdad, ya lo comprobe con "iptables -L INPUT -v"....ahora les muestro
mis dos reglas en la cadena INPUT para loguear primero y luego acceder al
servicio SSH. Pero ocurre que yo puedo acceder al port ssh pero NO quedan
logs en el archivo /var/log/messages.

$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 22 -j LOG --log-level
INFO --log-prefix "SSH Access:"
$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 22 -j allowed

Como puedo hacer para que se logueen los ingresos ssh ??? Esta mal el orden
o algo por el estilo ???

Mil gracias !!!!!!!!!!

A.K.



             reply	other threads:[~2004-12-27 14:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-27 14:15 Alejandro Cabrera Obed [this message]
2004-12-28 22:43 ` LOG de iptables con 0 bytes Jose Maria Lopez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='028d01c4ec1e$8aaaa630$0200a8c0@ale' \
    --to=sisdis@tournet.com.ar \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox