All of lore.kernel.org
 help / color / mirror / Atom feed
From: Henrik Nordstrom <hno@marasystems.com>
To: "John A. Sullivan III" <john.sullivan@nexusmgmt.com>
Cc: Harald Welte <laforge@netfilter.org>,
	<netfilter-devel@lists.netfilter.org>
Subject: Re: TTL patch buggy?
Date: Wed, 7 Jan 2004 17:16:51 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.44.0401071709030.4717-100000@filer.marasystems.com> (raw)
In-Reply-To: <1073426586.15282.13.camel@jasiiitosh.nexusmgmt.com>

On Tue, 6 Jan 2004, John A. Sullivan III wrote:

> Ugh!! I'll have to see if I can find it.  I'm sure I deleted it.  It was
> just an obscure reference to a bug in TTL but was not specific.  We are
> planning to not only use the TTL patch in ISCS to create stealth
> firewalls but also to secure communications between internal and DMZ
> systems by allowing admins to set TTL on a per service basis to allow
> the DMZ <-> Internal flow to only have enough life to live on the site
> and not to be set anywhere else on the Internet.  We think this is a
> pretty interesting feature and hence are keen on the TTL patch working. 

Take care to never increase the TTL value however.

There is no technical problems from artificially decreasing the TTL, but 
increasing should never be done unless you are 200% sure on what you are 
doing (and even then you should not).

The TTL target is dangerous in the sense that it allows the packet ttl to
be set freely with no restrictions. But if combined with a "-m ttl
--ttl-gt NEWVALUE" then you should be safe.

Harald: What do you think about making the patch civilised and restricting
the TTL to be set to lower values only eleminating the need of the above
safeguard match? (simply change "new_ttl != iph->ttl" to "new_ttl < 
iph->ttl")

Regards
Henrik

  reply	other threads:[~2004-01-07 16:16 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-02 15:02 TTL patch buggy? John A. Sullivan III
2004-01-06 18:56 ` Harald Welte
2004-01-06 22:18   ` John A. Sullivan III
2004-01-07 16:16     ` Henrik Nordstrom [this message]
2004-01-07 19:04       ` John A. Sullivan III
2004-01-07 19:18         ` Antony Stone
2004-01-07 20:44           ` Ramin Dousti
2004-01-07 19:35         ` Harald Welte
2004-01-07 20:07           ` John A. Sullivan III
2004-01-07 21:38             ` Ramin Dousti
2004-01-08  8:02               ` Cedric Blancher
2004-01-08 16:25                 ` Ramin Dousti
2004-01-08 19:17                   ` Cedric Blancher
2004-01-07 21:19           ` Ramin Dousti
2004-01-07 20:54             ` Henrik Nordstrom
2004-01-07 20:54               ` Henrik Nordstrom
2004-01-07 22:16               ` Ramin Dousti
2004-01-08  7:14                 ` Henrik Nordstrom
2004-01-08  7:14                   ` Henrik Nordstrom
2004-01-08 20:56                   ` Ramin Dousti
2004-01-07 20:36         ` Ramin Dousti
2004-01-07 19:31       ` Harald Welte
  -- strict thread matches above, loose matches on Subject: below --
2004-01-08 14:32 bmcdowell
2004-01-02 13:13 John A. Sullivan III
2004-01-02 14:27 ` Antony Stone

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=Pine.LNX.4.44.0401071709030.4717-100000@filer.marasystems.com \
    --to=hno@marasystems.com \
    --cc=john.sullivan@nexusmgmt.com \
    --cc=laforge@netfilter.org \
    --cc=netfilter-devel@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.