I am trying to log a few packets using the following rule:

  $IPTABLES -A DENY_PORTS -p tcp --dport $PORT -m limit --limit 5/minute \
            -j LOG --log-level $LOG_LEVEL --log-prefix "DENIED PORT:  "

When this loads it gives me an error stating that "DENIED PORT:   " is an
invalid attribute. Does anyone know how I can fix this error in my syntax?

(NOTE: I am downloading the update to iptables now it is just going slow, so
this may be fixed it the update, but it sounds more like I'm doing something
wrong.)

Thanks,
Chad



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to