Your message dated Mon, 19 Jan 2009 13:55:31 -0500
with message-id <[email protected]>
and subject line iptables cleanup
has caused the Debian Bug report #502548,
regarding Numeric not considered for conntrack when listing
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
502548: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502548
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: iptables
Version: 1.4.1.1-3
Severity: serious
Justification: 3
Tags: patch
*** Please type your report below this line ***
Iptables tries to resolve host names even if numeric (-n) parameter is
set. This applies to conntrack (revision 1).
Steps to reproduce:
iptables -N testct
iptables -A testct -d 172.16.27.29/32 -p tcp -m tcp --dport 80 -m \
conntrack --ctorigdst 77.244.240.226 -j ACCEPT
iptables -L testct -n
The listing is resolving the host.
Attached you find a patch which solved the problem for me but it is only
tested for ipv4.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages iptables depends on:
ii libc6 2.7-13 GNU C Library: Shared libraries
iptables recommends no packages.
iptables suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.4.2-1
Fixed upstream.
--- End Message ---