Fix logging NAT rules -- update release notes wording

This commit is contained in:
Tom Eastep 2009-08-05 12:51:11 -07:00
parent 70f46c02cc
commit 031afd59b5

View File

@ -133,13 +133,21 @@ None.
N E W F E A T U R E S I N 4 . 4 . 0 N E W F E A T U R E S I N 4 . 4 . 0
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
1) Perviously, a nat rule (DNAT, REDIRECT, etc.) with logging 1) Perviously, a nat rule (DNAT, REDIRECT, etc.) which changed the
specified could cause invalid iptables input to be generated. destination port number and that had logging specified could cause
invalid iptables input to be generated.
Example of rule: Example of rule:
REDIRECT:ULOG wall 82 tcp 80 REDIRECT:ULOG wall 82 tcp 80
Example of error message:
iptables v1.3.5: Need TCP or UDP with port specification
Try `iptables -h' or 'iptables --help' for more information.
ERROR: Command "/sbin/iptables -A log0 -j REDIRECT --to-port
82" Failed
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
N E W F E A T U R E S IN 4 . 4 N E W F E A T U R E S IN 4 . 4
---------------------------------------------------------------------------- ----------------------------------------------------------------------------