Your message dated Tue, 2 Sep 2008 10:44:02 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#497497: ip6tables: -m icmp -p icmp6 --icmpv6-type
throws ip6tables: Invalid argument despite --help
has caused the Debian Bug report #497497,
regarding ip6tables: -m icmp -p icmp6 --icmpv6-type throws ip6tables: Invalid
argument despite --help
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.)
--
497497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497497
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: iptables
Version: 1.3.6.0debian1-5
Severity: important
The ip6tables -m icmp6 --help shows
ICMPv6 v1.3.6 options:
--icmpv6-type [!] typename match icmpv6 type
(or numeric type or type/code)
Valid ICMPv6 Types:
destination-unreachable
no-route
communication-prohibited
address-unreachable
port-unreachable
packet-too-big
time-exceeded (ttl-exceeded)
ttl-zero-during-transit
ttl-zero-during-reassembly
parameter-problem
bad-header
unknown-header-type
unknown-option
echo-request (ping)
echo-reply (pong)
router-solicitation
router-advertisement
neighbour-solicitation (neighbor-solicitation)
neighbour-advertisement (neighbor-advertisement)
redirect
riddle:~# ip6tables -A FORWARD -m icmp6 -p icmp --icmpv6-type echo-request
ip6tables: Invalid argument
riddle:~# ip6tables -A FORWARD -m icmp6 -p icmp --icmpv6-type ping
ip6tables: Invalid argument
riddle:~# ip6tables -A FORWARD -m icmp6 -p icmp --icmpv6-type 6
ip6tables: Invalid argument
riddle:~# ip6tables -A FORWARD -m icmp6 -p icmp --icmpv6-type 8
ip6tables: Invalid argument
riddle:~# ip6tables -A FORWARD -m icmp6 -p icmp --icmpv6-type 2222
ip6tables v1.3.6: Invalid ICMPv6 type `2222'
Try `ip6tables -h' or 'ip6tables --help' for more information.
Sometimes it's an invalid argument, other times it's an invalid icmp
type. (the latter is pretty obvious).
Does the --help output need clarification, or did I miss something
simple?
Thanks.
Scott Edwards
-- Daxal Communications - http://daxal.com/?from=debian+bts
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-xen-vserver-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages iptables depends on:
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libselinux1 1.32-3 SELinux shared libraries
iptables recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
severity 497497 normal
title 497497 [nop] ip6tables -p ipv6-icmp -h
thanks
On Tue, Sep 2, 2008 at 2:07 AM, supaplex <[EMAIL PROTECTED]> wrote:
> Package: iptables
> Version: 1.3.6.0debian1-5
> Severity: important
[...]
> Sometimes it's an invalid argument, other times it's an invalid icmp
> type. (the latter is pretty obvious).
The original subject line and every example provided show mixed
usage of icmp and icmp6 options. Mixing those options does not
work.
--- End Message ---