* patch-o-matic'd TTL, but it's not there
@ 2005-07-02 20:24 Erik Weber
2005-07-04 4:39 ` Andrew Schulman
0 siblings, 1 reply; 3+ messages in thread
From: Erik Weber @ 2005-07-02 20:24 UTC (permalink / raw)
To: netfilter
Dear Netfilter List,
I used patch-o-matic-ng apparently successfully to add the 'TTL' patch
(compiled & installed new kernel, modules, and iptables) and yet when
I give the command:
iptables -t mangle -A PREROUTING -i eth1 -j TTL --ttl-set 64
I receive the response:
iptables: No chain/target/match by that name
There are no additional instructions to follow on the Patch-o-matic
HOWTO, so I wonder what could be missing? I have verified that the
apparently patched kernel is the one I am running and patch-o-matic
does not complain.
-Erik Weber
Geek
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: patch-o-matic'd TTL, but it's not there
2005-07-02 20:24 patch-o-matic'd TTL, but it's not there Erik Weber
@ 2005-07-04 4:39 ` Andrew Schulman
2005-07-04 7:31 ` George Alexandru Dragoi
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Schulman @ 2005-07-04 4:39 UTC (permalink / raw)
To: netfilter-wool9L35kiczKOhml7GhPkB+6BGkLq7r
> I used patch-o-matic-ng apparently successfully to add the 'TTL' patch
> (compiled & installed new kernel, modules, and iptables) and yet when
> I give the command:
>
> iptables -t mangle -A PREROUTING -i eth1 -j TTL --ttl-set 64
>
> I receive the response:
>
> iptables: No chain/target/match by that name
This has happened to me in other cases for two different reasons:
(1) My version of iptables didn't support the new target. You may need a
more recent iptables.
(2) I didn't include all of the necessary other options. For example, -j
TARPIT didn't work if I didn't also specify -p tcp.
Unfortunately you get the same error message (the one you cited) in both
cases, although it's not very descriptive in the second case.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: patch-o-matic'd TTL, but it's not there
2005-07-04 4:39 ` Andrew Schulman
@ 2005-07-04 7:31 ` George Alexandru Dragoi
0 siblings, 0 replies; 3+ messages in thread
From: George Alexandru Dragoi @ 2005-07-04 7:31 UTC (permalink / raw)
To: Andrew Schulman; +Cc: netfilter
I thinnk you should specify the full path to new iptables binary.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-04 7:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-02 20:24 patch-o-matic'd TTL, but it's not there Erik Weber
2005-07-04 4:39 ` Andrew Schulman
2005-07-04 7:31 ` George Alexandru Dragoi
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.