All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rafael Dreher <dreher@interage.com.br>
To: Jan Engelhardt <jengelh@linux01.gwdg.de>
Cc: netfilter-devel@lists.netfilter.org, netfilter@lists.netfilter.org
Subject: Re: Re: Unable to add rule on Chain with 28 characters.
Date: Mon, 11 Jul 2005 10:22:34 -0300	[thread overview]
Message-ID: <42D2729A.2050509@interage.com.br> (raw)
In-Reply-To: <Pine.LNX.4.61.0507111514530.30100@yvahk01.tjqt.qr>

No, that's not the case. I'm still thinking that's a bug.

[root@ward] [10:18:30]
[~]#iptables -t nat -N 123456789012345678901234567890

[root@ward] [10:18:38]
[~]#iptables -t nat -A POSTROUTING -j 1234567890123456789012345678
iptables v1.3.2: Couldn't load target
`1234567890123456789012345678':/usr/local/lib/iptables/libipt_1234567890123456789012345678.so: cannot open shared object
file: No such file or directory

Try `iptables -h' or 'iptables --help' for more information.

[root@ward] [10:18:41]
[~]#

Any idea?

Thank 's

Jan Engelhardt wrote:
>>So, that's a BUG.
>>Why iptbles let me add a chain with 30 characters, if I can't use this chain?
>>
>>[root@ward] [10:07:54]
>>[~]#iptables -t nat -N 123456789012345678901234567890
>>
>>[root@ward] [10:08:05]
>>[~]#iptables -t nat -A POSTROUTING -j 123456789012345678901234567890
>>iptables: No chain/target/match by that name
> 
> 
> Try
>   iptables -t nat                -N 123456789012345678901234567890
>   iptables -t nat -A POSTROUTING -j 1234567890123456789012345678
> 
> (Maybe add a '9' to the last.) If that's the case, then this is not really a 
> bug, but some code silently truncates the -N request.
> 
> 
> 
> Jan Engelhardt

-- 
Rafael Dreher

-:: Red Hat Certified Engineer ::-
-:: Nr: 807303498507617 ::-
http://www.redhat.com/training/certification/verify


      reply	other threads:[~2005-07-11 13:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-08 19:00 Unable to add rule on Chain with 28 characters Rafael Dreher
2005-07-08 19:50 ` Jason Opperisano
2005-07-08 20:01   ` Rafael Dreher
2005-07-08 20:09     ` Jason Opperisano
2005-07-08 20:11       ` Jason Opperisano
2005-07-09 10:23       ` Jan Engelhardt
2005-07-08 20:10     ` Royce Kemp
2005-07-11 13:11       ` Rafael Dreher
2005-07-11 13:15         ` Jan Engelhardt
2005-07-11 13:22           ` Rafael Dreher [this message]

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=42D2729A.2050509@interage.com.br \
    --to=dreher@interage.com.br \
    --cc=jengelh@linux01.gwdg.de \
    --cc=netfilter-devel@lists.netfilter.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.